@charset "UTF-8";

/* -----------------------------------------------------------------
リセット
------------------------------------------------------------------ */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
img {
	width: 100%;
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b, strong {
	font-weight: bold;
}

/* -----------------------------------------------------------------
プリセット
------------------------------------------------------------------ */
html, body {
	-webkit-backface-visibility: hidden;
}
html {
	font-size: 62.5%;
}
/*@media screen and (max-width: 767px) {
	html {
		font-size: 59.375%;
	}
}*/
body {
	background-color: #FFF;
	color: #222;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 400;
	font-family: 'Inter', 'BIZ UDPGothic', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	padding-top: 0 !important;
}
@media screen and (min-width: 768px) {
	body {
		width: 100%;
		height: 100%;
		min-width: 1200px;
	}
}
.mac body, .iphone body, .ipod body, .ipad body {
	font-family: 'Inter', 'BIZ UDPGothic', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-feature-settings: "palt";
}

p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
	p {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.large1 {
	font-size: 32px !important;
	font-size: 3.2rem !important;
}
@media screen and (max-width: 767px) {
	.large1 {
		font-size: 28px !important;
		font-size: 2.8rem !important
	}
}

.small1 {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}
@media screen and (max-width: 767px) {
	.small1 {
		font-size: 15px !important;
		font-size: 1.5rem !important;
	}
}

.small2 {
	font-size: 15px !important;
	font-size: 1.5rem !important;
}
@media screen and (max-width: 767px) {
	.small2 {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}

p + p {
	margin-top: 10px;
}

.ff1 {
	font-family: YuMincho, 'Yu Mincho', 'Frank Ruhl Libre', serif;
}

a {
	color: inherit;
	text-decoration: none;
}
a:hover span,
a:hover {
	color: #4BE6DD;
	text-decoration: none;
}

.common-ihover:hover img,
a:hover .common-ihover img {
	opacity: 0.7;
	-webkit-transition: 0.30s;
	-ms-transition: 0.30s;
	transition: 0.30s;
}

/* -----------------------------------------------------------------
レスポンシブ
------------------------------------------------------------------ */
.resp-pc {
	display: block;
}
.resp-sp {
	display: none;
}
/*.resp-tab {
	display: none;
}*/
@media screen and (max-width: 767px) {
	.resp-pc {
		display: none!important;
	}
	.resp-sp {
		display: block;
	}
}
.clear {
	clear: both;
}

.container {
	max-width: 1214px;
	width: calc(100% - 100px);
	margin: 0 auto;
}
@media screen and (max-width: 1024px) {
	.container {
		width: calc(100% - 50px);
	}
}
@media screen and (max-width: 767px) {
	.container {
		width: calc(100% - 30px);
	}
}

/* -----------------------------------------------------------------
ドロワー
------------------------------------------------------------------ */
.drawer,
.drawer.hidden {
	display: none;
}
.drawer.hidden {
	transform: translateY(-90px);
}
.drawer {
	transition: transform 0.3s ease;
}
.drawer-hamburger {
	width: 52px;
	height: 52px;
	z-index: 2;
	padding: 0 16px;
	position: fixed;
	top: 10px;
	right: 10px;
	display: block;
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transform: translateZ(0);
	background-color: #FFF;
	border-radius: 3px;
}
/*.drawer-hamburger:before {
	content: "";
	width: 1px;
	height: 42px;
	background: #E2E2E2;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}*/
.drawer-hamburger-text {
	display: none;
}
.drawer-toggle[aria-expanded="false"] .drawer-open-text {
	display: inline;
}
.drawer-toggle[aria-expanded="true"] .drawer-close-text {
	display: inline;
}
.drawer-hamburger-icon {
	position: relative;
	display: block;
}
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	content: " ";
	position: absolute;
	top: -10px;
	left: 0;
	background-color: #074944;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	width: 100%;
	height: 2px;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	background-color: #074944;
}
.drawer-hamburger-icon:before {
	top: -7px;
}
.drawer-hamburger-icon:after {
	top: 7px;
}
.drawer-open .drawer-hamburger-icon {
	background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
	top: 0;
}
.drawer-open .drawer-hamburger-icon:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.drawer-nav {
	opacity: 0;
	transform: scale(0.9);
	top: 63px;
	left: 0;
	right: 0;
	width: 100%;
	transform-origin: center;
	transition: all 0.4s ease;
	position: fixed;
	z-index: 2;
	overflow: auto;
	margin: 0 auto;
	visibility: hidden;
}
.drawer-open .drawer-nav {
	opacity: 1;
	transform: scale(1);
	z-index: 20;
	visibility: visible;
}
.drawer-nav-wrap {
	background: #FFF;
	border-radius: 3px;
	margin: 0 10px;
	padding: 0 30px;
}
.drawer-menu {
	
}
.drawer-btn {
	margin-top: 20px;
}
.drawer-btn .mod_btn {
	max-width: 192px;
	font-size: 14px;
	border: none;
	background-color: #936D38;
	color: #FFF;
}
.drawer-menu a {
	display: block;
	width: 100%;
}
.drawer-menu > li .drawer-menu-item {
	padding: 20px 5px;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.drawer-menu > li + li {
	border-top: 1px solid #222222;
}
.drawer-menu > li > a {
	color: #222;
}
.drawer-menu .drawer-dropdown {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.drawer-dropdown:after {
	content: "";
	width: 1px;
	height: calc(100% - 20px);
	background: #E2E2E2;
	position: absolute;
	right: 40px;
	top: 10px;
}
.drawer-dropdown .icon {
	font-size: 16px;
	padding: 0 5px;
}
.drawer-dropdown-menu {
	margin-left: 25px;
	display: none;
}
.drawer-dropdown-menu[hidden] {
	display: none;
}
.drawer-dropdown-menu:not([hidden]) {
	display: block;
}
.drawer-dropdown .drawer-menu-item {
	flex: 1;
}
.drawer-dropdown-menu > li {
	border-top: 1px solid #E2E2E2;
}
.drawer-dropdown-menu-item {
	position: relative;
	padding: 15px 0;
	padding-left: 18px;
	font-size: 15px;
}
.drawer-dropdown-menu-item:before {
	content: "";
	width: 8px;
	height: 2px;
	background: #074944;
	position: absolute;
	left: 0;
	top: 24px;
}
.drawer-dropdown-list {
	margin-left: 15px;
}
.drawer-dropdown-list-item {
	padding-bottom: 15px;
	padding-left: 18px;
	position: relative;
	font-size: 15px;
}
.drawer-dropdown-list-item:before {
	content: "";
	width: 8px;
	height: 1px;
	background: #074944;
	position: absolute;
	left: 0;
	top: 10px;
}
.hovermenu-overlay {
	position: fixed;
	z-index: 15;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	visibility: hidden;
	display: block;
	opacity: 0;
}
.is-hovermenu .hovermenu-overlay {
	visibility: visible;
	opacity: 1;
}
body.is-hovermenu {
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.drawer {
		display: block;
		position: fixed;
		z-index: 500;
	}
}

/* -----------------------------------------------------------------
メイン
------------------------------------------------------------------ */
.mod_mainvisualarea {
	background-color: #074944;
	height: 514px;
	color: #FFF;
	padding: 50px 0 80px;
	position: relative;
	z-index: 100;
}
.mod_mainvisualarea > .container:after {
	content: "";
	height: 560px;
	width: 1240px;
	background: url("../img/main.webp?v=250630") no-repeat center center;
	background-size: cover;
	position: absolute;
	top: -50px;
	right: -482px;
	opacity: 0;
	filter: blur(10px);
	/*transition: all 1s ease-out;*/
	z-index: -10;
}
@keyframes fadeIn {
  0% {
     opacity: 0;
  }
  100% {
     opacity: 1;
  }
}
.mod_mainvisualarea.animated > .container:after {
	opacity: 1;
	filter: blur(0);
	animation: fadeIn 1s ease-out;
}
/*@media screen and (max-width: 1366px) {
	.mod_mainvisualarea:after {
		left: 532px;
	}
}*/
.mod_mainvisualarea .container {
	position: relative;
	z-index: 2;
}
.mod_mainvisualarea img {
	height: 100%;
	width: auto;
}
.mod_mainvisualarea .logobox {
	height: 134px;
	width: auto;
}
.mod_mainvisualarea .titlebox {
	margin-top: 80px;
}
.mod_mainvisualarea .titlebox .title1 {
	height: 32px;
	display: block;
}
.mod_mainvisualarea .titlebox .title2 {
	height: 45px;
	margin-top: 25px;
}
.mod_mainvisualarea .titlebox .animate_element2 {
	height: 100%;
}
.mod_mainvisualarea .navibox {
	margin-top: 50px;
	font-size: 15px;
	font-size: 1.5rem;
	filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.7));
	display: flex;
	gap: 30px;
}
.mod_mainvisualarea .navibox a:hover,
.mod_mainvisualarea .navibox a:hover span {
	color: #4BE6DD;
}
.mod_mainvisualarea .navibox .icon {
	margin-left: 10px;
}
.mod_snsarea {
	background-color: #EBF4F2;
}
@media screen and (max-width: 767px) {
	.mod_mainvisualarea {
		height: 636px;
		padding: 30px 0 0;
	}
	.mod_mainvisualarea > .container:after {
		height: 540px;
		width: 800px;
		background-image: url("../img/main_sp.webp?v=250630");
		left: 50%;
		transform: translateX(-50%);
		top: 139px;
	}
	.mod_mainvisualarea .logobox {
		height: 102px;
	}
	.mod_mainvisualarea .titlebox {
		margin-top: 50px;
	}
	.mod_mainvisualarea .titlebox .title1 {
		height: 29px;
	}
	.mod_mainvisualarea .titlebox .title2 {
		height: 129px;
		margin-top: 22px;
	}
	.mod_mainvisualarea .navibox {
		display: none;
	}
	.mod_snsarea {
		position: relative;
		z-index: 110;
		background-color: transparent;
	}
}

/* -----------------------------------------------------------------
フッター
------------------------------------------------------------------ */
#footer {
	background-color: #222;
	color: #FFF;
	padding: 70px 0;
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 60px 0;
	}
}

