@charset "UTF-8";


/* html
------------------------------------------------- */
html {
    overflow-x: hidden;
}


/* company
------------------------------------------------- */
/*  mainvisual  */
.company .mainvisual::before {
	background-image: url("../img/company/main-img.jpg");
}

/*  cont1  */
.company .cont1 {
	padding-bottom: 8.125em;
}
.company .cont1 .sec {
	padding: 0 3.75em;
}
.company .cont1 .sec table {
	width: 40.75em;
}
.company .cont1 .sec table th,
.company .cont1 .sec table td {
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #C3C3C3;
	padding: 1.75em 0;
}
.company .cont1 .sec table th {
	width: 7.75em;
	font-weight: 500;
	border-bottom: 1px solid #25503B;
}
.company .cont1 .sec table td {
	padding-left: 4.5em;
}
.company .cont1 .sec table tr:first-child th {
	border-top: 1px solid #25503B;
}
.company .cont1 .sec table tr:first-child td {
	border-top: 1px solid #C3C3C3;
}
@media only screen and (max-width:750px){
.company .cont1 {
	padding-bottom: 20vw;
}
.company .cont1 .sec {
	padding: 0;
}
.company .cont1 .sec table {
	width: 100%;
}
.company .cont1 .sec table th,
.company .cont1 .sec table td {
	font-size: 3.466vw;
	padding: 1.2em 0;
	line-height: 1.75;
}
.company .cont1 .sec table th {
	width: 35%;
}
}

/*  cont2  */
.company .cont2 {
	padding: 7.8125em 0 3em;
}
.company .cont2 .sec {
	padding: 0 3.75em;
}
.company .cont2 .sec .con {
	width: 40.75em;
}
.company .cont2 p {
	padding-bottom: 3.5em;
}
.company .cont2 img {
	width: 27.5em;
}
.company .cont2 .con1 {
	margin-top: 2em;
	padding: 1.5em 0;
	position: relative;
}
.company .cont2 .con1::before {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #C3C3C3;
	position: absolute;
	left: 7.7em;
	top: 0;
}
.english .company .cont2 .con1::before {
	left: 8.7em;
}
.company .cont2 .con1 dl {
	display: flex;
	letter-spacing: normal;
}
.company .cont2 .con1 dl dt {
	width: 11em;
	font-weight: 500;
	line-height: 2.5;
	position: relative;
}
.company .cont2 .con1 dl dt::before {
	content: '';
	width: 0.52em;
	height: 0.52em;
	background-color: #25503B;
	border-radius: 1em;
	position: absolute;
	right: 2.5em;
	top: 1em;
}
.english .company .cont2 .con1 dl dt::before {
	right: 1.45em;
}
.company .cont2 .con1 dl dd {
	width: 70%;
	line-height: 2.75;
}
@media only screen and (max-width:750px){
.company .cont2 {
	padding: 20vw 0 10vw;
}
.company .cont2 .sec {
	padding: 0;
}
.company .cont2 .sec .con {
	width: 100%;
}
.company .cont2 p {
	padding-bottom: 2em;
}
.company .cont2 img {
	width: 100%;
}
.company .cont2 .con1 {
	margin-top: 10vw;
	padding: 0;
}
.company .cont2 .con1::before {
	left: 7.2em;
}
.english .company .cont2 .con1::before {
	left: 7.6em;
}
.company .cont2 .con1 dl {
	align-items: flex-start;
	padding: 0.75em 0;
}
.company .cont2 .con1 dl dt {
	font-size: 3.466vw;
	line-height: 1.75;
	width: 35%;
	font-weight: 500;
	position: relative;
}
.company .cont2 .con1 dl dt::before {
	right: 1.2em;
	top: 0.65em;
}
.english .company .cont2 .con1 dl dt::before {
	right: 0.75em;
}
.company .cont2 .con1 dl dd {
	font-size: 3.2vw;
	width: 65%;
	line-height: 1.75;
}
}

/*  cont3  */
.company .cont3 {
	position: relative;
	margin-bottom: 8em;
}
.company .cont3::before {
	content: '';
	width: 50vw;
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.company .cont3::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #EFEFEF;
	position: absolute;
	left: 0;
	bottom: -8em;
	z-index: 1;
}
.company .cont3 .sec {
	padding: 4em 3.75em 3.5em;
	background-color: #fff;
	position: relative;
	z-index: 3;
}
.company .cont3 .sec .logo {
	width: 20%;
	margin: 0 4.8% 0 3.8%;
	mix-blend-mode: multiply;
}
.company .cont3 .sec .con {
	width: 68.4%;
	padding-left: 3%;
	border-left: 1px solid #C3C3C3;
}
.company .cont3 .sec .con h4 {
	font-weight: 700;
	line-height: 1.56;
}
.company .cont3 .sec .con .txt {
	font-weight: 500;
	line-height: 1.72;
	letter-spacing: normal;
	padding: 1.5em 0 2em;
}
.company .cont3 .sec .con .note {
	line-height: 1.75;
	letter-spacing: normal;
}
@media only screen and (max-width:750px){
.company .cont3 {
	margin-bottom: 17.5VW;
}
.company .cont3::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #EFEFEF;
	position: absolute;
	left: 0;
	bottom: -17.5VW;
	z-index: 1;
}
.company .cont3 .sec {
	padding: 12vw 5.6vw 15vw 0;
}
.company .cont3 .sec .logo {
	width: 50vw;
	margin: 0 auto 2vw;
}
.company .cont3 .sec .con {
	width: 100%;
	padding: 6vw 0 0;
	border-left: none;
	border-top: 1px solid #C3C3C3;
}
.company .cont3 .sec .con .txt {
	font-size: 3.466vw;
	padding: 1.5em 0 2em;
}
.company .cont3 .sec .con .note {
	font-size: 3vw;
}
}


/* contact
------------------------------------------------- */
/*  mainvisual  */
.contact .mainvisual::before {
	background-image: url("../img/contact/main-img.jpg");
}
@media only screen and (max-width:750px){
.contact .mainvisual::before {
	background-position: center center;
}
}

