#wpadminbar {
	overflow: hidden;
}

.red__btn.hide__pc, .hide__pc {
	display: none;
}

.red__btn {
	display: flex;
	align-items: center;
	background: #ED1B34;
	line-height: 48px;
	height: 48px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	padding-left: 16px;
	padding-right: 16px;
	width: fit-content;
	white-space: nowrap;
}

nav .nav #primary-menu-mobile a.red__btn {
	color: #fff;
}

.red__btn:hover {
	color: #fff;
	text-decoration: none;
}

.red__btn::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url('img/head__box-btn-arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 8px;
	flex-shrink: 0;
}

.header__call {
	align-self: center;
	margin-left: 4%;
}

main.home__about {
	margin: 0;
  	padding-top: 0;
  	max-width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.my-wrap {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
}

.sec1 {
	padding-top: 50px;
}

.my__home .sec1 {
	margin-bottom: 88px;
}

.my__about .sec1 {
	margin-bottom: 77px;
}

.my-wrap-in {
	position: relative;
}

.my__home .sec1 .my-wrap {
	max-width: 1288px;
}

.my__home .sec1__img {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
}

.sec1__img {
	border-radius: 16px;
	overflow: hidden;
}

.sec1__iframe {
	position: absolute;
	top: -21.5px;
	right: 44px;
	z-index: 2;
}

.sec1__box {
	width: 100%;
	max-width: 740px;
	background: #fff;
	border-radius: 16px;
	position: relative;
	box-shadow: 0px 0px 32px 0px #58585833;
	padding: 28px 40px 40px 40px;
}

#content .sec1__box h1 {
	font-size: 45px;
	line-height: 68px;
	color: #0A354B;
	margin-bottom: 8px;
}

.my__home .sec1__box {
	margin-top: -389px;
}

.my__home .sec1__box-over {
	min-height: 389px;
}

.sec1__box-p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #666666;
	margin-bottom: 40px;
}

.sec1__box-in {
	display: flex;
	align-items: center;
}

.white__btn {
	color: #ED1B34;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.white__btn:hover {
	color: #ED1B34;
	text-decoration: none;
}

.white__btn:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url('img/red__arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 8px;
	flex-shrink: 0;
}

.sec1__red {
	margin-right: 48px;
}

.sec1__iframe-mob {
	display: none;
}

.sec1__about-box {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 93.3%;
	margin: 0 auto;
}

.sec1__box-left {
	box-shadow: 0px 2px 16px 0px #BABABA26;
	background: #DDEBEF;
	border-radius: 8px;
	width: 100%;
	max-width: 300px;
	padding: 20px 24px 24px 24px;
	position: relative;
	margin-left: 10px;
}

.sec1__box-link {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	text-decoration: underline;
	color: #0056B3;
}

.sec1__box-link:hover {
	color: #0056B3;
}

#content p.sec1__box-left-title {
	color: #0056B3;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 24px;
}

#content .sec1__menus ul {
	margin: 0;
	list-style: none;
}
 
#content .sec1__menus ul li {
	border-bottom: 1px solid #0056B31A;
	padding: 12px 0px;
}

#content .sec1__menus ul li:nth-of-type(1) {
	padding-top: 0px;
}

#content .sec1__menus ul li:nth-last-of-type(1) {
	padding-bottom: 0px;
	border-bottom: none;
}

.sec1__menus a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #0056B3;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sec1__menus a:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url('img/blue__arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	flex-shrink: 0;
}

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

.my__about .sec1__box-over {
	min-height: 287px;
}

.sec1__about-box {
	margin-top: -287px;
}

#content p.my-subtitle {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #FF7E09;
	display: flex;
	align-items: center;
	width: fit-content;
}

#content p.my-subtitle:before {
	content: '';
	display: block;
	flex-shrink: 0;
	margin-right: 8px;
	width: 16px;
	height: 1px;
	background: #FF7E09;
}

.sec2 {
	padding-bottom: 112px;
}