#footer .footer-box1 {
	position: relative;
}
#footer .linkbox {
	position: absolute;
	top: 0;
	right: 0;
}
#footer .linkbox p {
	font-size: 16px;
	font-size: 1.6rem;
	color: #999999;
}
#footer .linkbox ul {
	margin-top: 20px;
	color: #FFFFFF;
	font-size: 18px;
	font-size: 1.8rem;
}
#footer .linkbox ul li + li {
	margin-top: 10px;
}
#footer .linkbox ul li .icon {
	margin-left: 0;
	transition: all .3s ease;
	transform: translateX(10px);
	display: inline-block;
}
#footer .linkbox a > span:not(.icon) {
	position: relative;
	transition: all .3s ease;
}
#footer .linkbox a > span:not(.icon):after {
	content: "";
	height: 1px;
	background: #4BE6DD;
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	transition: width .3s ease;
	width: 0;
}
#footer .linkbox a:hover > span:not(.icon):after {
	width: 100%;
}
#footer .linkbox a:hover .icon {
	transform: translateX(15px);
}
@media screen and (max-width: 767px) {
	#footer .linkbox {
		position: static;
	}
	#footer .linkbox p {
		font-size: 15px;
		font-size: 1.5rem;
	}
	#footer .linkbox ul {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

#footer .logobox {
	width: 100%;
}
#footer .logobox img {
	width: auto;
	height: 136px;
	margin: auto;
}
@media screen and (max-width: 767px) {
	#footer .logobox {
		margin-top: 40px;
	}
	#footer .logobox img {
		height: 90px;
	}
}