/*  notebox  */
.notebox {
	margin-bottom: 5em;
}
.notebox .inner::before {
	content: '';
	width: 100vw;
	height: 15.1875em;
	background-color: #FFFFFF;
	position: absolute;
	left: 2.5em;
	bottom: -4em;
}
.notebox .sec {
	width: 61.875em;
	height: 15.1875em;
	background: url("../img/top/bg-note.jpg") center center no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding-left: 4.2em;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.notebox .sec h2 {
	font-weight: 600;
	line-height: 1.5;
	margin-right: 1.767em;
}
.notebox .sec h3 {
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-bottom: 0.75em;
}
.notebox .sec .btnst1 {
	position: absolute;
	right: 2.45em;
	bottom: 2.75em;
}
.notebox .sec .btnst1 a {
	background-color: #fff;
	border: 1px solid #fff;
	color: #25503B;
}
@media only screen and (min-width:751px){
.notebox .sec .btnst1 a:hover {
	border: 1px solid #25503B;
}
}
@media only screen and (max-width:750px){
.notebox {
	margin: 18.5vw 0 0;
}
.notebox .inner::before {
	left: 0;
	bottom: -3em;
}
.notebox .sec {
	width: 100%;
	height: auto;
	padding: 8vw 6vw;
}
.notebox .sec h2 {
	font-size: 12.8vw;
}
.notebox .sec h3 {
	font-size: 4.8vw;
}
.notebox .sec .btnst1 {
	position: static;
}
}


/*  cont1  */
.contact .cont1 {
	margin-bottom: 6em;
}
.contact .cont1 .form {
	width: 45em;
	margin: 2em auto 4em;
}
.english .contact .cont1 .form {
	margin: 7em auto 4em;
}
.contact .cont1 .form .note {
	color: #25503B;
}
.contact .cont1 .form .caution {
	color: #FF0000;
	font-weight: 700;
	padding: 1em 0 3em;
	margin-bottom: 2em;
	border-bottom: 1px solid #C3C3C3;
}
.contact .cont1 .form dl {
	padding-bottom: 2em;
}
.contact .cont1 .form .last {
	padding-bottom: 0;
}
.contact .cont1 .form dl dt {
	font-weight: 500;
	letter-spacing: normal;
	padding-bottom: 0.5em;
	white-space: nowrap;
}
.contact .cont1 .form dl dt span {
	font-weight: 700;
	color: #25503B;
}
.contact .cont1 .form dl dd {
	letter-spacing: normal;
}
.contact .cont1 .form dl dd input,
.contact .cont1 .form dl dd textarea {
	width: 100%;
	height: 4.25em;
	background-color: #F6F6F6;
	padding: 0 2em;
	box-sizing: border-box;
	border: none;
}
.contact .cont1 .form dl dd textarea {
	height: 12.5em;
	padding: 2em;
}
.contact .cont1 .form dl dd .mwform-checkbox-field {
	margin: 0 2em 0.2em 0;
}
.contact .cont1 .agree {
	text-align: center;
	width: 45em;
	margin: 0 auto 4em;
	padding: 2em 0;
	border: 1px solid #E1E1E1;
	box-sizing: border-box;
}
.contact .cont1 .agree input[type=checkbox] + span {
    padding: 1.8em 0 0.3em;
}
.contact .cont1 .agree input[type=checkbox] + span::before {
    border: 1px solid #E1E1E1;
	left: 50%;
	top: 0;
	margin: 0 0 0 -0.625em;
}
.contact .cont1 .agree input[type=checkbox] + span::after {
    left: calc(50% - 0.25em);
	top: -0.6em;
}
.contact .cont1 .agree input[type=checkbox]:checked + span::before {
	border-color: #25503B;
}
.contact .cont1 .agree p {
	padding-top: 0.5em;
}
.contact .cont1 .agree a {
	color: #25503B;
	font-weight: 400;
	text-decoration: underline;
}
.contact .cont1 .btn {
	padding-bottom: 1.5em;
}
.contact .cont1 .btn li {
	text-align: center;
	margin-bottom: 0.75em;
}
.contact .cont1 .btn li p {
	font-size: 18px;
	display: block;
    width: 13.777em;
	line-height: 3.8;
	margin: 0 auto;
	border: 1px solid #C3C3C3;
	border-radius: 3em;
	text-align: left;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.4s;
}
.contact .cont1 .btn li p::before {
	content: '';
	display: block;
	width: 0.5em;
	height: 0.5em;
	background-color: #25503B;
	position: absolute;
	right: 1.5em;
	top: 50%;
	margin-top: -0.25em;
	border-radius: 9999px;
	transform: scale(1);
	transition: transform .5s, opacity .5s;
	z-index: 1;
}
.contact .cont1 .btn li p input {
	font-size: 18px;
	width: 100%;
	height: 3.8em;
	background: rgba(0,0,0,0);
	border: none;
	text-align: left;
	font-weight: 500;
	padding: 0 0 0 2.3em;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	cursor: pointer;
}
.contact .cont1 .btn li:nth-child(2) p {
    width: 10em;
	line-height: 3;
}
.contact .cont1 .btn li:nth-child(2) p::before {
	background-color: #444;
}
.contact .cont1 .btn li:nth-child(2) p input {
	height: 3em;
}
.contact .cont1 .mw_wp_form_input .btn li:nth-child(2),
.contact .cont1 .mw_wp_form_confirm .form dl.dis,
.contact .cont1 .mw_wp_form_confirm .agree p {
	display: none;
}
.contact .cont1 .mw_wp_form_confirm .form dl dd .check.fo13 {
	font-size: 16px;
}
.mw_wp_form .error {
	color: #FF0000 !important;
}
.contact.thanks .cont1 .form {
	margin-bottom: 10em;
}
.contact.thanks .cont1 .form .txt10 {
	padding-bottom: 2em;
}
@media only screen and (min-width:751px) and (max-width:1200px){
.contact .cont1 .btn li p,
.contact .cont1 .btn li p input {
	font-size: 1.5vw;
}
.contact .cont1 .mw_wp_form_confirm .form dl dd .check.fo13 {
	font-size: 1.3333vw;
}
}
@media only screen and (min-width:751px){
.contact .cont1 .agree a:hover {
	text-decoration: none;
}
.contact .cont1 .btn li p:hover {
	border: 1px solid #25503B;
}
.contact .cont1 .btn li p:hover::before {
	opacity: 1;
	transform: scale(80)
}
.contact .cont1 .btn li p:hover input {
	color: #fff;
}
.contact .cont1 .btn li:nth-child(2) p:hover {
	border: 1px solid #444;
}
}
@media only screen and (max-width:750px){
.contact .cont1 {
	margin-bottom: 15vw;
}
.english .contact .cont1 .form {
	margin: 3em auto 15vw;
}
.contact .cont1 p {
	font-size: 3.466vw;
}
.contact .cont1 .form {
	width: 100%;
	margin: 3em auto;
}
.contact .cont1 .form .note {
	font-size: 3vw;
}
.contact .cont1 .form .caution {
	font-size: 3.2vw;
}
.contact .cont1 .caution2 {
	color: #FF0000;
	font-weight: 500;
	text-align: center;
	line-height: 1.72;
}
.contact .cont1 .form dl {
	padding-bottom: 2em;
}
.contact .cont1 .form dl dt {
	font-size: 4.266vw;
	line-height: 1.75;
	padding-bottom: 0.5em;
	white-space: normal;
}
.contact .cont1 .form dl dd input,
.contact .cont1 .form dl dd textarea {
	height: 3.6em;
	padding: 0 1em;
}
.contact .cont1 .form dl dd textarea {
	height: 10em;
	padding: 1em;
}
.contact .cont1 .form dl dd .check.fo13 {
	font-size: 3.2vw;
}
.contact .cont1 .agree {
	width: 100%;
	margin: 0 auto 3em;
}
.contact .cont1 .agree p {
	font-size: 3.466vw;
}
.contact .cont1 .btn li p,
.contact .cont1 .btn li p input {
	font-size: 4vw;
	color: #444;
}
.contact .cont1 .mw_wp_form_confirm .form dl dd .check.fo13 {
	font-size: 3.733vw;
}
}


/* format-mhlw
------------------------------------------------- */
/*  mainvisual  */
.format-mhlw .mainvisual::before {
	background-image: url("../img/format-mhlw/main-img.jpg");
}
@media only screen and (max-width:750px){
.format-mhlw .mainvisual::before {
	background-position: center center;
}
}

/*  cont1  */
.format-mhlw .cont1 {
	margin-bottom: 4em;
}
.format-mhlw .cont1 .sec {
	padding: 0 3.75em;
}
.format-mhlw .cont1 .sec h2 {
	display: inline-block;
	font-weight: 700;
	color: #25503B;
	line-height: 2.375;
	letter-spacing: 0.05em;
	border: 1px solid #25503B;
	padding: 0 1.75em;
	margin-bottom: 1em;
}
.format-mhlw .cont1 .sec p {
	line-height: 1.875;
	letter-spacing: 0.05em;
	padding-bottom: 1.5em;
}
.format-mhlw .cont1 ul {
	display: flex;
}
.format-mhlw .cont1 ul li {
	margin-right: 1.15em;
}
.format-mhlw .cont1 ul li:last-child {
	margin-right: 0;
}
.format-mhlw .cont1 ul .btnst1 a {
	width: auto;
	border-radius: 0;
	border: none;
	margin: 0;
	box-shadow: 0 0 1.4em 0 rgba(0,0,0,0.07);
}
.format-mhlw .cont1 ul .btnst1 a span {
	font-weight: 400;
	padding-right: 6.285em;
}
@media only screen and (max-width:750px){
.format-mhlw .cont1 {
	margin-bottom: 15vw;
}
.format-mhlw .cont1 .sec {
	padding: 0;
}
.format-mhlw .cont1 ul {
	flex-wrap: wrap;
}
.format-mhlw .cont1 ul .btnst1 {
	font-size: 3.2vw;
	width: 48.5%;
	margin-bottom: 1em;
}
.format-mhlw .cont1 ul .btnst1 a {
	width: 100%;
}
.format-mhlw .cont1 ul .btnst1 a span {
	padding: 0 0 0 1.5em;
}
}

/*  cont2  */
.format-mhlw .cont2 {
	margin-bottom: 4em;
}
.format-mhlw .cont2 .sec {
	padding: 0 3.75em;
}
.format-mhlw .cont2 .sec .headline1 {
	margin-bottom: 2.5em;
}
.format-mhlw .cont2 .sec .con {
	width: 100%;
	border-bottom: 1px solid #C3C3C3;
	padding: 2em 2.5em;
	box-sizing: border-box;
}
.format-mhlw .cont2 .sec .con:first-of-type {
	border-top: 1px solid #C3C3C3;
}
.format-mhlw .cont2 .sec .con h4 {
	width: 38.5%;
	font-weight: 700;
	color: #25503B;
	line-height: 1.4;
}
.format-mhlw .cont2 .sec .con p {
	width: 44%;
	line-height: 1.5;
}
.format-mhlw .cont2 .sec .con ul {
	width: 16%;
	display: flex;
	justify-content: flex-end;
}
.format-mhlw .cont2 .sec .con ul li {
	width: 2.5em;
	margin-left: 2em;
}
@media only screen and (max-width:750px){
.format-mhlw .cont2 {
	margin-bottom: 20vw;
}
.format-mhlw .cont2 .sec {
	padding: 0;
}
.format-mhlw .cont2 .sec .headline1 {
	margin-bottom: 2em;
}
.format-mhlw .cont2 .sec .con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 2em 1em;
}
.format-mhlw .cont2 .sec .con h4 {
	font-size: 4.8vw;
	width: 100%;
	padding-bottom: 1em;
}
.format-mhlw .cont2 .sec .con p {
	font-size: 3.466vw;
	width: 70%;
	padding-bottom: 0.5em;
}
.format-mhlw .cont2 .sec .con ul {
	width: 30%;
	padding-top: 0.25em;
}
.format-mhlw .cont2 .sec .con ul li {
	width: 2em;
	margin-left: 1em;
}
}