.sec2__my-subtitle {
	margin: 0px auto 4px auto;
}

#content h2.my-h2 {
	font-size: 36px !important;
	line-height: 48px !important;
	margin-top: 0px;
	letter-spacing: 0;
}

.sec2__my-h2 {
	width: fit-content;
	margin: 0px auto 70px auto;
}

.sec2__box {
	display: flex;
	justify-content: space-between;
}

.sec2__left, .sec2__right {
	width: 49%;
	max-width: 555px;
}

#content h3.my-h3 {
	font-size: 30px !important;
	line-height: 40px !important;
	font-family: "ff-meta-serif-web-pro", serif;
	margin-top: 0px;
}

#content h3.sec2__my-h3 {
	margin-bottom: 16px;
}

.sec2__p {
	margin-bottom: 32px;
}

#content p.sec2__right-title {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 24px;
	color: #0A354B;
}

.sec2__line {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.blue__btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	box-shadow: 0px 4px 32px 0px #BABABA33;
	width: 49%;
	max-width: 269.5px;
	font-size: 16px;
	line-height: 24px;
	color: #0056B3;
	padding: 16px 24px;
	border-radius: 8px;
}

.blue__btn:hover {
	color: #0056B3;
	text-decoration: none;
}

.blue__btn:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url('img/blue__arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	flex-shrink: 0;
}

.sec2__white {
	margin-top: 36px;
	margin-right: 24px;
	margin-left: auto;
	width: fit-content;
}

.sec3 {
	background: #FAFAFA;
	padding: 80px 0px 60px 0px;
	margin-bottom: 80px;
}

.my__about .sec3 {
	margin-bottom: 100px;
}

.sec3__box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}

#content ul.sec3__ul {
	list-style: none;
	margin: 0px 0px 40px 0px;
	margin-bottom: 40px;
}

#content ul.sec3__ul li {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	padding: 0px;
	display: flex;
	margin-bottom: 24px;
}

#content ul.sec3__ul li:before {
	content: '';
	display: block;
	width: 26px;
	height: 28px;
	background: url('img/red__ok.svg');
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 16px;
	flex-shrink: 0;
}

.white-red__btn {
	font-size: 16px;
	color: #ED1B34;
	line-height: 24px;
	padding: 12px 24px;
	border: 1px solid #ED1B34;
	border-radius: 4px;
	background: #fff;
	font-weight: 700;
	display: block;
	width: fit-content;
}

.white-red__btn:hover {
	text-decoration: none;
	color: #ED1B34;
}

.sec3__left, .sec3__right {
	width: 49%;
	max-width: 560px;
}

.sec3__right {
	border-radius: 16px;
	overflow: hidden;
}

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

.sec3__my-subtitle {
	margin-bottom: 8px;
}

.sec3__my-h2 {
	margin-bottom: 40px;
}

.sec3__box-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sec3__bottom-img img {
	display: block;
	max-width: 100%;
}

.sec2a__box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sec2a__left, .sec2a__right {
	width: 49%;
	max-width: 555px;
}

.sec2a__my-subtitle {
	margin: 0px auto 4px auto;
}

.sec2a__my-h2 {
	width: fit-content;
	margin: 0px auto 70px auto;
	margin-top: 0px;
}

#content h3.sec2a__my-h3 {
	margin-bottom: 16px;
}

.sec2a__p {
	margin-bottom: 32px;
}

#content p.sec2a__item-title {
	font-size: 18px;
	line-height: 28px;
	color: #0A354B;
	font-weight: 700;
	margin-bottom: 8px;
}

.sec2a__right .sec2a__item {
	margin-bottom: 24px;
}

.sec2a__right .sec2a__item:nth-last-of-type(1) {
	margin-bottom: 0px;
}

#content p + p.sec2a__item-text {
	margin-top: 0px;
}

.sec2a {
	margin-bottom: 100px;
}

.sec4 {
	margin-bottom: 120px;
}

.sec4__box {
	min-height: 600px;
	position: relative;
	display: flex;
	align-items: center;
}