#footer .footer-info {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	#footer .footer-info {
		display: block;
		margin-top: 40px;
		text-align: center;
	}
}
#footer .footer-info ul {
	display: inline-flex;
}
#footer .footer-info ul li {
	display: inline-flex;
}
#footer .footer-info ul li + li {
	margin-left: 15px;
	padding-left: 15px;
	border-left: #666 1px solid;
}
#footer .footer-info ul li a,
#footer .footer-info .footer-copyright {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
}
#footer .footer-info ul li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	#footer .footer-info .footer-copyright {
		margin-top: 20px;
	}
}

/* -----------------------------------------------------------------
調整
------------------------------------------------------------------ */
.mt0 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt12 {
	margin-top: 12px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt3vw {
	margin-top: 3vw !important;
}

.text_center {
	text-align: center !important;
}
.text_right {
	text-align: right !important;
}

.fc_red {
	color: #F00 !important;
}
.fc_bronze {
	color: #936D38;
}
.fw_bold {
	font-weight: bold !important;
}


.bg_beige {
	background-color: #EFE9E2 !important;
}
.bg_green {
	background-color: #074944 !important;
}
.bg1 {
	background-color: #EBF4F2;
}
.bg_line {
	position: relative;
	width: 100%;
	height: 100%;
}
.bg_line:after {
	content: "";
	width: 890px;
	height: 670px;
	background: url("../img/bg.png") no-repeat center center;
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
}
.bg_line .container {
	position: relative;
	z-index: 2;
}

.border-bottom {
	border-bottom: 2px solid #CEBEAA;
}

.icon {
	margin-left: 4px;
}

.mod_section1 {
	padding: 90px 0 100px;
}
.mod_section2 {
	padding: 100px 0;
}
@media screen and (max-width: 767px) {
	.bg1-2 {
		position: relative;
		z-index: 1;
		background-color: transparent;
	}
	.bg1-2:before {
		content: "";
		position: absolute;
		top: -40px;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #EBF4F2;
		height: 40px;
	}
	.mod_section1 {
		padding: 70px 0 90px;
	}
	.mod_section2 {
		padding: 90px 0;
	}
}

/*============== mod_title =================*/
/* mod_title1 */
.mod_title1 {
	font-size: 30px;
	font-size: 3rem;
}
.mod_title2 {
	font-size: 52px;
	font-size: 5.2rem;
	font-weight: 400;
	text-align: center;
	margin-top: 50px;
	font-family: "Noto Serif JP", serif;
}
.mod_title3 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFF;
	background: #074944;
	text-align: center;
	position: relative;
	height: 54px;
	line-height: 54px;
	padding: 0 36px;
	margin: 0 auto;
	max-width: fit-content;
}
.mod_title3:before,
.mod_title3:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
.mod_title3:before {
	top: 0;
	left: 0;
	border-width: 27px 0px 27px 15px;
	border-color: transparent transparent transparent #FFF;
	border-style: solid;
}
.mod_title3:after {
	top: 0;
	right: 0;
	border-width: 27px 15px 27px 0px;
	border-color: transparent #FFF transparent transparent;
	border-style: solid;
}
.bg_beige .mod_title3:before {
	border-color: transparent transparent transparent #EFE9E2;
}
.bg_beige .mod_title3:after {
	border-color: transparent #EFE9E2 transparent transparent;
}
.bg1 .mod_title3 {
	color: #F0C88F;
}
.bg1 .mod_title3:before {
	border-color: transparent transparent transparent #EBF4F2;
}
.bg1 .mod_title3:after {
	border-color: transparent #EBF4F2 transparent transparent;
}