/*  cont3  */
.format-mhlw .cont3 {
	height: 32em;
	background: url("../img/format-mhlw/bg.jpg") center center no-repeat;
	background-size: cover;
	margin-top: 8.7em;
}
.format-mhlw .cont3 .inner {
	height: 32em;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.format-mhlw .cont3 .sec {
	width: 38.125em;
	height: 24em;
	background-color: #FFFFFF;
	padding: 3.75em 0 0 3.75em;
	box-sizing: border-box;
}
.format-mhlw .cont3 .sec h3 {
	font-weight: 500;
	padding-bottom: 1em;
}
.format-mhlw .cont3 .sec .btnst1 a {
	width: 20.75em;
	margin: 2.5em 0 0;
}
@media only screen and (max-width:750px){
.format-mhlw .cont3 {
	height: auto;
	margin-top: 20vw;
}
.format-mhlw .cont3 .inner {
	width: 84%;
	height: auto;
	display: block;
	padding: 12vw 0;
}
.format-mhlw .cont3 .sec {
	width: 100%;
	height: auto;
	padding: 10vw 6vw;
}
.format-mhlw .cont3 .sec h3 {
	font-size: 5vw;
	text-align: center;
}
.format-mhlw .cont3 .sec p {
	font-size: 3.466vw;
}
.format-mhlw .cont3 .sec .btnst1 a {
	width: 100%;
	margin: 2em auto 0;
}
}


/* message
------------------------------------------------- */
/*  mainvisual  */
.message .mainvisual::before {
	background-image: url("../img/message/main-img.jpg");
}
@media only screen and (max-width:750px){
.message .mainvisual::before {
	background-position: 35% center;
}
}

/*  cont1  */
.message .cont1 {
	background: url("../img/message/bg.png") center 10em no-repeat;
	background-size: 45.625em auto;
	margin-bottom: 5em;
}
.message .cont1 .sec {
	padding: 0 3.75em;
}
.message .cont1 h2 {
	text-align: center;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: 0.05em;
	padding-bottom: 2em;
}
.message .cont1 p {
	line-height: 1.875;
	letter-spacing: 0.05em;
	padding-bottom: 2em;
}
.message .cont1 .name {
	text-align: right;
}
.message .cont1 .name span {
	font-weight: 700;
}
@media only screen and (max-width:750px){
.message .cont1 {
	background: none;
	margin: 0;
	padding-bottom: 18vw;
}
.message .cont1 .sec {
	padding: 0;
}
.message .cont1 h2 {
	font-size: 5.33vw;
	line-height: 1.4;
	padding-bottom: 1.5em;
}
.message .cont1 p {
	line-height: 1.75;
}
.message .cont1 .txt {
	padding-bottom: 2em;
}
.message .cont1 .name {
	font-size: 4.266vw;
	line-height: 1.55;
}
}

/*  cont2  */
.message .cont2 {
	margin-bottom: 8.125em;
	position: relative;
}
.message .cont2::before {
	content: '';
	width: 50vw;
	height: 100%;
	background-color: #F6F6F6;
	position: absolute;
	left: 0;
	top: 0;
}
.message .cont2 .photo {
	width: 21.625em;
	position: absolute;
	right: 2.5em;
	top: -3.75em;
	z-index: 3;
}
.message .cont2 .inner {
	padding: 0 6.25em;
}
.message .cont2 .sec {
	padding: 1em 25.3em 2.5em 0;
	background-color: #F6F6F6;
	position: relative;
	z-index: 2;
}
.message .cont2 .sec p {
	line-height: 1.72;
	letter-spacing: normal;
}
.message .cont2 .sec .txt {
	padding-bottom: 1.5em;
}
.message .cont2 .sec ul li {
	line-height: 1.72;
	letter-spacing: normal;
	margin-bottom: 1.75em;
}
@media only screen and (max-width:750px){
.message .cont2 {
	margin-bottom: 6em;
}
.message .cont2::before {
	right: 0;
}
.message .cont2 .photo {
	width: 49.33vw;
	right: 5.6vw;
	top: -8vw;
}
.message .cont2 .inner {
	padding: 0;
}
.message .cont2 .sec {
	padding: 60vw 5.6vw 12vw 0;
}
}

/*  cont3  */
.message .cont3 {
	margin-bottom: 12.5em;
}
.message .cont3 .inner::before {
	content: '';
	width: 100vw;
	height: 15.1875em;
	background-color: #F6F6F6;
	position: absolute;
	left: 2.5em;
	bottom: -4em;
}
.message .cont3 .sec {
	width: 61.875em;
	height: 15.1875em;
	background: url("../img/message/bg-blog.jpg") center center no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding-left: 4.2em;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.message .cont3 .sec h4 {
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-right: 4.125em;
}
.message .cont3 .sec h4 span {
	display: block;
	font-weight: 600;
	letter-spacing: normal;
}
.message .cont3 .sec h5 {
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-bottom: 0.75em;
}
.message .cont3 .sec .btnst1 {
	position: absolute;
	right: 2.45em;
	bottom: 2.75em;
}
.message .cont3 .sec .btnst1 a {
	background-color: #fff;
	border: 1px solid #fff;
	color: #25503B;
}
@media only screen and (min-width:751px){
.message .cont3 .sec .btnst1 a:hover {
	border: 1px solid #25503B;
}
}
@media only screen and (max-width:750px){
.message .cont3 {
	margin: 50vw 0 6em;
}
.english .message .cont3 {
	margin: 40vw 0 6em;
}
.message .cont3 .inner::before {
	left: 0;
	bottom: -3em;
}
.message .cont3 .sec {
	width: 83.2vw;
	height: auto;
	padding: 12vw 6vw 8vw;
	background: url("../img/message/bg-blog_sp.jpg") left center no-repeat;
	background-size: cover;
}
.message .cont3 .sec h4 {
	font-size: 5.33vw;
	color: #444444;
	line-height: 1.5;
	margin-right: 0;
	position: absolute;
	left: -4.2vw;
	top: -35vw;
}
.english .message .cont3 .sec h4 {
	top: -25vw;
}
.message .cont3 .sec h4 span {
	font-size: 12.8vw;
	font-weight: 400;
}
.message .cont3 .sec h5 {
	font-size: 4.8vw;
}
.message .cont3 .sec .btnst1 {
	position: static;
}
}


/* service
------------------------------------------------- */
/*  mainvisual  */
.service .mainvisual::before {
	background-image: url("../img/service/main-img.jpg");
}
@media only screen and (max-width:750px){
.service .mainvisual::before {
	background-position: 30% center;
}
}

/*  cont1  */
.service .cont1 {
	padding-bottom: 5em;
}
.service .cont1 .headline1 {
	margin: 0 0 4.55em 4.55em;
}
.service .cont1 ul {
	padding-bottom: 3.75em;
}
.service .cont1 ul li {
	width: 19.5em;
	margin: 0 1em;
	text-align: center;
}
.service .cont1 ul li h3 {
	color: #25503B;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: normal;
	padding-bottom: 0.75em;
}
.english .service .cont1 ul li h3 {
	height: 2.5em;
}
.service .cont1 ul li .box {
	height: 19em;
	background: url("../img/service/bg.png") center center no-repeat;
	background-size: 100% auto;
	padding-top: 2.25em;
	box-sizing: border-box;
}
.service .cont1 ul li .box img {
	display: block;
	width: 4.1875em;
	margin: 0 auto 0.5em;
}
.service .cont1 ul li .box p {
	line-height: 1.5;
	color: #25503B;
}
.english .service .cont1 ul li:nth-child(1) .box p.fo13 {
	line-height: 1.3;
}
.service .cont1 ul li .box p span {
	font-weight: 700;
}
.service .cont1 ul li:nth-child(2) .box img {
	width: 4.9375em;
	margin: 0 auto 2.5em;
}
.service .cont1 ul li:nth-child(3) .box img {
	width: 3.5625em;
	margin: 0 auto 2em;
}
.service .cont1 .sec {
	position: relative;
}
.service .cont1 .sec::before {
	content: '';
	width: 3.2em;
	height: 1px;
	background-color: #25503B;
	position: absolute;
	left: 50%;
	margin-left: -1.6em;
	top: 50%;
}
.service .cont1 .sec .con {
	width: 46%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.service .cont1 .sec .con h4 {
	width: 100%;
	color: #25503B;
	font-weight: 700;
	line-height: 1.55;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.service .cont1 .sec .con p {
	color: #EFEFEF;
	font-weight: 700;
	line-height: 0.95;
}
@media only screen and (max-width:750px){
.service .cont1 {
	padding-bottom: 0;
}
.service .cont1 .headline1 {
	margin: 0 0 2.5em;
}
.service .cont1 ul {
	padding-bottom: 2em;
}
.service .cont1 ul li {
	width: 70vw;
	margin: 0 auto 6vw;
	text-align: center;
}
.service .cont1 ul li h3 {
	font-size: 5.8vw;
	padding-bottom: 0.5em;
}
.english .service .cont1 ul li h3 {
	height: auto;
}
.service .cont1 ul li .box {
	height: 70vw;
}
.service .cont1 ul li:nth-child(2) .box,
.service .cont1 ul li:nth-child(3) .box {
	padding-top: 3.25em;
}
.english .service .cont1 ul li:nth-child(2) .box {
	padding-top: 3em;
}
.english .service .cont1 ul li:nth-child(2) .box img {
	margin: 0 auto 1.5em;
}
.english .service .cont1 ul li:nth-child(1) .box p.fo13 {
	font-size: 3.2vw;
}
.service .cont1 .sec::before {
	content: '';
	width: 1px;
	height: 15vw;
	margin: -5vw 0 0;
}
.service .cont1 .sec .con {
	width: 100%;
	margin-bottom: 20vw;
}
.service .cont1 .sec .con h4 {
	font-size: 4.8vw;
}
.service .cont1 .sec .con p {
	font-size: 18vw;
	color: #EFEFEF;
	font-weight: 700;
	line-height: 0.95;
}
}

/*  cont2  */
.service .cont2 {
	padding: 3.75em 0 5em;
}
.service .cont2 .headline1 {
	margin: 0 0 4.55em 4.55em;
}
.service .cont2 .sec {
	padding: 0 0 4.25em 16.5em;
}
.service .cont2 .sec h4 {
	font-weight: 700;
	line-height: 1.8;
	padding: 0.75em 0 1.5em 0;
	position: relative;
}
.service .cont2 .sec h4::before {
	content: '';
	width: 1em;
	height: 0.075em;
	background-color: #25503B;
	position: absolute;
	left: 0;
	top: 0;
}
.service .cont2 .sec h5 {
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 1em;
}
.service .cont2 .sec .con {
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	padding: 2em 0;
	margin-top: 2em;
}
.service .cont2 .sec .con ul li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.72;
	letter-spacing: normal;
}
.service .cont2 .sec .con ul li::before {
	content: '－';
}
.service .cont2 .sec .btnst1 a {
	width: 17.55em;
	line-height: 4.3;
	color: #25503B;
	border: 0.085em solid #25503B;
	margin: 3.25em 0 0;
}
@media only screen and (max-width:750px){
.service .cont2 {
	padding: 15vw 0 5vw;
}
.service .cont2 .headline1 {
	margin: 0 0 2.5em;
}
.service .cont2 .sec {
	padding: 0 0 15vw;
}
.service .cont2 .sec h4 {
	font-size: 4.8vw;
	padding: 0.75em 0 1em;
}
.service .cont2 .sec h5 {
	padding-bottom: 1em;
}
.service .cont2 .sec p {
	font-size: 3.466vw;
}
.service .cont2 .sec ul li {
	font-size: 3.466vw;
}
.service .cont2 .sec .btnst1 a {
	width: 15em;
	line-height: 4;
	margin: 2.5em auto 0;
}
}


/* privacy, teams
------------------------------------------------- */
/*  mainvisual  */
.privacy .mainvisual::before {
	display: none;
}
.privacy .mainvisual h1 {
	margin-bottom: 2.5em;
}
@media only screen and (max-width:750px){

}

/*  cont1  */
.privacy .cont1 .inner {
	padding: 0 6.25em;
}
.privacy .cont1 .sec {
	padding-bottom: 4.5em;
	position: relative;
}
.privacy .cont1 .sec.bot {
	margin-bottom: 4em;
	padding-bottom: 0;
	border-bottom: 1px solid #C3C3C3;
}
.privacy .cont1 .sec.bot.last {
	margin-bottom: 8em;
}
.privacy .cont1 .sec h2 {
	width: 34%;
	font-weight: 700;
	color: #25503B;
	line-height: 1.8;
	box-sizing: border-box;
}
.privacy .cont1 .sec .con {
	width: 66%;
}
.privacy .cont1 .con .headline2 {
	color: #25503B;
	margin: 1em 0 1.5em;
	letter-spacing: normal;
}
.privacy .cont1 .con .headline2::before {
	background-color: #25503B;
	top: -1em;
}
.privacy .cont1 .con .box1 {
	padding-bottom: 4em;
}
.privacy .cont1 .con p {
	line-height: 1.72;
	letter-spacing: normal;
}
.privacy .cont1 .con .txt1 {
	padding-bottom: 1.5em;
}
.privacy .cont1 .con .txt2 {
	padding-top: 1.5em;
}
.privacy .cont1 .con .name {
	text-align: right;
	padding-top: 4em;
}
.privacy .cont1 .con .name span {
	font-weight: 700;
}
.privacy .cont1 .con ul li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.72;
	letter-spacing: normal;
}
.privacy .cont1 .con ul li::before {
	content: '－';
}
.privacy .cont1 .con ol {
	padding-left: 1.5em;
}
.privacy .cont1 .con ol li {
	line-height: 1.72;
	letter-spacing: normal;
}
@media only screen and (max-width:750px){
.privacy .cont1 .inner {
	padding: 0;
}
.privacy .cont1 .sec {
	padding-bottom: 8vw;
}
.privacy .cont1 .sec.bot {
	margin-bottom: 3em;
}
.privacy .cont1 .sec h2 {
	width: 100%;
	padding-bottom: 1em;
}
.privacy .cont1 .sec .con {
	width: 100%;
}
.privacy .cont1 .con .headline2 {
	font-size: 3.733vw;
	margin: 1.5em 0 1em;
}
.privacy .cont1 .con .box1 {
	padding-bottom: 3em;
}
.privacy .cont1 .con p {
	font-size: 3.466vw;
}
.privacy .cont1 .con .name {
	padding-top: 3em;
}
.privacy .cont1 .con ul li {
	font-size: 3.466vw;
}
.privacy .cont1 .con ol li {
	font-size: 3.466vw;
}
}


/* news
------------------------------------------------- */
/*  mainvisual  */
.news .mainvisual::before {
	display: none;
}
.news .mainvisual h1 {
	margin-bottom: 2.5em;
}
@media only screen and (max-width:750px){

}

/*  col-2  */
.news .col-2 .col-main {
	width: 67.41%;
}
.news .col-2 .col-nav {
	width: 27.05%;
}
.news .col-2 .col-nav .box {
	padding-bottom: 2.5em;
}
.news .col-2 .col-nav .box .headline2 {
	margin: 1.5em 0 0;
}
.news .col-2 .col-nav .box1 .headline2 {
	margin-bottom: 1.5em;
}
.news .col-2 .col-nav .box1 ul li {
	margin-bottom: 0.25em;
}
.news .col-2 .col-nav .box2 ul li a {
	display: block;
	border-bottom: 1px solid #C3C3C3;
	padding: 1.5em 0 1em;
}
.news .col-2 .col-nav .box2 ul li a dl {
	display: flex;
	justify-content: space-between;
}
.news .col-2 .col-nav .box2 ul li a dl dt {
	width: 54.78%;
	height: 6.9375em;
	overflow: hidden;
}
.news .col-2 .col-nav .box2 ul li a dl dt img {
	transition: 0.4s;
}
.news .col-2 .col-nav .box2 ul li a dl dd {
	width: 40%;
}
.news .col-2 .col-nav .box2 ul li a dl dd .date {
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #8E8E8E;
}
.news .col-2 .col-nav .box2 ul li a dl dd .cat {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.25em;
}
.news .col-2 .col-nav .box2 ul li a dl dd .cat li {
	max-width: 11em;
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
	color: #8E8E8E;
	line-height: 1.8;
	border: 1px solid #C3C3C3;
	border-radius: 2em;
	box-sizing: border-box;
	padding: 0 1.5em;
	letter-spacing: normal;
	margin: 0 0.5em 0.5em 0;
}
.news .col-2 .col-nav .box2 ul li a dl dd .cat li span {
	display: block;
	max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .col-2 .col-nav .box2 ul li a .tit {
	font-weight: 700;
	line-height: 1.56;
	letter-spacing: 0.05em;
	margin-top: 0.75em;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news .col-2 .col-nav .box3 .headline2 {
	margin-bottom: 1em;
}
.news .col-2 .col-nav .box3 select {
	width: 100%;
	height: 4.255em;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.742%22%20height%3D%228%22%20viewBox%3D%220%200%2013.742%208%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_63134%22%20data-name%3D%22%E3%83%91%E3%82%B9%2063134%22%20d%3D%22M6.871%2C0%2C0%2C6.871l6.871%2C6.871L8%2C12.614%2C2.258%2C6.871%2C8%2C1.129Z%22%20transform%3D%22translate(0%208)%20rotate(-90)%22%20fill%3D%22%2325503b%22%2F%3E%3C%2Fsvg%3E') 90% center no-repeat #F6F6F6;
	background-size: 0.875em auto;
	border: none;
	padding: 0 2em;
	box-sizing: border-box;
	cursor: pointer;
	color: #444;
}
@media only screen and (min-width:751px){
.news .col-2 .col-nav .box1 ul li a:hover {
	color: #25503B;
	text-decoration: underline;
}
.news .col-2 .col-nav .box2 ul li a:hover {
	border-bottom: 1px solid #25503B;
}
.news .col-2 .col-nav .box2 ul li a:hover dl dt img {
	transform: scale(1.15);
}
.news .col-2 .col-nav .box2 ul li a:hover .tit {
	color: #25503B;
}
}
@media only screen and (max-width:750px){
.news .col-2 .col-main {
	width: 100%;
}
.news .col-2 .col-nav {
	width: 100%;
	padding-bottom: 15vw;
}
.news .col-2 .col-nav .box {
	padding-bottom: 3em;
}
.news .col-2 .col-nav .box2 ul li a {
	padding: 6.5vw 0;
	position: relative;
}
.news .col-2 .col-nav .box2 ul li a dl dt {
	width: 37.94%;
	height: auto;
}
.news .col-2 .col-nav .box2 ul li a dl dd {
	width: 57%;
	position: relative;
}
.news .col-2 .col-nav .box2 ul li a dl dd .date {
	font-size: 3.2vw;
	line-height: 1.6;
}
.news .col-2 .col-nav .box2 ul li a dl dd .cat {
	font-size: 2.4vw;
	margin-top: 0;
	position: absolute;
	left: 9em;
	top: 0;
}
.news .col-2 .col-nav .box2 ul li a dl dd .cat li {
	max-width: 12.5em;
	line-height: 1.888;
	display: none;
}	
.news .col-2 .col-nav .box2 ul li a dl dd .cat li:first-child {
	display: block;
}
.news .col-2 .col-nav .box2 ul li a .tit {
	width: 52vw;
	margin-top: 0;
	position: absolute;
	right: 0;
	top: 13.5vw;
	-webkit-line-clamp: 3;
}
}

/*  cont1  */
.news .cont1 .inner {
	padding: 0 6.25em;
}
.news .cont1 ul {
	display: flex;
	flex-wrap: wrap;
	padding: 3em 0 4em;
}
.news .cont1 ul li {
	margin: 0 1.5em 1.5em 0;
}
.news .cont1 ul li a {
	display: block;
	color: #8E8E8E;
	line-height: 2;
	border: 1px solid #C3C3C3;
	border-radius: 2em;
	padding: 0 2em;
}
.news .cont1 ul li.active a {
	color: #fff;
	background-color: #C3C3C3;
}
@media only screen and (min-width:751px){
.news .cont1 ul li a:hover {
	color: #fff;
	background-color: #C3C3C3;
}
}
@media only screen and (max-width:750px){
.news .cont1 .inner {
	padding: 0;
}
.news .cont1 ul {
	font-size: 2.933vw;
	padding: 0 0 4em;
}
.news .cont1 ul li {
	margin: 0 0.75em 0.75em 0;
}
}

/*  cont2  */
.news .cont2 {
	padding-bottom: 8.5em;
}
.news .cont2 .inner {
	padding: 0 6.25em;
}
.news .cont2 ul li a {
	display: block;
	border-bottom: 1px solid #C3C3C3;
	padding: 1.875em 0;
}
.news .cont2 ul li:first-child a {
  border-top: 1px solid #C3C3C3;
}
.news .cont2 ul li a dl {
	display: flex;
	justify-content: space-between;
}
.news .cont2 ul li a dl dt {
	width: 16.733%;
	height: 6.9375em;
	overflow: hidden;
}
.news .cont2 ul li a dl dt img {
	transition: 0.4s;
}
.news .cont2 ul li a dl dd {
	width: 80.24%;
	position: relative;
}
.news .cont2 ul li a dl dd .date {
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #8E8E8E;
	margin-bottom: 1.5em;
}
.news .cont2 ul li a dl dd .cat {
	display: flex;
	position: absolute;
	left: 9em;
	top: 0;
}
.news .cont2 ul li a dl dd .cat li {
	max-width: 23.5em;
	font-weight: 500;
	color: #8E8E8E;
	line-height: 1.8;
	border: 1px solid #C3C3C3;
	border-radius: 2em;
	box-sizing: border-box;
	padding: 0 1.5em;
	letter-spacing: normal;
	margin-right: 0.5em;
}
.news .cont2 ul li a dl dd .cat li span {
	display: block;
	max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .cont2 ul li a dl dd .tit {
	font-weight: 700;
	line-height: 1.56;
	letter-spacing: 0.05em;
	margin-bottom: 0.8em;
}
.news .cont2 ul li a dl dd .txt {
	line-height: 1.72;
	letter-spacing: normal;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news .cont2 .pagination {
	padding-top: 4.7em;
	text-align: center;
}
.news .cont2 .pagination .wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.news .cont2 .pagination .wp-pagenavi .previouspostslink,
.news .cont2 .pagination .wp-pagenavi .nextpostslink {
	display: block;
	width: 11.5em;
	line-height: 3.5;
	border: 1px solid #C3C3C3;
	background-color: #fff;
	border-radius: 3em;
	position: absolute;
	right: 50%;
	margin-right: 4em;
}
.news .cont2 .pagination .wp-pagenavi .nextpostslink {
	right: auto;
	left: 50%;
	margin: 0 0 0 4em;
}
.news .cont2 .pagination .wp-pagenavi .previouspostslink::before,
.news .cont2 .pagination .wp-pagenavi .nextpostslink::before {
	content: '';
	width: 5.8em;
	height: 1em;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2213.742%22%20viewBox%3D%220%200%208%2013.742%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_63134%22%20data-name%3D%22%E3%83%91%E3%82%B9%2063134%22%20d%3D%22M6.871%2C0%2C0%2C6.871l6.871%2C6.871L8%2C12.614%2C2.258%2C6.871%2C8%2C1.129Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%2325503b%22%2F%3E%3C%2Fsvg%3E') left center no-repeat;
	background-size: auto 100%;
	position: absolute;
	left: -2em;
	top: 50%;
	margin-top: -0.5em;
	transition: 0.4s;
}
.news .cont2 .pagination .wp-pagenavi .nextpostslink::before {
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2213.742%22%20viewBox%3D%220%200%208%2013.742%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_63135%22%20data-name%3D%22%E3%83%91%E3%82%B9%2063135%22%20d%3D%22M1.129%2C0%2C8%2C6.871%2C1.129%2C13.742%2C0%2C12.614%2C5.742%2C6.871%2C0%2C1.129Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%2325503b%22%2F%3E%3C%2Fsvg%3E') right center no-repeat;
	background-size: auto 100%;
	left: auto;
	right: -2em;
}
.news.detail .cont2 .headline2 {
	margin: 7em 0 3.5em;
}
.news.detail .cont2 ul li a dl dt {
	width: 21.986%;
}
.news.detail .cont2 ul li a dl dd {
	width: 74.039%;
}
@media only screen and (min-width:751px){
.news .cont2 ul li a:hover {
	border-bottom: 1px solid #25503B;
}
.news .cont2 ul li a:hover dl dt img {
	transform: scale(1.15);
}
.news .cont2 ul li a:hover dl dd .tit,
.news .cont2 ul li a:hover dl dd .txt {
	color: #25503B;
}
.news .cont2 ul li a dl dd .tit {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .cont2 .pagination .wp-pagenavi .previouspostslink:hover,
.news .cont2 .pagination .wp-pagenavi .nextpostslink:hover {
	border: 1px solid #25503B;
	background-color: #25503B;
	color: #fff;
}
.news .cont2 .pagination .wp-pagenavi .previouspostslink:hover::before,
.news .cont2 .pagination .wp-pagenavi .nextpostslink:hover::before {
	left: -2.5em;
}
.news .cont2 .pagination .wp-pagenavi .nextpostslink:hover::before {
	left: auto;
	right: -2.5em;
}
}
@media only screen and (max-width:750px){
.news .cont2 {
	padding-bottom: 15vw;
}
.news .cont2 .inner {
	padding: 0;
}
.news .cont2 ul li a {
	padding: 6.5vw 0;
}
.news .cont2 ul li a dl dt {
	width: 37.94%;
	height: 23vw;
}
.news .cont2 ul li a dl dd {
	width: 57%;
}
.news .cont2 ul li a dl dd .date {
	font-size: 3.2vw;
	line-height: 1.6;
	margin-bottom: 1em;
}
.news .cont2 ul li a dl dd .cat {
	font-size: 2.4vw;
}
.news .cont2 ul li a dl dd .cat li {
	max-width: 12.5em;
	line-height: 1.888;
	display: none;
}	
.news .cont2 ul li a dl dd .cat li:first-child {
	display: block;
}
.news .cont2 ul li a dl dd .tit {
	height: 13vw;
	margin-bottom: 1.25em;
	box-sizing: border-box;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news .cont2 ul li a dl dd .txt {
	font-size: 3.2vw;
	width: 90vw;
	margin-left: -40vw;
}
.news .cont2 .pagination {
	padding: 15vw 0 5vw;
	font-size: 3vw;
}
.news .cont2 .pagination .wp-pagenavi .previouspostslink,
.news .cont2 .pagination .wp-pagenavi .nextpostslink {
	width: 9.5em;
	line-height: 3;
	margin-right: 3em;
}
.news .cont2 .pagination .wp-pagenavi .nextpostslink {
	margin: 0 0 0 3em;
}
.news.detail .cont2 .headline2 {
	margin: 5.5em 0 1.5em;
}
.news.detail .cont2 ul li a dl dt {
	width: 37.94%;
	height: 23vw;
}
.news.detail .cont2 ul li a dl dd {
	width: 57%;
}
}

/*  cont3  */
.news .cont3 {
	padding-bottom: 3.5em;
	position: relative;
}
.news .cont3 .date {
	font-weight: 500;
	color: #8E8E8E;
	letter-spacing: 0.1em;
	padding-bottom: 3em;
}
.news .cont3 .cat {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	left: 9em;
	top: -0.1em;
	letter-spacing: 0.05em;
}
.news .cont3 .cat li {
	font-weight: 500;
	color: #8E8E8E;
	line-height: 2.2;
	border: 1px solid #C3C3C3;
	border-radius: 2.5em;
	box-sizing: border-box;
	padding: 0 2em;
	margin: 0 0.5em 0.5em 0;
}
.news .cont3 .tit {
	font-weight: 700;
	color: #25503B;
	line-height: 1.375;
	padding-bottom: 1em;
}
.news .cont3 .photo {
	padding-bottom: 3.5em;
}
.news .cont3 .photo img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.news .cont3 .con h1,
.news .cont3 .con h2,
.news .cont3 .con h3 {
	font-size: 26px;
	color: #25503B;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.65;
	padding-bottom: 1em;
}
.news .cont3 .con h4 {
	font-size: 20px;
	color: #25503B;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.8;
	padding-bottom: 1em;
}
.news .cont3 .con h5,
.news .cont3 .con h6 {
	font-size: 18px;
	color: #25503B;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.8;
	padding-bottom: 1em;
}
.news .cont3 .con p {
	padding-bottom: 2em;
}
/*.news .cont3 .con p::after {
    content: '';
	display: block;
	clear: both;
}*/
.news .cont3 .con ul {
	padding-bottom: 2em;
}
.news .cont3 .con ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.news .cont3 .con ul li::before {
	content: '－';
}
.news .cont3 .con ol {
	padding-bottom: 2em;
	counter-reset: count 0;
}
.news .cont3 .con ol li {
	padding-left: 1em;
	text-indent: -1em;
}
.news .cont3 .con ol li::before {
	content: counter(count) "";
	counter-increment: count 1;
	color: #25503B;
	font-weight: 500;
	padding-right: 0.5em;
}
.news .cont3 .con a {
	color: #25503B;
	text-decoration: underline;
}
.news .cont3 .con img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.has-background {
	margin-bottom: 2em;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.news .cont3 .con img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.news .cont3 .con img.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.news .cont3 .con img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-image {
	margin-bottom: 1em;
}
.news .cont3 .con table {
	width: 100%;
	height: auto;
}
.news .cont3 .con table th,
.news .cont3 .con table td {
	border: 1px solid rgba(0, 0, 0, 0.05);
	text-align: left;
	vertical-align: top;
	padding: 1em;
}
.news .cont3 .con table th {
	background-color: #f8f8f8;
	color: #3C424F;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}

.news .cont3 .recommends {
	padding: 3.5em 0 2em;
}
.news .cont3 .recommends ul li {
	margin-bottom: 1em;
}
.news .cont3 .recommends ul li a {
	display: block;
	border: 1px solid #C3C3C3;
	padding: 1.875em;
}
.news .cont3 .recommends ul li a dl {
	display: flex;
	justify-content: space-between;
}
.news .cont3 .recommends ul li a dl dt {
	width: 23.986%;
	height: 6.9375em;
	overflow: hidden;
}
.news .cont3 .recommends ul li a dl dt img {
	transition: 0.4s;
}
.news .cont3 .recommends ul li a dl dd {
	width: 72.039%;
	position: relative;
}
.news .cont3 .recommends ul li a dl dd .date {
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #8E8E8E;
	margin-bottom: 1.5em;
	padding-bottom: 0;
}
.news .cont3 .recommends ul li a dl dd .cat {
	display: flex;
	position: absolute;
	left: 9em;
	top: 0;
}
.news .cont3 .recommends ul li a dl dd .cat li {
	font-weight: 500;
	color: #8E8E8E;
	line-height: 1.8;
	border: 1px solid #C3C3C3;
	border-radius: 2em;
	box-sizing: border-box;
	padding: 0 1.5em;
	letter-spacing: normal;
	margin-right: 0.5em;
}
.news .cont3 .recommends ul li a dl dd .tit {
	font-weight: 700;
	line-height: 1.56;
	letter-spacing: 0.05em;
	margin-bottom: 0.8em;
	padding-bottom: 0;
}
.news .cont3 .recommends ul li a dl dd .txt {
	line-height: 1.72;
	letter-spacing: normal;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media only screen and (min-width:751px){
.news .cont3 .cat a:hover {
	color: #fff;
	background-color: #C3C3C3;
}
.news .cont3 .con a:hover {
	text-decoration: none;
}
.news .cont3 .recommends ul li a:hover {
	border: 1px solid #25503B;
}
.news .cont3 .recommends ul li a:hover dl dt img {
	transform: scale(1.15);
}	
.news .cont3 .recommends ul li a dl dd .tit {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
 	white-space: nowrap;
}
}
@media only screen and (max-width:750px){
.news .cont3 {
	padding-bottom: 2.5em;
}
.news .cont3 .date {
	font-size: 3.2vw;
	line-height: 1.6;
	padding-bottom: 2em;
}
.news .cont3 .cat {
	font-size: 2.4vw;
}
.news .cont3 .cat li {
	line-height: 1.888;
}
.news .cont3 .tit {
	font-size: 6.4vw;
}
.news .cont3 .photo {
	padding-bottom: 2.5em;
}
.news .cont3 .con h1,
.news .cont3 .con h2,
.news .cont3 .con h3 {
	font-size: 5.333vw;
}
.news .cont3 .con h4 {
	font-size: 4.8vw;
}
.news .cont3 .con h5,
.news .cont3 .con h6 {
	font-size: 4vw;
}
.alignleft,
.alignright {
	display: block;
	float: none;
	margin: 1em auto;
}
.news .cont3 .con table {
	font-size: 2.933vw;
}
.news .cont3 .con table th,
.news .cont3 .con table td {
	padding: 0.5em;
}

.news .cont3 .recommends {
	padding: 2.5em 0 2em;
}
.news .cont3 .recommends ul li a {
	padding: 4.3vw;
}
.news .cont3 .recommends ul li a dl dt {
	width: 37.94%;
	height: 23vw;
}
.news .cont3 .recommends ul li a dl dd {
	width: 57%;
}
.news .cont3 .recommends ul li a dl dd .date {
	font-size: 3.2vw;
	line-height: 1.6;
	margin-bottom: 1em;
}
.news .cont3 .recommends ul li a dl dd .cat {
	font-size: 2.4vw;
}
.news .cont3 .recommends ul li a dl dd .cat li {
	line-height: 1.888;
	display: none;
}
.news .cont3 .recommends ul li a dl dd .cat li:first-child {
	display: block;
}
.news .cont3 .recommends ul li a dl dd .tit {
	font-size: 3.733vw;
	height: 13vw;
	margin-bottom: 1.25em;
	box-sizing: border-box;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news .cont3 .recommends ul li a dl dd .txt {
	  font-size: 3.2vw;
	  width: 81.4vw;
	  margin-left: -35.7vw;
}
}

/*  note  */
.news .note {
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2234%22%20viewBox%3D%220%200%206%2034%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_34741%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2034741%22%20transform%3D%22translate(-515%20-1993)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_34738%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2034738%22%20transform%3D%22translate(1%202)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_322%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20322%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20transform%3D%22translate(514%202019)%22%20fill%3D%22%2325503b%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_34739%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2034739%22%20transform%3D%22translate(1%20-12)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_322-2%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20322%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20transform%3D%22translate(514%202019)%22%20fill%3D%22%2325503b%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_34740%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2034740%22%20transform%3D%22translate(1%20-26)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_322-3%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20322%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20transform%3D%22translate(514%202019)%22%20fill%3D%22%2325503b%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') center top no-repeat;
	background-size: 0.375em auto;
	padding-top: 4.2em;
}
.news .note .box {
	border: 1px solid #25503B;
	padding: 4em 3.375em;
	box-sizing: border-box;
	text-align: center;
}
.news .note .box h3 {
	line-height: 1.5;
	font-weight: 500;
	padding-bottom: 1.5em;
}
.news .note .box .btn {
	width: 100%;
	height: 7.77em;
	background-color: #25503B;
}
.news .note .box .btn a {
	width: 100%;
	height: 100%;
	padding: 0 3.6em;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.05em;
	background: url("../img/news/note-bg.png") center center no-repeat;
	background-size: cover;
	line-height: 1;
	position: relative;
	overflow: hidden;
}
.news .note .box .btn a::before {
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	background-color:#fff;
	border-radius: 9999px;
	position: absolute;
	right: 3.55em;
	top: 50%;
	margin-top: -0.5em;
	transform: scale(1);
	transition: transform .5s, opacity .5s;
}
.news .note .box .btn a span {
	display: flex;
	align-items: center;
	position: relative;
}
.news .note .box .btn a span b {
	font-weight: 600;
	letter-spacing: normal;
	padding-right: 0.5em;
}
@media only screen and (min-width:751px){
.news .note .box .btn a:hover::before {
	opacity: 0.65;
	transform: scale(80);
}
.news .note .box .btn a:hover span {
	color: #25503B;
}
}
@media only screen and (max-width:750px){
.news .note .box {
	padding: 6vw 4.3vw;
}
.news .note .box h3 {
	padding-bottom: 1em;
}
.news .note .box .btn {
	text-align: left;
}
.news .note .box .btn a {
	padding: 2em 2.5em 0;
	display: block;
}
.news .note .box .btn a::before {
	right: 2.5em;
}
.news .note .box .btn a span {
	display: block;
}
.news .note .box .btn a span b {
	font-size: 7.2vw;
	display: block;
	padding-bottom: 0.2em;
}
}