.sec4__left {
	width: 90%;
	max-width: 732px;
	padding: 40px;
	border-radius: 8px;
	box-shadow: 0px 4px 32px 0px #BABABA33;
	background: #fff;
	position: relative;
	z-index: 2;
}

.sec4__right {
	position: absolute;
	width: 60%;
	max-width: 637px;
	background: url('img/sec4__img.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom 0px right -65px;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	height: 600px;
	border-radius: 12px;
	overflow: hidden;
}

#content p.sec4__left-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	font-family: "ff-meta-serif-web-pro", serif;
	color: #0A354B;
	margin-bottom: 12px;
}

.sec4__left-text {
	margin-bottom: 24px;
}

.sec4__left-box {
	display: flex;
	align-items: center;
}

.sec4__red {
	margin-right: 48px;
}

.sec4__my-subtitle, .sec4__my-h2 {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.sec4__my-h2 {
	margin-bottom: 68px;
}

.sec4__my-subtitle {
	margin-bottom: 4px;
}

.sec5__box {
	display: flex;
	justify-content: space-between;
}

.slider__arrow {
	width: 96px;
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.slider__arrow-ar {
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.slider__arrow-left:before {
	content: url('img/slider__arrow.svg');
	transform: rotate(180deg);
	width: 40px;
	height: 40px;
	display: block;
}

.slider__arrow-right:before {
	content: url('img/slider__arrow.svg');
	width: 40px;
	height: 40px;
	display: block;
}

.sec5__item {
	width: 278px !important;
	border-radius: 8px;
	box-shadow: 0px 4px 32px 0px #BABABA33;
	overflow: hidden;
}

.sec5__item-link {
	display: block;
	margin-bottom: 16px;
	width: 100%;
	height: 284px;
	position: relative;
	overflow: hidden;
}

.sec5__item-link img {
	display: block;
	max-width: 100%;
	height: auto;
}

.sec5__item-name {
	font-size: 24px;
	line-height: 32px;
	font-family: "ff-meta-serif-web-pro", serif;
	margin-bottom: 3px;
	color: #0A354B;
	display: block;
	white-space: nowrap;
}

.sec5__item-function {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin-bottom: 15px;
	display: block;
}

.sec5__item-link-in {
	display: flex;
	align-items: center;
}

.sec5__item-link-in a {
	color: #0A354B;
	text-decoration: underline;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

.sec5__item-link-in a:hover {
	color: #0A354B;
}

.sec5__icon {
	display: block;
	margin-right: 8px;
	flex-shrink: 0;
}

.sec5__item-phonenumber {
	margin-bottom: 8px;
}

.sec5__item-phonenumber .sec5__icon {
	width: 14px;
	height: 14px;
}

.sec5__item-phonenumber .sec5__icon:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url('img/tel__icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.sec5__item-mail .sec5__icon {
	width: 15px;
	height: 10px;
}

.sec5__item-mail .sec5__icon:before {
	content: '';
	display: block;
	width: 15px;
	height: 10px;
	background: url('img/mail__icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.sec5__item-texts {
	padding: 0px 24px 24px 24px;
}

.sec5__btn {
	width: 100%;
	text-align: center;
	margin-top: 32px;
	line-height: 20px;
}

.sec5__slider .slick-slide {
	margin: 0 16px;
}

.my__slider .slick-list {
	padding: 26px 26px 32px 26px;
}

.slider__dots {
	position: relative;
}

#content .slider__dots ul {
	margin: 0;
}

.sec5__dots {
	margin-bottom: 32px;
}
.slider__dots .slick-dots {
	position: static;
	display: block;
	height: 4px;
	width: 100%;
	background: #FAFAFA;
	border-radius: 2px;
	overflow: hidden;
	text-align: left;
	display: flex;
}

#content .slider__dots ul li {
	height: 4px;
	padding: 0;
	margin: 0;
}

#content .slider__dots ul li.slick-active {
	background: #E5E5E5;
	border-radius: 2px;
	overflow: hidden;
}

.sec5__more {
	color: #0056B3;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	display: block;
	text-align: right;
	text-decoration: underline;
}

.sec5__more:hover {
	color: #0056B3;
}

.sec5__my-subtitle {
	margin-bottom: 8px;
}

.sec5 .slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.sec5 {
	margin-bottom: 100px;
}

.sec6__box {
	position: relative;
	min-height: 653px;
}

.sec6__left {
	width: 88.72%;
	max-width: 889px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 571px;
	background: url('img/sec6__img.jpg');
	background-repeat: no-repeat;
	background-size: 115%;
	background-position: bottom -153px right 0px;
	border-radius: 12px;
	overflow: hidden;
}

.sec6__right {
	border-radius: 8px;
	overflow: hidden;
	padding: 40px;
	width: 93.7%;
	max-width: 575px;
	margin-left: auto;
	box-shadow: 0px 4px 32px 0px #BABABA33;
	position: relative;
	background: #fff;
}

.sec6__my-h2 {
	margin-bottom: 24px;
}

.sec6__right-text {
	margin-bottom: 24px;
}

.sec6 {
	margin-bottom: 100px;
}

.sec7 {
	background: #FAFAFA;
	padding: 80px 0px 88px 0px;
}

.sec7__box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.sec7__left {
	width: 65%;
	max-width: 774px;
	background: #fff;
	box-shadow: 0px 2px 16px 0px #BABABA26;
	border-radius: 8px;
	padding: 32px;
}

.sec7__my-subtitle {
	margin-bottom: 8px;
}

.sec7__my-h2 {
	margin-bottom: 40px;
}

/*begin gform styles*/
#content .sec__form .gform_heading .gform_title {
	font-size: 30px !important;
	line-height: 40px !important;
	letter-spacing: 0px;
	margin-bottom: 16px;
}

.sec__form .gform_description {
	margin-bottom: 16px;
}

.sec__form .gfield_label {
	font-size: 14px !important;
	line-height: 20px !important;
	color: #666666 !important;
	margin-bottom: 4px !important;
}

.sec__form .ginput_container_radio {
	margin-top: 4px;
}

.sec__form .gfield input, .sec__form .gfield select {
	height: 40px !important;
	line-height: 40px !important;
	color: #666666 !important;
}

.sec__form .ginput_container_radio input {
	height: auto !important;
	line-height: 20px !important;
	color: #112337 !important;
}

.sec__form .gfield select option {
	font-size: 14px !important;
	line-height: 20px !important;
	color: #666666 !important;
}

.sec__form .gfield_description {
	font-size: 14px !important;
	line-height: 20px !important;
	margin-top: 8px !important;
}

.sec__form textarea, .sec__form textarea::placeholder {
	font-size: 14px !important;
	line-height: 20px !important;
	color: #666666 !important;
}

.sec__form .gform_footer {
	margin-top: 16px !important;
}

.sec__form .gform-theme--foundation .gform_footer .gform_button[type="submit"] {
	height: 40px !important;
	line-height: 40px !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

/*end gform styles*/

.sec7__right {
	width: 34%;
	max-width: 386px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 2px 16px 0px #BABABA26;
	padding: 32px;
}

#content h3.sec7__right-my-h3 {
	margin-bottom: 16px;
}

.sec7__right-desc {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-bottom: 16px;
	display: block;
}

.sec7__item-link {
	display: block;
	margin-bottom: 16px;
	width: 100%;
	max-height: 272px;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}

.sec7__item-link img {
	display: block;
	max-width: 100%;
	height: auto;
}

.sec7__item-name {
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #0A354B;
	font-family: "ff-meta-serif-web-pro", serif;
	font-weight: 700;
	margin-bottom: 3px;
}

.sec7__item-function {
	display: block;
	font-size: 14px;
	line-height: 20x;
	color: #666666;
	margin-bottom: 15px;
}

.sec7__item-link-in {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}

.sec7__item-link-in.sec7__item-mail {
	margin-bottom: 0px;
}

.sec7__item-link-in a {
	display: block;
	font-size: 14px;
	line-height: 20x;
	color: #0056B3;
	text-decoration: underline;
}

.sec7__icon {
	display: block;
	margin-right: 8px;
	flex-shrink: 0;
}

.sec7__item-phonenumber .sec7__icon {
	width: 14px;
	height: 14px;
}

.sec7__item-phonenumber .sec7__icon::before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url('img/sec7__tel.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.sec7__item-mail .sec7__icon {
	width: 15px;
	height: 10px;
}

.sec7__item-mail .sec7__icon::before {
	content: '';
	display: block;
	width: 15px;
	height: 10px;
	background: url('img/sec7__mail.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.sec8 {
	background: #FAFAFA;
	padding: 40px 0px 100px 0px;
}

.sec8__my-subtitle {
	margin-bottom: 8px;
}

.sec8__my-h2 {
	margin-bottom: 18px;
}

.sec8__text {
	max-width: 786px;
	margin-bottom: 40px;
}

.sec8__box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.sec8_left {
	width: 49%;
	max-width: 570px;
	box-shadow: 0px 4px 32px 0px #BABABA33;
	border-radius: 8px;
	overflow: hidden;
}

.sec8_right {
	width: 49%;
	max-width: 570px;
}

.sec8_left-img {
	height: 252px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.sec8_left-img img {
	max-width: 100%;
	display: block;
}

.sec8_left-text {
	background: #fff;
	padding: 16px 24px 24px 24px;
}

#content p.sec8_left-date {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 3px;
}

#content h3.sec8_left-title {
	font-size: 24px;
	line-height: 32px;
	font-family: "ff-meta-serif-web-pro", serif;
	margin-top: 0px;
	font-weight: 700;
	color: #0A354B;
	margin-bottom: 16px;
	letter-spacing: 0;
}

.sec8_left-content {
	margin-bottom: 32px;
}

#content p.sec8_right-date {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 4px;
}