@media screen and (max-width: 767px) {
	.mod_title1 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.mod_title2 {
		font-size: 42px;
		font-size: 4.2rem;
		margin-top: 40px;
	}
	.mod_title3 {
		font-size: 16px;
		font-size: 1.6rem;
		height: 50px;
		line-height: 50px;
		padding: 0 32px;
	}
	.mod_title3:before {
		border-width: 25px 0px 25px 15px;
	}
	.mod_title3:after {
		border-width: 25px 15px 25px 0px;
	}
}


/* 動き */
.animate_titlewrap {
	position: relative;
}
.animate_title {
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 767px) {
	.animate_title {
		display: block;
	}
	.pc-resp .animate_title {
		display: inline-block;
	}
}
.animate_title .animate_element1,
.animate_title .animate_element2 {
  transform: translateY(100%);
	display: inline-block;
}
.animate_title .animate_element1.animated {
  animation: textAnime .8s forwards ease-in-out;
}

.animate_title .animate_element2.animated {
  animation: textAnime .8s forwards ease-in-out;
}
@keyframes textAnime {
  to {
    transform: translateY(0);
  }
}

/*============== リンクテキスト =================*/
/* mod_linktext1 */
.mod_linktext1 a .text {
	position: relative;
}
.mod_linktext1 a .text::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	border-bottom: 1px solid #FFF;
	top: 0;
	right: 0;
	left: 0;
	transform: scale(1, 1);
	transform-origin: left top;
}
.mod_linktext1 a:hover .text::after {
	border-bottom: 1px solid #CEBEAA;
	transition: .4s ease;
	transform: scale(0, 1);
	transform-origin: right top;
}
.mod_linktext1 a .icon {
	color: #CEBEAA;
	vertical-align: -2px;
}


/*============== リスト =================*/
/* mod_ul1 */
.mod_ul1 {
	margin: 20px 0 0 18px;
}
@media screen and (max-width: 767px) {
	.mod_ul1 {
		margin-top: 15px;
	}
}
.mod_ul1 li {
	position: relative;
}
.mod_ul1 li::before {
	content: '';
	position: absolute;
	left: -18px;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #074944;
}
.mod_ul1 li + li {
	margin-top: 12px;
}
@media screen and (max-width: 767px) {
	.mod_ul1 li + li {
		margin-top: 10px;
	}
}
.mod_ul1 p {
	line-height: 1.4;
}
.mod_ul1 p + p {
	margin-top: 5px;
}

/* mod_ul2 */
.mod_ul2 {
  padding-top: 8px;
  padding-left: 19px;
}
.mod_ul2 p {
  margin-top: 5px;
}
.mod_ul2 p + p {
  margin-top: 3px;
}
.mod_ul2 li {
  position: relative;
}
.mod_ul2 li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -19px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #CEBEAA;
}
/* mod_ol1 */
.mod_ol1 {
	position: relative;
}
.mod_ol1 li {
	counter-increment: count;
	position: relative;
	display: flex;
	align-items: center;
	min-height: 30px;
}
.mod_ol1 li::before {
	content: counter(count);
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 18px;
	font-size: 1.8rem;
	background-color: #396D69;
	border-radius: 50%;
}
.mod_ol1 li > p {
	font-size: 16px !important;
	font-size: 1.6rem !important;
	line-height: 1.4 !important;
	font-weight: bold;
	padding-left: 40px;
	display: table-cell;
	vertical-align: middle;
}
@media screen and (min-width: 768px) {
	.mod_ol1 {
		display: inline-grid;
		grid-template-columns: repeat(3, auto);
		gap: 20px 40px;
		align-items: flex-start;
	}
}
@media screen and (max-width: 767px) {
	.mod_ol1 li + li {
		margin-top: 15px;
	}
}

/*============== カラム =================*/
/* mod_col2 */
.mod_col2 {
	display: flex;
	gap: 60px;
}
.mod_col2 .col1 {
	flex: 1;
}
.mod_col2 .col2 {
	max-width: 429px;
	width: 100%;
	position: relative;
}
.mod_col2 .mod_textbox {
	margin-top: 70px;
}
.mod_col2 .mod_conbox1 {
	margin-top: 50px;
}
.mod_conbox1 {
	display: flex;
	align-items: center;
	gap: 30px;
}
.mod_conbox1 .thu {
	width: 142px;
	height: 142px;
}
.mod_conbox1 .text p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.mod_conbox1 .text .sign img {
	width: 121px;
	height: auto;
	margin-top: 15px;
}