.sec8_right-link {
	font-size: 16px;
	line-height: 24px;
	color: #0A354B;
	font-weight: 700;
	display: block;
}

.sec8_right-link:hover {
	color: #0A354B;
	text-decoration: none;
}

.sec8_right-item {
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #E3E3E3;
}

.sec8_right-item:nth-of-type(1) {
	padding-top: 0px;
}

.sec8_right-item:nth-last-of-type(1) {
	border-bottom: none;
}

.sec8_right-item:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url('img/sec8__arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	flex-shrink: 0;
}

.sec8_right-item-in {
	width: 95%;
	max-width: 514px;
}

.sec8_all-links {
	margin-left: auto;
	width: fit-content;
	display: block;
	font-size: 16px;
	line-height: 24px;
	text-decoration: underline;
	background: #fff;
	color: #0056B3;
}

.sec8_all-links:hover {
	color: #0056B3;
}

.sec4a__item {
	width: 526px !important;
	border-radius: 8px;
	box-shadow: 0px 4px 32px 0px #BABABA33;
	padding: 30px 40px;
	position: relative;
}

.sec4a__item:before {
	content: '“';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-16px);
	color: #0056B3;
	font-family: "ff-meta-serif-web-pro", serif;
	font-size: 66px;
	line-height: 48px;
	font-size: 700;
}