.mod_conbox2 {
	display: flex;
	gap: 30px;
	margin-top: 50px;
}
.mod_conbox2 p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.mod_conbox2 .thu {
	width: 240px;
	height: 300px;
}
.mod_conbox2 .thu img {
	border-radius: 3px;
	height: 100%;
}
.mod_conbox2 .textbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}
.mod_conbox2 .name {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
}
.mod_conbox2 .name .small1 {
	font-size: 18px;
	font-size: 1.8rem;
}
.mod_conbox2 .corp {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 20px;
}
.mod_conbox2 .department {
	margin-top: 15px;
}
.mod_conbox2 .logo {
	height: 90px;
}
.mod_conbox2 .logo img {
	height: 100%;
	width: auto;
}
@media screen and (max-width: 767px) {
	.mod_conbox2 {
		flex-direction: column;
		gap: 20px;
	}
	.mod_conbox2 p {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.mod_conbox2 .thu {
		width: 192px;
		height: 240px;
		margin: 0 auto;
	}
	.mod_conbox2 .textbox {
		flex-direction: row;
		gap: 20px;
	}
	.mod_conbox2 .name {
		font-size: 20px;
		font-size: 2rem;
	}
	.mod_conbox2 .name .small1 {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.mod_conbox2 .corp {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.mod_conbox2 .logo {
		height: 70px;
	}
}

.mod_col2 .mod_imgbox {

}
.mod_col2 .mod_imgbox img {
	object-fit: cover;
	border-radius: 3px;
}
.mod_col2 .mod_imgbox .img1 {
	width: 435px;
	height: 290px;
	position: absolute;
	top: 0;
	left: 86px;
}
.mod_col2 .mod_imgbox .img1 img {
	object-position: top;
}
.mod_col2 .mod_imgbox .img2 {
	width: 222px;
	height: 148px;
	position: absolute;
	top: 236px;
	left: 0;
}
.mod_col2 .mod_imgbox .img3 {
	width: 222px;
	height: 148px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.mod_col22 {
	display: flex;
	gap: 60px;
	margin-top: 60px;
}
.mod_set1 {
	border-top: 1px solid #D3CEC8;
	padding: 60px 0 0;
	width: 50%;
}
.mod_set1 .title_award {
	color: #074944;
	font-size: 24px;
	font-size: 2.4rem;
}
.mod_set1 .title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-top: 40px;
}
.bg1 .mod_set1 {
	border-top-color: #D0D8D6;
}
@media screen and (min-width: 768px) {
	.mod_set1 .title .large1 {
		line-height: 1;
	}
}
.mod_set1 .mod_ul1 {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.mod_col2 {
		flex-direction: column;
		gap: 70px;
	}
	.mod_col2 .col2 {
		height: 386px;
		max-width: 376px;
		margin: 0 auto;
	}
	.mod_col2 .mod_textbox {
		margin-top: 50px;
	}
	.mod_col2 .mod_conbox1 {
		margin-top: 40px;
	}
	.mod_conbox1 {
		gap: 20px;
	}
	.mod_conbox1 .thu {
		width: 100px;
		height: 100px;
	}
	.mod_conbox1 .text p {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.mod_conbox1 .text .sign img {
		width: auto;
		height: 40px;
	}
	.mod_col2 img {
		height: 100%;
	}
	.mod_col2 .mod_imgbox .img1 {
		width: 286px;
		height: 191px;
		left: 57px;
	}
	.mod_col2 .mod_imgbox .img2 {
		width: 146px;
		height: 98px;
		top: 155px;
	}
	.mod_col2 .mod_imgbox .img3 {
		width: 146px;
		height: 98px;
		right: 101px;
	}
	.mod_col22 {
		flex-wrap: wrap;
		gap: 50px;
		margin-top: 50px;
	}
	.mod_set1 {
		padding: 50px 0 0;
		width: 100%;
	}
	.mod_set1 .title_award {
		font-size: 21px;
		font-size: 2.1rem;
	}
	.mod_set1 .title {
		font-size: 21px;
		font-size: 2.1rem;
		margin-top: 30px;
	}
	.mod_set1 .mod_ul1 {
		margin-top: 20px;
	}
}

/*============== ボックス =================*/
.mod_conarea {
	display: flex;
	margin-top: 90px;
}
.mod_conarea .titlebox {
	background: #074944;
	color: #F0C88F;
	border-radius: 3px 0 0 3px;
	padding: 50px;
	max-width: 301px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mod_conarea .titlebox .title {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
}
.mod_conarea .titlebox span {
	font-size: 18px;
	font-size: 1.8rem;
	display: block;
	margin-top: 10px;
}
.mod_conarea .textbox {
	flex: 1;
	padding: 55px 66px 55px 50px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 0 3px 3px 0;
	border: 1px solid #FFF;
	border-left: none;
}
@media screen and (max-width: 767px) {
	.mod_conarea {
		margin-top: 70px;
		flex-wrap: wrap;
	}
	.mod_conarea .titlebox {
		max-width: 100%;
		padding: 30px;
		border-radius: 3px 3px 0 0;
	}
	.mod_conarea .titlebox .title {
		font-size: 21px;
		font-size: 2.1rem;
	}
	.mod_conarea .titlebox span {
		font-size: 16px;
		font-size: 1.6rem;
		margin-top: 5px;
	}
	.mod_conarea .textbox {
		padding: 30px 20px;
		border-radius: 0 0 3px 3px;
		border: 1px solid #FFF;
		border-top: none;
	}
}

.mod_textarea1 {
	padding: 60px 0 0;
	border-top: 1px solid #D3CEC8;
	text-align: center;
	margin-top: 60px;
}
.bg1 .mod_textarea1 {
	border-top-color: #D0D8D6;
}
@media screen and (max-width: 767px) {
	.mod_textarea1 {
		padding: 50px 0 0;
		margin-top: 50px;
		text-align: left;
	}
}


/*============== テキストリンク =================*/
.mod_textlink,
.mod_textlink2,
.mod_textlink3 {
	position: relative;
	min-width: auto;
	width: auto;
	padding-bottom: 2px;
}
.mod_textlink::before,
.mod_textlink2::before,
.mod_textlink3::before {
	content: "";
  height: 1px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  transition: width .3s ease;
  width: 100%;
}
.mod_textlink3::before {
  background: #222;
}
a:hover .mod_textlink::before,
a:hover .mod_textlink2::before,
a:hover .mod_textlink3::before {
  background: #4BE6DD;
	width: 0;
}
a:hover .mod_textlink3 {
  color: #00857C;
}
a:hover .mod_textlink3::before {
  background: #00857C;
}

/*============== ボタン =================*/
/* .btn-contact */
.btn-contact {
	margin: 0 auto;
	max-width: 578px;
}
@media screen and (max-width: 767px) {
	.btn-contact {
		margin-top: 30px;
		/*max-width: 212px;*/
	}
}

/* mod_btn */
.mod_btnarea {
	display: flex;
	gap: 58px;
	justify-content: center;
	align-items: center;
}
* + .mod_btnarea {
	margin-top: 50px;
}
.mod_btn {
	padding: 23px;
	background-color: #074944;
	color: #F0C88F !important;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	max-width: 578px;
	width: 100%;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	transition: .5s;
}
.mod_btn.btn-s {
	max-width: 366px;
}
.mod_btn.color2 {
	border: 1px solid #074944;
	color: #074944 !important;
	background-color: transparent;
}
.bg_green .mod_btn {
	background-color: #F0C88F;
	color: #074944 !important;
}
.bg_green .mod_btn.color2 {
	border: 1px solid #F0C88F;
	color: #F0C88F !important;
	background-color: transparent;
}
@media screen and (max-width: 767px) {
	.mod_btnarea {
		flex-direction: column;
		gap: 20px;
	}
	.mod_btn {
		padding: 13px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	.mod_btn.btn-s {
		max-width: 578px;
	}
}
.mod_btn:hover {
	transform: scale(1.05);
}

/*============== テーブル =================*/
/* mod_table1 */
.mod_table1 {
	width: 100%;
	text-align: left;
	border-bottom: #E2E2E2 1px solid;
	margin-top: 70px;
}
.mod_table1 th,
.mod_table1 td {
	border-top: #E2E2E2 1px solid;
	padding: 40px 0 40px;
}
.mod_table1 th {
	vertical-align: top;
	white-space: nowrap;
	padding-right: 65px;
}
.mod_table1 th .title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	color: #074944;
}
@media screen and (max-width: 767px) {
	.mod_table1 {
		margin-top: 60px;
	}
	.mod_table1 th,
	.mod_table1 td {
		padding: 30px 0 0;
		display: block;
	}
	.mod_table1 td {
		border-top: none;
		padding: 30px 0 30px;
		display: block;
	}
	.mod_table1 th .title {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

/*============== 動画ボックス =================*/
/* mod_mvbox */
.mod_mvbox {
	margin: 0 auto;
	padding: 50px 0 20px;
	position: relative;
	display: block;
	max-width: 578px;
	text-align: center;
}
.mod_mvbox > p {
	margin-top: 20px;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .mod_mvbox {
    padding-bottom: 0;
  }
  .mod_mvbox > p {
    margin-top: 10px;
  }
}

/* -----------------------------------------------------------------
mod_mainarea
------------------------------------------------------------------ */
.mod_mainarea {
	overflow: hidden;
	display: block;
	position: relative;
}

/*========= contact-us =========*/
#contact-us {
	padding: 70px 0 30px;
	text-align: center;
}
#contact-us p {
	line-height: 1.4;
	margin-top: 25px;
}
#contact-us .sns-1 {
	padding-top: 70px;
}
@media screen and (max-width: 767px) {
	#contact-us {
		padding: 50px 0 20px;
	}
	#contact-us .container {
		width: calc(100% - 90px);
	}
	#contact-us p {
		margin-top: 15px;
		text-align: left;
	}
	#contact-us .sns-1 {
		padding-top: 50px;
	}
}