.sec4a__slider .slick-slide {
	margin: 0 12px;
}

#content p.sec4a__item-comment {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
	-webkit-line-clamp: 8;
    -moz-box-orient: vertical;
    overflow-y: hidden;
    display: -webkit-box;
    min-height: 192px;
}

.sec4a__item-in {
	display: flex;
	align-items: center;
}

.sec4a__item-rating {
	display: block;
	flex-shrink: 0;
	position: relative;
	width: 68.64px;
	height: 74.88px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 24px;
}

.sec4a__item-rating span {
	font-size: 35px;
	color: #fff;
	position: relative;
	margin-bottom: 6px;
}

.sec4a__item-rating:before {
	content: '';
	display: block;
	width: 68.64px;
	height: 74.88px;
	background: url('img/sec4a__img.svg');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.sec4a__item-name {
	display: block;
	font-size: 20px;
	line-height: 32px;
	color: #0A354B;
	font-weight: 700;
}

.sec4a__item-rating_description {
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	-webkit-line-clamp: 1;
    -moz-box-orient: vertical;
    overflow-y: hidden;
    display: -webkit-box;
}

.sec4a__box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.sec4a__more {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-decoration: underline;
	margin-left: auto;
	color: #0056B3;
	display: block;
	width: fit-content;
}

.sec4a__my-subtitle {
	margin-bottom: 8px;
}

.my__slider.sec4a__slider .slick-list {
	padding-top: 47px;
}

.sec4a__slider.slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.sec4a__dots {
  margin-bottom: 32px;
}

.sec4a {
	margin-bottom: 180px;
}

.sec__form .gfield_required {
	display: none;
}

@media (min-width:  1260px) {
	.my-wrap-wide.start__wrapper {
		margin-left: auto;
		width: calc(1200px + ((100% - 1200px) / 2) + 26px);
	}
}

/*tablet styles*/
@media (max-width:  1195px) {

	.sec1 {
  		padding-top: 70px;
	}

	.sec1__box-over {
		width: 93.33%;
		margin: 0 auto;
	}

	.sec1__red {
	  margin-right: 20px;
	}
}


@media (max-width:  1120px) {
	.header__call {
		margin-left: 5px;
	}

	.about__home nav .nav .primary-menu .menu-primary-container > ul > li a {
		padding: 1rem .1rem;
	}

	.about__home nav .nav .primary-menu .menu-primary-container > ul > li.menu-item-has-children {
	  margin-right: .1rem;
	}

	.header__call {
		margin-left: 5px;
	}

	.sec1__about-box {
		flex-direction: column;
		align-items: flex-start;
	}

	.sec1__box-left {
		margin-left: 0px;
	}

	.sec1__about-box {
		width: 100%;
	}

	.my__about .sec1__box {
		margin-bottom: 40px;
	}

	.sec4__red {
		margin-right: 25px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
	.my-wrap {
		width: 87.5%;
	}

	.my-wrap-wide.start__wrapper {
		margin-left: auto;
		width: calc(93.75% + 26px);
	}
}

@media (max-width: 991.98px) {
	.header__call {
		margin-left: 0;
		margin-top: 10px;
	}

	.red__btn.hide__pc {
		display: flex;
	}

	.hide__pc {
		display: block;
	}


}


/*mobile styles*/
@media (max-width: 767.98px) {
	.sec1 {
		padding-top: 0px;
	}

	.my-wrap {
		width: 92.3%;
	}

	.sec1__iframe {
		display: none;
	}

	.sec1 .my-wrap {
		width: 100%;
	}

	.sec1__img {
		border-radius: 0px;
	}

	.sec1__box {
		position: relative;
	}

	.sec1__iframe-mob {
		position: absolute;
		right: 14px;
		top: -26px;
		display: block;
	}

	.my__home .sec1__box {
	  margin-top: -240px;
	}

	.sec1__box-in {
		flex-direction: column;
	}

	.my-wrap-in {
		overflow: hidden;
	}

	#content .sec1__box h1 {
		font-size: 36px;
  		line-height: 40px;
  		max-width: 82%;
  		margin-bottom: 18px;
	}

	.sec1__box {
		padding: 16px 20px 32px 16px;
	}

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

	.sec1__red {
		margin-bottom: 24px;
		margin-right: 0px;
	}

	.my__home .sec1__box-over {
		min-height: 0px;
	}

	#content.my__about .sec1__box h1 {
		line-height: 48px;
	}

	.my__about .sec1__box {
		padding: 24px 24px 32px 24px;
	}

	.sec1__box-link {
		margin-bottom: 8px;
	}

	#content.my__about .sec1__box h1 {
		margin-bottom: 8px;
	}

	.my__about .sec1__box-p {
		margin-bottom: 24px;
	}

	.sec1__box-left {
		max-width: 100%;
	}

	.sec1__about-box {
		margin-top: -190px;
	}

	.sec2__box {
		flex-direction: column;
	}

	.sec2__left, .sec2__right {
		width: 100%;
		max-width: 100%;
	}

	#content h2.my-h2 {
		font-size: 30px !important;
  		line-height: 40px !important;
	}

	#content h3.my-h3 {
		font-size: 24px !important;
		line-height: 32px !important;
	}

	.blue__btn {
		font-size: 14px;
  		line-height: 20px;
	}

	.my__home .sec1 {
		margin-bottom: 90px;
	}

	.sec2__my-h2 {
		margin-bottom: 40px;
	}

	#content h3.sec2__my-h3 {
		margin-bottom: 16px;
	}

	.sec2__p {
		margin-bottom: 20px;
	}

	.sec2__left {
		margin-bottom: 40px;
	}

	.sec2__line {
		margin-bottom: 16px;
	}

	.blue__btn {
		width: 48%;
		padding: 12px 24px;
	}

	.sec2__white {
		margin-left: 24px;
		margin-right: 0px;
	}

	.sec2__right-box .sec2__line:nth-of-type(1), .sec2__right-box .sec2__line:nth-last-of-type(1) {
		flex-direction: row-reverse;
	}

	.sec2 {
		padding-bottom: 52px;
	}

	.hide__mob {
		display: none;
	}

	.sec3__box {
		flex-direction: column;
		margin-bottom: 36px;
	}

	.sec3__left, .sec3__right {
		width: 100%;
		max-width: 100%;
	}

	.sec3__box-bottom .sec3__bottom-img:nth-of-type(1) {
		width: 21%;
	}

	.sec3__box-bottom .sec3__bottom-img:nth-of-type(2) {
		width: 33.5%;
	}

	.sec3__box-bottom .sec3__bottom-img:nth-of-type(3) {
		width: 15%;
	}

	.sec3__box-bottom .sec3__bottom-img:nth-of-type(4) {
		width: 7.8%;
	}

	.sec3 {
		padding: 40px 0px;
		margin-bottom: 40px;
	}

	.sec3__left {
		margin-bottom: 40px;
	}

	#content ul.sec3__ul li::before {
		width: 24px;
	}

	.sec2a__box {
		flex-direction: column;
	}

	.sec2a__left, .sec2a__right {
		width: 100%;
  		max-width: 100%;
	}

	.my__about .sec1 {
		margin-bottom: 50px;
	}

	.sec2a__my-h2 {
		margin-bottom: 32px;
	}

	.sec2a__left {
		margin-bottom: 40px;
	}

	.sec2a {
		margin-bottom: 40px;
	}

	.sec4__box {
		flex-direction: column-reverse;
	}

	.sec4__right {
		position: static;
		transform: translateY(0px);
		align-self: flex-end;
		width: 89%;
		height: 220px;
		border-bottom-right-radius: 0px;
		background-size: 120%;
  		background-position: bottom 8px right -28px;
	}

	.sec4__left {
		align-self: flex-start;
		width: 94%;
		padding: 16px 20px 24px 20px;
		margin-top: -54px;
		border-radius: 14px;
	}

	.sec4__left-box {
		flex-direction: column;
	}

	.sec4__red {
		font-size: 14px;
		line-height: 44px;
		height: 44px;
	}

	.sec4__white {
		line-height: 20px;
		font-size: 14px;
	}

	.sec4__my-h2 {
		text-align: center;
	}

	#content p.sec4__left-text {
		font-size: 14px;
		line-height: 20px;
	}

	.sec4__my-h2 {
		margin-bottom: 31px;
	}

	#content p.sec4__left-title {
		margin-bottom: 18px;
	}

	#content p + p.sec4__left-text {
		margin-top: 0px;
	}

	.sec4__left-text {
		margin-bottom: 20px;
	}

	.sec4__red {
		margin-bottom: 24px;
		margin-right: 0px;
	}

	.sec4 {
		margin-bottom: 96px;
	}

	.my-wrap-wide.start__wrapper { 
		/*width: 96.15%;
		margin-left: auto;*/
	}

	.slider__arrow {
		display: none;
	}

	.sec5__btn {
		font-size: 14px;
		line-height: 20px;
	}

	.sec5__item {
		width: 240px !important;
	}

	.my__slider .slick-list {
		padding: 26px 0 32px 3.85%;
	}

	.sec5 {
		margin-bottom: 71px;
	}

	.sec6__box {
		display: flex;
		flex-direction: column;
		min-height: 0px;
	}

	.sec6__left {
		position: static;
		height: 354px;
		background-size: 170%;
    	background-position: bottom 0px right -113px;
    	transform: scaleX(-1);
	}

	.sec6__right {
		border-radius: 14px;
		margin-top: -188px;
		padding: 16px 20px 20px 20px;
	}

	#content h2.sec6__my-h2 {
		margin-bottom: 18px;
		font-size: 24px !important;
    	line-height: 32px !important;
	}

	.sec6__right-text {
		margin-bottom: 20px;
	}

	.sec6 {
		margin-bottom: 32px;
	}

	.sec7__box {
		flex-direction: column;
	}

	.sec7__left {
		width: 100%;
		max-width: 100%;
	}

	.sec7__right {
		width: 100%;
		max-width: 100%;
	}

	#content h2.my-h2.sec7__my-h2 {
		font-size: 36px !important;
    	line-height: 48px !important;
    	margin-bottom: 32px;
	}

	.sec7 {
		padding-bottom: 30px;
	}

	.sec7__left {
		padding: 20px;
		margin-bottom: 28px;
	}

	/*begin gform styles*/
	#content .sec__form .gform_heading .gform_title {
		font-size: 24px !important;
  		line-height: 32px !important;
	}

	.sec__form .gform-theme--foundation .gfield--width-half {
    	grid-column: span 6;
  	}

  	.sec__form .gform-theme--foundation .gform_fields {
		-moz-column-gap: 16px;
		column-gap: 16px;
	}

	.sec__form .gform-theme--foundation .gfield textarea {
		height: 102px !important;
	}

	.sec__form .gform-theme--framework .gfield--type-choice .gfield_radio {
		flex-direction: row !important;
	}

	/*end gform styles*/

	.sec7__right {
		padding: 20px;
	}

	.sec8__box {
		flex-direction: column;
	}

	.sec8_left, .sec8_right {
		width: 100%;
		max-width: 100%;
	}

	.sec8 {
		padding: 20px 0px 100px 0px;
	}

	#content h3.sec8_left-title {
		font-size: 20px;
	}

	#content p.sec8_left-content {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow-y: hidden;
		display: -webkit-box;
	}

	#content p.sec8_right-date {
		font-size: 14px;
	}

	.sec8__text {
		margin-bottom: 24px;
	}

	.sec8_left-img {
		height: 210px;
	}

	.sec8_left {
		margin-bottom: 26px;
	}

	.sec8_right-item {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.sec8_right-item-in {
		width: 84.4%;
	}

	.sec4a__item {
		width: 294px !important;
		padding: 28px 20px 16px 20px;
	}

	#content h2.sec4a__my-h2 {
		font-size: 36px !important;
    	line-height: 48px !important;
	}

	#content p.sec4a__item-comment {
		-webkit-line-clamp: 15;
		-moz-box-orient: vertical;
		overflow-y: hidden;
		display: -webkit-box;
		min-height: 360px;
	}

	.sec4a {
		margin-bottom: 80px;
	}

	.sec3 {
		margin-bottom: 40px;
	}

	
}

@media only screen and (max-width: 991.98px) {
  main.home__about, main.my__home {
    padding: 0;
}