/* ========= page-top ========= */
.common-btn-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 500;
	transition: bottom .4s ease;
}
.common-btn-top a {
	padding-top: 13px;
	padding-bottom: 10px;
	width: 48px;
	background: black no-repeat 14px 17px;
	color: #FFF !important;
	font-size: 24px;
	font-size: 2.4rem;
	display: block;
	text-align: center;
	border-radius: 3px;
	opacity: 0.5;
	line-height: 1;
}
.common-btn-top a:hover span {
	color: #FFF !important;
	opacity: 0.7;
}

/* =========.animation css========= */
.inview {
	opacity: 0;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
}
.animate2 .inview {
	opacity: 0;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
}
.inview-ready .inview {
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
}
.inview-ready .inview.inview-on {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.js-fadeLeft {
	position: relative;
	display: inline-block;
	overflow: hidden;
	
}
.js-fadeLeft:before {
	content: "";
	background-color: #CEBEAA;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.js-fadeLeft.is-inview:before {
	animation-name: openMask;
	animation-duration: .8s;
	animation-fill-mode: forwards;
}
@keyframes openMask {
	0% {
		transform: translateX(-101%);
		
	}
	100% {
		transition-timing-function: cubic-bezier(.785, .135, .15, .86);
		transform: translateX(101%);
		transition: opacity .4s ease-in-out .45s;
	}
}
.animate {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.animate {
		margin-left: 4px;
	}
}
.animate:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #CEBEAA;
	-webkit-transition: .85s;
	-ms-transition: .85s;
	transition: .85s;
	-webkit-transform: translateX(-101%);
	-ms-transform: translateX(-101%);
	transform: translateX(-101%);
	z-index: 2;
}
.animate-text img {
	position: relative;
	z-index: 1;
	opacity: 0;
}
.animated .animate-text img {
	opacity: 1;
	-webkit-transition: opacity .4s ease-in-out .45s;
	-ms-transition: opacity .4s ease-in-out .45s;
	transition: opacity .4s ease-in-out .45s;
}
.animate.animated:before {
	-webkit-transition-timing-function: cubic-bezier(.785, .135, .15, .86);
	-ms-transition-timing-function: cubic-bezier(.785, .135, .15, .86);
	transition-timing-function: cubic-bezier(.785, .135, .15, .86);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

/*============== .ie =================*/
.ie .twitter-share-button,
.ie11 .twitter-share-button {
	display: none;
}

/*============== .sns =================*/
.sns-1 {
	margin-top: 0px;
}
.sns-1.m-t {
	margin-top: 30px;
}
.sns-1 .common-container-inner > *,
.sns-1 .contentsbox-2 > * {
	/*display: inline-block;*/
	vertical-align: top;
}
.sns-1.center .common-container-inner,
.sns-1.center .contentsbox-2 {
	text-align: center;
}

/*シェアボタンの欠け修正*/
.sns-1 .fb-like.fb_iframe_widget span {
	width: 80px !important;
}
/*いいねボタン隠し*/
.sns-1 .fb-like.fb_iframe_widget {
	overflow: hidden;
}
.sns-1 .fb-like.fb_iframe_widget iframe {
	width: 160px !important;
	position: relative !important;
	left: -84px;
}

/*============== 動画用ソーシャルボタン =================*/
.sproutvideo-social-buttons > .social-buttons,
* + .social-buttons {
	margin-top: 0.8rem;
}
.social-buttons {
	display: none;
}
html.android .social-buttons,
html.ipod .social-buttons,
html.ipad .social-buttons,
html.iphone .social-buttons {
	display: block;
}
.social-buttons h4 {
	display: none;
	line-height: 1;
	margin-bottom: 1rem;
	margin-top: 0;
}
.share-group {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	gap: 0.8rem;
}

.share-group li {
	float: left;
	margin-right: 0.8rem;
	margin: 0;
}

.share-group li button {
	border: none;
	background: none;
	cursor: pointer;
	text-align: left;
	margin: 0;
	padding: 0;
}
.share-group li button img {
	width: 3.2rem;
	height: 3.2rem;
}
.share-group li button span {
	display: none;
}