@charset "UTF-8";


html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	padding: 0;
	margin: 0;
	border: 0;
}

html {
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2;
	background-color: #F6F9FC;
	color: #333;
}

* {
	box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

*::before,
*::after {
	box-sizing: inherit;
}

a {
	color: inherit;
	text-decoration: none;
}

/* Layout
* *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

/* Elements
* *********************************** */
table {
	border-spacing: 0;
	border-collapse: collapse;
}

ol,
ul {
	list-style: none;
}

img,
video {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
	border-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: "";
	content: none;
}

a:hover {
	opacity: 0.7;
	text-decoration: none;
}


/* Attributes & states
* *********************************** */
[hidden] {
	display: none;
}

[disabled] {
	cursor: not-allowed;
}

*:focus:not(:focus-visible) {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}


/* --------------------------
        pc sp
 --------------------------*/


@media all and (max-width:736px) {

	.pc_only {
		display: none !important;
	}

	.sp_only {
		display: block;
	}
}


@media all and (min-width:737px) {

	.pc_only {
		display: block;
	}

	.sp_only {
		display: none !important;
	}
}



/* Utility classes
* *********************************** */
.cf::before,
.cf::after {
	display: table;
	content: " ";
}

.cf::after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.l-footer {
	padding: 25px 0 30px;
	background-color: #fff;
}

@media screen and (max-width: 736px) {
	.l-footer {
		padding-bottom: 30px;
	}
}

.l-footer>.c-button__wrap {
	margin-top: 100px;
	margin-bottom: 100px;
}

@media screen and (max-width: 736px) {
	.l-footer>.c-button__wrap {
		margin-top: 70px;
		margin-bottom: 70px;
	}
}

.l-footer__logo {
	width: 20%;
	min-width: 300px;
	margin: 0 auto;
	text-align: center;
}

.l-footer__logo__text {
	color: #595757;
	font-size: 14px;
	padding-bottom: 7px;
}

.l-footer__logo__text-b {
	font-size: 16px;
	color: #595757;
	text-align: center;
	padding-top: 3px;
}

.l-footer__logo a:hover {
	opacity: 1;
}


.l-footer__nav {
	padding: 0 40px;
	align-items: center;
	margin: 20px 0;
	color: #aaa;
	line-height: 1.5;
}

@media screen and (max-width: 736px) {
	.l-footer__nav {
		padding: 0 20px;
		align-items: center;
		margin: 20px 0;
		color: #aaa;
		line-height: 1.5;
	}
}

.l-footer__nav a {
	text-decoration: none;
	padding: 0 20px;
	border-right: solid 1px #aaa;
	font-weight: normal;
}

.l-footer__nav a:last-of-type {
	border-right: none;
}

.l-footer__nav a:hover {
	color: #333;
}



#header {
	position: fixed;
	display: flex;
	justify-content: flex-end;
	top: 29px;
	width: 100%;
	height: 90px;
	z-index: 1000000;
	padding: 0 40px;
	transition: .3s;
	background-color: #fff;
	border-bottom: solid 3px #F0F0EE;
}


@media screen and (max-width: 736px) {
	#header {
		top: 0px;
	}
}

#header h1 {
	position: absolute;
	padding-left: 40px;
	top: 32px;
	left: 0;
	z-index: 105;
	width: 280px;
}

.l-header__logo {
	width: 20%;
}

.l-header__logo__text {
	color: #595757;
	text-align: center;
	font-size: 12px;
	padding-bottom: 7px;
}

.l-header__logo__text-b {
	color: #595757;
	text-align: center;
	line-height: 1;
}

.l-header__logo a:hover {
	opacity: 1;
}

.l-header__logo img {
	vertical-align: text-bottom;
}

.l-header__login {
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #005BAC;
	margin-left: 25px;
}

@media screen and (max-width: 1280px) {
	.l-header__login {
		margin-left: 0px;
	}

	.l-header__logo__text {
		font-size: 10px;
		line-height: 1.25;
		padding-bottom: 5px;
	}

	.l-header__logo__text-b {
		font-size: 10px;
		padding-top: 0px;
		line-height: 0.5;
	}
}

.l-header__entry,
.l-header__dl {
	font-size: 16px;
	width: 150px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
}

@media screen and (max-width: 1280px) {

	.l-header__entry,
	.l-header__dl a {
		margin: 0 auto;
		margin-top: 30px;
	}
}

.l-header__entry a,
.l-header__dl a {
	color: #fff;
	background-color: #005BAC;
	padding: 5px 0;
	width: 100%;
	border-radius: 4px;
}

.l-header__dl a {
	color: #fff;
	background-color: #e62800;
}

.l-header__dl.dl_sub{
  width: 230px;
}

@media screen and (max-width: 736px) {
  .l-header__dl.dl_sub{
    margin: 0 auto;
  }
}

.l-header__dl.dl_sub a {
	color: #fff;
	background-color: #F5A623;
  white-space: nowrap;
  opacity: 1;
  border: solid 1px #F5A623;
}


.l-header__entry.entry_sub a {
  opacity: 1;
  border: solid 1px #005BAC;
  color: #005BAC;
	background-color: #fff;
}

.l-header__dl.dl_sub:hover a {
	color: #F5A623;
	background-color: #fff;
}

.l-header__entry.entry_sub:hover a {
	color: #fff;
	background-color: #005BAC;
}


.l-header__login a,
.l-header__entry a,
.l-header__dl a {
	text-decoration: none;
}

#header nav {
	display: flex;
	justify-content: flex-end;
}

#header nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

#header nav ul li {
	height: 70px;
	margin: 0 13px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#header nav ul li a {
	text-decoration: none;
	position: relative;
	color: #333;
	font-size: 16px;
	letter-spacing: .05em;
	display: inline-block;
}

#header nav.sub ul li a {
		color: #123261!important;
}


#header nav ul li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #005BAC;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}


#header nav ul li a:hover::after {
	transform: scale(1, 1);
}


@media screen and (max-width: 1280px) {
	#header .spnav {
		position: relative;
		height: 100vh;
		width: 100%;
		position: fixed;
		display: none;
		z-index: 100000000;
		background: #fff;
		padding: 180px 0 0;
		left: 0;
		top: 0;
		right: auto;
		bottom: auto;
		overflow: auto;
	}

	#header .spnav ul {
		display: block;
		margin: 0;
	}

	#header .spnav ul li {
		height: auto;
		margin-bottom: 2.5em;
		text-align: center;
	}

	#header .spnav ul li a {
		position: relative;
		color: #005BAC;
		;
		font-weight: 300;
		font-size: 1.1em;
		letter-spacing: .1em;
		border-bottom: none;
	}


	#header nav ul li a:hover {
		border-bottom: none;
	}

	#header {
		height: 75px;
		z-index: 100;
	}

	#header h1 {
		width: 220px;
		padding-left: 20px;
		left: 0;
		top: 25px;
	}

	#header .personal {
		padding-right: 0;
		right: 70px;
		height: 80px;
	}

	#header .personal li {
		margin: 0 0 0 30px;
	}

	.hamburger_area {
		position: fixed;
		top: 0;
		right: 0;
		width: 60px;
		max-width: 80px;
		height: 80px;
		float: right;
		z-index: 10000000000;
	}

	.hamburger_area:before {
		content: "";
		display: block;
	}

	/* クリックエリアと位置を指定 ---------------------- */
	.btnHamburger {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: absolute;
		width: 100%;
		/* クリックエリアの横幅*/
		height: 100%;
		/* クリックエリアの高さ*/
		cursor: pointer;
		z-index: 1000;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		color: #000;
		font-size: .5em;
		margin-top: 30px;
	}

	/* 3本線の1本ごとに共通するスタイルを指定 ---------------------- */
	.btnHamburger span {
		position: absolute;
		right: 33px;
		display: block;
		width: 100%;
		/* 横幅 */
		height: 2px;
		/* 1本辺りの高さ */
		background: #000;
		/* 線の色 */

		/* 適用するプロパティ、変化する時間、変化する速度 */
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	/* 3本線の各線の位置を指定 ---------------------- */
	.btnHamburger span:nth-child(1) {
		width: 26px;
		top: 30px;
	}

	.btnHamburger span:nth-child(2) {
		width: 26px;
		top: 38px;
	}

	.btnHamburger.is-active span:nth-child(1) {
		width: 28px;
		top: 34px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.btnHamburger.is-active span:nth-child(2) {
		width: 28px;
		top: 34px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}


	/* iOSでのデフォルトスタイルをリセット */
	input[type="submit"],
	input[type="button"] {
		border-radius: 0;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
		border-radius: 4px;
	}

	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
		display: none;
	}

	input[type="submit"]::focus,
	input[type="button"]::focus {
		outline-offset: -2px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
	#header {
		top: 29px
	}

	.btnHamburger {
		margin-top: 32px;
	}
}

@media screen and (max-width: 768px) {

	#header {
		top: 0px;
		z-index: 1000000000;
	}

	#header h1 {
		width: 210px;
		top: 27px;
	}

	#header .spnav {
		padding: 130px 0 0;
	}

	.btnHamburger {
		margin-top: 10px;
	}

	/* 3本線の各線の位置を指定 ---------------------- */
	.btnHamburger span:nth-child(1) {
		width: 18px;
		top: 24px;
	}

	.btnHamburger span:nth-child(2) {
		width: 18px;
		top: 32px;
	}

	.btnHamburger.is-active span:nth-child(1) {
		width: 20px;
		top: 28px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.btnHamburger.is-active span:nth-child(2) {
		width: 20px;
		top: 28px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

}

.l-contents {
	margin: 0 auto;
}

.l-contact {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	background-color: #fff;
	writing-mode: vertical-rl;
}

@media screen and (max-width: 736px) {
	.l-contact {
		display: none;
	}
}

.l-contact__link {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
}

.l-contact__link::after {
	position: absolute;
	top: 100%;
	left: 25%;
	width: 7px;
	height: 34px;
	content: "";
	background-image: url("../img/common/contact-arrow-vertical.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transition: all 450ms ease;
	transform: translateY(20%);
}

.l-contact__link:hover::after {
	transform: translateY(55%);
}


.l-main-content {
	margin-right: auto;
	margin-left: auto;
}

.l-inner-content {
	padding: 65px 40px 65px;
	max-width: 1080px;
	margin: 0 auto;
}


.l-inner-content_new {
  padding: 65px 40px 65px;
  max-width: 1080px;
  margin: 30px auto;
  position: relative;
  background-color: #fff;
  padding: 10px 20px 20px;
  border-radius: 5px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 736px) {
	.l-inner-content {
		padding: 65px 20px 65px;
		max-width: 100%;
	}
	
	.l-inner-content_new {
		padding: 25px 20px 25px;
		width: 95%;
		margin: 10px auto;
	}
	
}

.l-main-content-news {
	padding-top: 70px;
}

.l-main-visual {
	margin-top: 70px;
	color: #fff;
	font-weight: bold;
}

.l-main-visual__inner {
	position: relative;
	min-height: 650px;
	background-image: url("../img/home/main-visual-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top 0 right 0;
	padding: 13vw 5%;
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
	.l-main-visual__inner {
		background-position: top 0 right 50%;
		padding: 27vw 5%;
	}
}

.l-main-visual__ttl {
	font-size: calc(50 / 1680 * 100vw);
	padding-bottom: calc(10 / 1440 * 100%);
	line-height: 1.25;
	font-weight: 900;
}

@media screen and (max-width: 768px) {
	.l-main-visual__ttl {
		font-size: 40px;
	}
}

.l-main-visual__text {
	font-size: calc(18 / 1680 * 100vw);
	font-weight: normal;
	padding-left: 60px;
	padding-top: 20px;
	position: relative;
}

.l-main-visual__text::after {
	position: absolute;
	width: 46px;
	height: 46px;
	content: "";
	background-image: url(../img/home/mv_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 450ms ease;
	transform: translateX(15%);
	top: 27px;
	left: -5px;
}

.l-main-visual__text span {
	font-size: 24px;
	font-weight: bold;
}

.l-main-visual__link {
	margin-top: 10px;
	width: 220px;
	text-align: center;
}

.l-main-visual__link a {
	text-decoration: underline;
}

.l-main-visual__link.btn_entry {
	width: 220px;
	margin-top: 30px;
	padding: 7px 0;
	background-color: #F5A623;
	border-radius: 4px;
	text-align: center;
}

.l-main-visual__link.btn_entry a {
	text-decoration: none;
	display: block;
	width: 100%;
	opacity: 1;
}

.l-main-visual__link.btn_entry:hover {
	transform: translateY(-4px);
	transition: all .2s ease-in-out;
	background-color: #ffc159;
}


@media screen and (min-width: 737px) and (max-width: 768px) {
	.l-main-visual__inner {
		background-position: top 0 right 32%;
	}
}

@media screen and (max-width: 736px) {
	.l-main-visual__inner {
		min-height: 568px;
		padding: 0 20px;
		padding-top: 18vw;
		background-position: top 0 right 33%;
	}

	.l-main-visual__ttl {
		font-size: 32px;
		padding-bottom: calc(30 / 768 * 100%);
		background-position: -540px center;
	}

	.l-main-visual__text::after {
		top: 23px;
	}

	.l-main-visual__text span {
		font-size: 20px;
		line-height: 1;
	}

	.l-main-visual__text {
		font-size: 16px;
		max-width: 440px;
		line-height: 1.5;
	}
}

@media screen and (max-width: 768px) {
	.l-main-visual__inner {
		position: relative;
		min-height: 650px;
		background-image: url("../img/home/main-visual-bg-sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top 0 right 0;
		padding: 43vw 5%;
	}
}

.l-archive {
	margin-bottom: 95px;
}

@media screen and (max-width: 736px) {
	.l-archive {
		margin-bottom: 17.06667vw;
	}
}

.c-button {
	display: inline-block;
	padding: 20px 56px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	background-color: #005BAC;
	transition: all 350ms ease;
	border: solid 2px #005BAC;
}

@media screen and (max-width: 736px) {
	.c-button {
		padding: 3.86667vw 5.86667vw;
		font-size: 18px;
	}
}

.c-button:hover {
	color: #005BAC;
	border: solid 2px #005BAC;
	background-color: #fff;
}

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


.c-btn__deta {
	background-color: #fff;
	width: 280px;
	margin-top: 40px;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 736px) {
	.c-btn__deta {
		width: 100%
	}
}

.c-btn__deta a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	width: 100%;
	display: block;
	padding: 13px 20px;
}

.c-btn__deta a::after {
	position: absolute;
	bottom: 0;
	width: 36px;
	height: 7px;
	content: "";
	background-image: url(../img/home/more-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 450ms ease;
	transform: translateX(15%);
	top: 50%;
	right: 13%;
}

.c-btn__deta a:hover {
	opacity: 0.6;
}

.c-btn__deta a:hover::after {
	transform: translateX(50%);
}

.c-map {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.c-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.c-news__link {
	display: flex;
	width: 100%;
	padding: 20px 0;
	text-decoration: none;
	transition: all 450ms ease;
}

@media screen and (max-width: 736px) {
	.c-news__link {
		flex-direction: column;
	}
}

.c-news__link:hover {
	opacity: 0.6;
}

.c-news__link:hover .c-news__date {
	opacity: 0.6;
}

.c-news__link:hover .c-news__title {
	opacity: 0.6;
}

.c-news__date {
	width: 120px;
	padding: 5px 0;
	font-size: 14px;
	line-height: 1.45;
	border-right: solid 1px #484b4d;
}

@media screen and (max-width: 736px) {
	.c-news__date {
		width: 100%;
		padding: 0;
		margin-bottom: 1.06667vw;
		font-size: 14px;
		border-right: none;
	}
}

.c-news__title {
	padding: 5px 0 5px 30px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	margin-left: 2px;
	width: 80%;
}

@media screen and (max-width: 736px) {
	.c-news__title {
		padding: 0;
		font-size: 14px;
	}
}

.c-pagenation {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.c-pagenation>.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 50px;
	min-height: 50px;
	margin: 0 5px 10px;
	color: #4A4A4A;
	text-decoration: none;
	background-color: #f4f5f6;
	border-radius: 25px;
	transition: all 450ms ease;
}

.c-pagenation>.page-numbers:hover,
.c-pagenation>.page-numbers.current {
	color: #fff;
	background-color: #4A4A4A;
}

.c-form__textbox {
	display: block;
	width: 100%;
	padding: 8px 20px;
	background-color: #fff;
	border: none;
}

.c-form__textarea {
	display: block;
	width: 100%;
	padding: 8px 20px;
	background-color: #fff;
	border: none;
}

.c-form__textarea_new {
	display: block;
	width: 100%;
	padding: 8px 20px;
	background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    background-color: #f5f8fa;
    color: #495057;
}

select {
    padding-left: 20px!important;

}


.btn_new {
  width: 350px;
  margin-top: 20px;
  display: block;
  padding: 15px 20px;
  background: #F5A623;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: 500ms all;
  cursor: pointer;
  position: relative;
  z-index: 90;
  font-weight: bold;
  border-radius: 8px;
  border: 1px solid #F5A623!important;
  margin: 20px auto 0px;
}

.btn_new:hover {
  background: linear-gradient(90deg, #fff , #fff );
  opacity: 1;
  color: #F5A623;
}





@media screen and (max-width: 736px) {
	.c-form__textarea_new {
		height: 48vw;
	}
}

@media screen and (max-width: 736px) {
	.c-form__textarea {
		height: 48vw;
	}
}


.home .p-news {
	margin-bottom: 100px;
	padding-top: 100px;
}

@media screen and (max-width: 736px) {
	.home .p-news {
		margin-bottom: 16vw;
		padding: 70px 20px 0;
	}
}

.home .lead {
	width: 75%;
	margin-bottom: 100px;
	margin-left: 25%;
}

@media screen and (max-width: 736px) {
	.home .lead {
		width: 100%;
		margin-bottom: 12.26667vw;
		margin-left: 0;
	}
}

.home .lead__title {
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.5;
}

@media screen and (max-width: 736px) {
	.home .lead__title {
		margin-bottom: 8vw;
		font-size: 5.33333vw;
		line-height: 2;
	}
}

.home .lead__en {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
}

@media screen and (max-width: 736px) {
	.home .lead__en {
		font-size: 5.33333vw;
		line-height: 1.5;
	}
}

.home .service {
	background-image: url(../img/home/bg-img.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #005BAC;
	padding: 120px 60px 150px;
}

@media screen and (max-width: 736px) {
	.home .service {
		padding: 60px 20px;
		background-size: 130%;
		background-repeat: repeat-y;
	}
}

.home .service__title {
	margin-bottom: 45px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.home .service__title {
		margin-bottom: 60px;
	}
}

.home .service__row {
	display: flex;
	align-items: flex-start;
	margin: 0 auto;
	margin-bottom: 54px;
	max-width: 850px;
}

@media screen and (max-width: 736px) {
	.home .service__row {
		flex-direction: column;
		margin-bottom: 17.06667vw;
	}
}

.home .service__row:last-child {
	margin-bottom: 0;
}

.home .service__row--reverse {
	flex-direction: row-reverse;
}

@media screen and (max-width: 736px) {
	.home .service__row--reverse {
		flex-direction: column;
	}
}

.home .service__row--reverse .service__img {
	text-align: end;
}

@media screen and (max-width: 736px) {
	.home .service__row--reverse .service__img {
		text-align: center;
	}
}

.home .service__img {
	position: relative;
	width: 50%;
	overflow: hidden;
	transition: all 450ms ease;
	transform: scaleX(0);
	transform-origin: left center;
}

.home .service__img img {
	transition: all 1500ms ease;
	transition-delay: 450ms;
	transform: scale(1.05);
	border-radius: 10px;
}

.home .service__img::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	content: "";
	background-color: #005BAC;
	transition: all 450ms ease;
	transition-delay: 550ms;
}

.home .service__img.js-animate {
	transform: scaleX(1);
}

.home .service__img.js-animate img {
	transform: scale(1);
}

.home .service__img.js-animate::after {
	transform: translateX(100%);
}

@media screen and (max-width: 736px) {
	.home .service__img {
		width: 100%;
		margin-bottom: 6.93333vw;
		text-align: center;
	}
}

.home .service__content {
	width: 580px;
	padding: 0 20px;
}

@media screen and (max-width: 736px) {
	.home .service__content {
		width: 100%;
		padding: 0 2.66667vw;
	}
}

.home .service__content-title {
	margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
	.home .service__content-title {
		margin-bottom: 20px;
	}
}

.home .service__content-text {
	font-size: 16px;
	font-weight: normal;
}

@media screen and (max-width: 736px) {
	.home .service__content-text {
		font-size: 16px;
	}
}

.search__content {
	text-align: center;
	padding-top: 100px;
}

.search__input {
	display: flex;
	justify-content: center;
	padding-top: 35px;
}

.search__company {
	width: 500px;
	border-radius: 4px;
	border: solid 1px #D5D5D5;
	padding: 10px 0 10px 40px;
	color: #999999;
	background-color: #fff;
	text-align: left;
	position: relative;
}

.search__company[type='text']:focus {
	outline: none;
}

.search__company[type='text']:focus::after {
	outline: none;
}

@media screen and (max-width: 736px) {
	.search__company {
		width: 80%;
		padding: 10px 0 10px 20px;
	}

	.search__btn {
		padding: 10px 20px;
		width: 30%;
	}
}

.search__company::after {
	position: absolute;
	background-image: url(../img/home/search_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: ' ';
	width: 18px;
	height: 18px;
	vertical-align: middle;
	left: -27px;
	bottom: 4px;
}

.search__btn {
	padding: 10px 30px;
	background-color: orange;
	border-radius: 4px;
	margin-left: 20px;
}

.search__action {
	background-color: #F5A623;
	width: 910px;
	padding: 15px 0;
	margin: 60px auto 0;
	font-size: 24px;
	border-radius: 4px;
}

@media screen and (min-width: 737px) and (max-width: 1023px) {
	.search__action {
		width: 100%;
	}
}


@media screen and (max-width: 736px) {
	.search__action {
		margin: 45px auto 45px;
		width: 100%;
		font-size: 20px;
	}
}

.search__action:hover,
.search__btn:hover {
	transform: translateY(-4px);
	transition: all .2s ease-in-out;
	background-color: #ffc159;
}

.search__action a,
.search__btn a {
	text-decoration: none;
	display: block;
	opacity: 1;
}



.p-news {
	overflow: hidden;
}

.p-news__head {
	border-bottom: solid 3px #D8D8D8;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.p-news__head::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #005BAC;
	bottom: -3px;
	width: 120px;
}

#meeting .p-news__head {
	border-bottom: solid 3px #fff;
}

#meeting .p-news__col-left {
	margin: 60px auto;
}

#meeting .p-news__item {
	border-bottom: solid 1px #fff;
}

#meeting .p-news__item:last-child {
	border-bottom: none;
}

@media screen and (max-width: 1024px) {
	#meeting .p-news__item {
		border-bottom: solid 1px #D8D8D8;
	}

	#meeting .p-news__item:last-child {
		border-bottom: none;
	}
}

@media screen and (max-width: 736px) {
	.p-news__head {
		display: flex;
	}
}

.p-news__title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	color: #005BAC;
	padding-bottom: 10px;
}

@media screen and (max-width: 736px) {
	.p-news__title {
		width: 50%;
	}
}

.p-news__row {
	display: flex;
	padding-top: 100px;
	margin-top: -100px;
}

@media screen and (max-width: 736px) {
	.p-news__row {
		display: block;
	}
}

.p-news__col-left {
	width: calc(100% - 25%);
	margin: 0 auto;
}

@media screen and (max-width: 736px) {
	.p-news__col-left {
		width: 100%;
	}
}

.p-news__col-right {
	width: 25%;
}

@media screen and (max-width: 736px) {
	.p-news__col-right {
		display: none;
	}
}

.p-news__item {
	margin-bottom: 1px;
	color: #000;
	border-bottom: solid 1px #D8D8D8;
}

.p-news__item:last-child {
	margin-bottom: 0;
	color: #000;
	border-bottom: none;
}

@media screen and (max-width: 1024px) {
	.p-news__item {
		border-bottom: solid 1px #D8D8D8;
	}

	.p-news__item:last-child {
		border-bottom: none;
	}
}

.p-news__more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	transition: all 450ms ease;
}

@media screen and (max-width: 736px) {
	.p-news__more {
		width: 50%;
		padding: 3.2vw 0;
		text-align: center;
	}
}

.p-news__more:hover .p-news__more--text::after {
	transform: translateX(50%);
}

.p-news__more--contents {
	width: 18%;
}

@media screen and (max-width: 736px) {
	.p-news__more--contents {
		width: 90px;
	}
}

.p-news__more--text {
	position: relative;
	font-weight: 700;
	line-height: 1;
	color: #333;
	transition: all 450ms ease;
}

.p-news__more:hover {
	opacity: 0.6;
}

@media screen and (max-width: 736px) {
	.p-news__more--text {
		font-size: 18px;
	}
}

.p-news__more--text::after {
	position: absolute;
	bottom: 0;
	width: 36px;
	height: 7px;
	content: "";
	background-image: url("../img/home/more-arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transition: all 450ms ease;
	transform: translateX(15%);
}

@media screen and (max-width: 736px) {
	.p-news__more--text::after {
		bottom: 2;
	}
}

.p-archive__title {
	margin-bottom: 40px;
	text-align: center;
	padding-top: 70px;
}

.p-archive__news {
	max-width: 1080px;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.p-archive__news {
		padding: 0 40px;
	}
}

@media screen and (max-width: 736px) {
	.p-archive__news {
		padding: 0 20px;
	}
}

.p-single__title {
	margin-bottom: 40px;
	text-align: center;
}

.p-single__article {
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	max-width: 1080px;
	padding: 0 40px;
}

@media screen and (max-width: 736px) {
	.p-single__article {
		padding: 0 20px;
	}
}
}

.p-single__article-date {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.p-single__article-title {
	padding-bottom: 26px;
	margin-bottom: 26px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	border-bottom: solid 2px #e9e9e9;
}

.p-single__article-content {
	line-height: 2.1;
}

.p-single__article-content p {
	margin: 1em 0;
	font-size: 14px;
}

.p-single__article-content a {
	text-decoration: underline;
}

.p-single__article-content a:hover {
	text-decoration: none;
}

.p-single__article-content strong {
	font-weight: 600;
}

.p-single__article-content h2,
.p-single__article-content h3,
.p-single__article-content h4 {
	font-weight: 600;
}

.p-single__article-content h2 {
	margin: 1.5em auto 1em;
	font-size: 18px;
}

/* 
.p-contact__title {
  padding: 125px 0 55px;
  text-align: center;
  background-color: #005BAC; }
  @media screen and (max-width: 736px) {
    .p-contact__title {
      padding: 100px 0 30px; }
     } */

.p-contact__title {
	text-align: center;
	background-color: #005BAC;
	margin-top: 90px;
	padding: 50px;
	max-width: 880px;
	margin: 130px auto 0;
	border-radius: 10px;
	background-size: auto auto;
	background-color: rgba(0, 85, 163, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 82, 160, 1) 10px, rgba(0, 82, 160, 1) 20px);
	z-index: 1;
	position: relative;
}

.p-contact__title_new {
	text-align: center;
	padding: 20px;
	margin: 120px auto 0;
	border-radius: 10px;
	z-index: 1;
	position: relative;
}
@media screen and (max-width:768px) {
	.p-contact__title_new {
		margin: 80px auto 0;
	}

}

.c-title_new {
    width: 100%;
    color: #123261;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2em;
}

@media screen and (max-width:768px) {
	.p-contact__title {
		margin: 100px 20px 30px;
		padding: 40px;
	}

}

/* .p-contact__title .c-title::before{
    content: '';
    background-image: url(../img/common/p-contact__title.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 155px;
    height: 155px;
    top: -23px;
    right: 10px;
} */

.p-contact__article-content {
	margin-top: 20px;
}

@media screen and (max-width:768px) {
	.p-contact__article-content {
		margin-top: 0;
	}
}

.p-contact__article {
	width: 90%;
  max-width:840px;
	margin-right: auto;
	margin-left: auto;
}

.p-contact__text {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.7;
	margin-top: 40px;
	font-weight: normal;
}

.p-contact__subject:not(select.c-form__select) {
	padding: 10px;
	border: 5px solid #fff;
	border-right: 10px solid #fff;
}

.c-form__wrapper__select {
	background-color: #fff;
	height: calc(1em + 28px);
}

.c-form__select {
	background-color: transparent;
	height: 100%;
	width: 100%;
	border: 0;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
}

.p-contact__form-row {
	display: flex;
	align-items: flex-start;
}

@media screen and (max-width: 736px) {
	.p-contact__form-row {
		flex-direction: column;
	}
}

.p-contact__form-col {
	width: calc((100% - 40px) / 2);
	/* width: 100%; */
	margin-bottom: 30px;
}

@media screen and (max-width: 736px) {
	.p-contact__form-col {
		width: 100%;
	}
}

.p-contact__form-col:first-child {
	margin-right: 40px;
}

@media screen and (max-width: 736px) {
	.p-contact__form-col:first-child {
		margin-right: 0;
	}
}

.p-contact__form-col--full {
	width: 100%;
	margin-right: 0;
}

.p-contact__form-col--full:first-child {
	margin-right: 0;
}

.p-contact__form-title {
  margin-bottom: 5px;
  font-size: 14px;
  text-align: left;
}

.p-contact__form-note {
	display: inline-block;
	padding: 2px 10px;
	margin-right: 15px;
	font-size: 11px;
	color: #fff;
}

.p-contact__form-note--require {
	background-color: #005BAC;
}

.p-contact__form-note--require_new {
  margin-top: 0px;
  color: #f00;
}



.p-contact__form-note--optional {
	background-color: #555;
}

.p-contact__form-note--optional_new {
	background-color: #555;
  margin-bottom: 2px;
  padding-bottom: 6px;
}

.form_box_new {
  position: relative;
  background-color: #fff;
  padding: 10px 20px 20px;
  border-radius: 5px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width:768px) {
  .form_box_new {
    width: 95%;
    margin: 0 auto;
    right: 0px;
  }
}



.p-contact__form-content {
  margin-top: 5px;
}

.p-contact__button-wrap {
	margin: 40px auto 20px;
	text-align: center;
}

.p-contact__button-wrap .c-button {
	border: 2px solid transparent;
	width: 300px;
}

.p-contact__button-wrap .c-button:hover {
	border-color: #005BAC;
}

.p-contact__button-wrap .btn {
	margin: 0 auto;
	display: block;
	position: relative;
	padding: 15px 20px;
	background: linear-gradient(135deg, #e62800 50%, #ff3f16 50%);
	background-position: 100%;
	background-size: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: 500ms all;
	box-shadow: 0 6px 0 0 #a51d00;
	transform: translateY(-6px);
	width: 360px;
	max-width: 80%;
	cursor: pointer;
	position: relative;
	z-index: 90;
	font-weight: bold;
	border-radius: 4px;
}

.p-contact__button-wrap .btn:hover {
	box-shadow: 0 0 0 0 #a51d00;
	transform: translateY(-0px);
	background-position: 0;
	background-size: 300%;
	opacity: 1;
}

.u-align-left {
	text-align: left;
}

.u-align-center {
	margin-top: 30px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.u-align-center {
		margin-top: 0;
	}
}

.u-align-center a {
	color: #005BAC;
}

.u-align-center a:hover {
	opacity: 0.7;
}

.u-align-right {
	text-align: right;
}


.u-pc-block {
	display: block;
}

@media screen and (max-width: 736px) {
	.u-pc-block {
		display: none;
	}
}

.u-pc-inline {
	display: inline;
}

@media screen and (max-width: 736px) {
	.u-pc-inline {
		display: none;
	}
}

.u-pc-inline-block {
	display: inline-block;
}

@media screen and (max-width: 736px) {
	.u-pc-inline-block {
		display: none;
	}
}

.u-sp-block {
	display: none;
}

@media screen and (max-width: 736px) {
	.u-sp-block {
		display: block;
	}
}

.u-sp-inline {
	display: none;
}

@media screen and (max-width: 736px) {
	.u-sp-inline {
		display: inline;
	}
}

.u-sp-inline-block {
	display: none;
}

@media screen and (max-width: 736px) {
	.u-sp-inline-block {
		display: inline-block;
	}
}


.u-font-normal {
	font-weight: 300;
}

.u-font-bold {
	font-weight: 600;
}

#recruit {
	position: relative;
	height: 995px;
	z-index: 11;
	background-color: #F0F0EE;
	margin-top: 120px;
}

@media screen and (max-width: 1024px) {
	#recruit {
		height: 1020px;
	}
}

@media screen and (min-width: 414px) and (max-width: 736px) {
	#recruit {
		height: 1090px;
	}
}

@media screen and (max-width: 413px) {
	#recruit {
		height: 1170px;
	}
}

#recruit .inner {
	position: absolute;
	width: 92%;
	max-width: 1240px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: -20px;
}

#recruit .inner h2 {
	margin: 0 auto 45px;
	text-align: center;
	font-size: 30px;
	color: #fff;
}

#recruit .inner .tab-btn-list {
	width: 100%
}

#recruit .inner .tab-btn-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center
}

#recruit .inner .tab-btn-list ul li {
	width: 100%;
	padding: 15px;
	background-color: #bbb;
	font-size: 18px;
	color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	cursor: pointer
}

@media screen and (max-width: 736px) {
	#recruit .inner .tab-btn-list ul li {
		font-size: 15px;
	}
}

#recruit .inner .tab-btn-list ul li.active,
#recruit .inner .tab-btn-list ul li:hover {
	background-color: #fff;
	font-weight: bold;
	color: #005BAC;
	border-top: solid 3px #005BAC;
}

#recruit .inner .tab-content {
	padding-top: 10px;
	background-color: #fff
}

#recruit .inner .tab-content .tab-content-inner {
	display: none;
	padding: 65px 50px;
}

@media screen and (max-width: 736px) {
	#recruit .inner .tab-content .tab-content-inner {
		display: none;
		padding: 65px 20px;
	}
}


#recruit .inner .tab-content .tab-content-inner.active {
	display: block
}

#recruit .inner .tab-content .tab-content-inner dl {
	padding: 12px 20px;
	border-bottom: solid 1px #DBDBDB;
	font-size: 0;
}

@media screen and (max-width: 736px) {
	#recruit .inner .tab-content .tab-content-inner dl {
		padding: 12px 15px;
	}
}

#recruit .inner .tab-content .tab-content-inner dl:first-child {
	border-top: solid 1px #DBDBDB
}

#recruit .inner .tab-content .tab-content-inner dl dt {
	display: inline-block;
	width: 6.5em;
	line-height: 1.65em;
	font-size: 14px;
	vertical-align: top;
	border-right: solid 1px #333;
}

#recruit .inner .tab-content .tab-content-inner dl dd {
	display: inline-block;
	width: calc(100% - 6.5em);
	margin: 0;
	font-size: 14px;
	vertical-align: top;
	padding-left: 1.5em;
}

@media screen and (max-width: 736px) {
	#recruit .inner .tab-content .tab-content-inner dl dt {
		font-size: 12px;
	}

	#recruit .inner .tab-content .tab-content-inner dl dd {
		font-size: 12px;
	}
}


#map {
	width: 100%;
	box-sizing: border-box;
	margin-top: calc(80 / 1440 * 100%);
}

@media screen and (max-width: 1366px) {
	#map {
		margin-top: calc(150 / 1366 * 100%);
	}
}

#map .company__img {
	position: relative;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}

#map .company__img iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*1.フェードインアニメーションの指定*/
.scrollanime {
	opacity: 0;
}

/*一瞬表示されるのを防ぐ*/
.fadeInDown {
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
		transform: translate(0);
	}
}


/*2.上下の動きを指定*/
.updown {
	transform: translateY(-100px);
}

.downup {
	transform: translateY(100px);
}

/*3.左右の動きを指定*/
.sect02 {
	overflow: hidden;
}

/*横スクロールバーを隠す*/
.slide-right {
	transform: translateX(200px);
}

.slide-left {
	transform: translateX(-200px);
}



#privacy a:link {
	color: #187bc1;
	text-decoration: none;
	font-weight: bold;
}

#privacy a:visited {
	color: #187bc1;
	text-decoration: none;
}

#privacy a:hover {
	color: #187bc1;
	text-decoration: underline;
}

#privacy h3 {
	font-size: 20px;
	color: #000000;
	margin-top: 35px;
}

#privacy h4 {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	border-bottom: 1px solid #e5e5e5;
	margin: 35px 0px 10px 0px;
}

#privacy .content {
	width: calc(1080 / 1440 * 100%);
	margin: 0 auto;
	padding-top: 40px;
}

#privacy .content span {}

#privacy .content span ol {
	list-style: disc;
	margin: 0px 10px 10px 30px;
}

#privacy .box {
	margin: 20px 0px 0px 20px;
	text-align: right;
}

#privacy .content2 {
	margin-left: 10px;
	padding: 15px 0 0;
}


#privacy .content2 p {
	display: none;
}

#privacy .content2 span p {
	margin: 10px 10px 10px 0px;
}

#privacy .content2 span ol {
	list-style: none;
	margin: 0px 10px 10px 10px;
}


#privacy .content3 {
	font-size: 14px;
	padding: 15px 0 0;
}


#privacy .content3 p {
	display: none;
}

#privacy .content3 span ol {
	list-style-type: decimal;
	margin: 0px 10px 10px 30px;
}

#privacy .content4 {
	margin-left: 10px;
	padding: 15px 0 0;
}


#privacy .content4 p {
	display: none;
}

#privacy .content4 span ol {
	list-style: lower-alpha;
	margin: 0px 0px 10px 20px;
	font-size: 14px;
}

#privacy table {
	margin: 10px 0px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	width: 50vw;
	font-size: 13px;
}

#privacy table th {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px;
	text-align: center;
	vertical-align: middle;

}

#privacy table td {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px;
	text-align: left;
}

.c-title__privacy {
	padding-top: 70px;
}

@media screen and (min-width: 419px) and (max-width: 736px) {
	#privacy div.content {
		width: auto;
	}
}

@media screen and (max-width: 418px) {
	#privacy div.content {
		width: auto;
	}

	#privacy table {
		width: 100%;
	}

	#privacy .content3 span ol {
		margin: 0px 10px 10px 20px;
	}

	#privacy .content4 span ol {
		margin: 0px 0px 10px 10px;
	}

}


/* --------------------------
        home common
 --------------------------*/

.c-text__yellow {
	color: #F8E71C;
}

.c-text__line {
	border-bottom: solid 6px #fff;
	padding-bottom: 5px;
}

.c-title__point {
	font-size: 20px
}

.c-title__point__text {
	font-size: 30px;
	line-height: 1.25;
	font-weight: 900;
}

@media screen and (max-width: 736px) {
	.c-title__point__text {
		font-size: 26px;
	}
}

/* --------------------------
        ttl common
 --------------------------*/

/* .c-title {
  display: block;
  font-size: 28px;
  color: #fff;
  margin: 0 auto;
  border-bottom: solid 2px #F8E71C;
  display: inline-block;
 } */

.c-title {
	display: block;
	font-size: 24px;
	color: #fff;
	margin: 0 auto;
	display: inline-block;
	line-height: 1;
}



@media screen and (max-width: 736px) {
	.c-title {
		font-size: 18px;
	}
}


.c-ttl__h2 {
	font-size: 24px;
	padding-bottom: 20px;
	line-height: 1.5;
}

.c-ttl__h2_new {
	font-size: 24px;
	padding: 20px 0;
	line-height: 1.5;
}

@media screen and (max-width: 736px) {
	.c-ttl__h2 {
		text-align: center;
	}

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

	#contents-details .c-ttl__h2 {
		text-align: left;
	}
}

.c-ttl__h3,
.c-ttl__h4 {
	font-size: 18px;
	margin-top: 35px;
}

/* --------------------------
        page common
 --------------------------*/


.c-border_new {
	padding: 20px 0;
	border-bottom: solid #D5D5D5 1px;
}


.c-border {
	padding: 20px 0;
	border-top: solid #D5D5D5 1px;
}

.c-border:last-of-type {
	border-bottom: solid #D5D5D5 1px;
}

.c-bg-white {
	margin: 30px 0;
	background-color: #fff;
	padding: 30px;
	border: solid 1px #D5D5D5;
	border-radius: 4px;
}

.p-single__back-wrap {
	text-align: center;
	width: 150px;
	margin: 60px auto 0;
}

.p-single__top-wrap {
	text-align: center;
	width: 150px;
	margin: 0 auto 60px;
}

.p-single__back {
	background-color: #4A4A4A;
	color: #fff;
	align-items: center;
	width: 100%;
	margin: 60px auto 110px;
	border-radius: 4px;
	padding: 10px 55px;
	text-decoration: none;
}

.p-single__back a {
	text-decoration: none;
}


.p-single__back-wrap:hover,
.p-single__top-wrap:hover {
	transform: translateY(-4px);
	transition: all .2s ease-in-out;
}


/* --------------------------
        help page 
 --------------------------*/

.c-sec1 .c-ttl__contents {
	display: flex;
	justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 736px) {
	.c-sec1 .c-ttl__contents {
		display: block;
		padding-bottom: 50px;
	}
}

.c-sec1 .c-ttl__contents__search {
	background-color: #fff;
	width: 360px;
	padding: 5px 10px;
	border-radius: 4px;
	color: #999999;
	border: solid 1px #D5D5D5;
}

@media screen and (max-width: 736px) {
	.c-sec1 .c-ttl__contents__search {
		width: 100%;
	}
}

.c-sec1 .c-ttl__contents__text {
	font-size: 16px;
	font-weight: normal;
}


.c-sec1 .c-ttl__contents__text.c-b-weight {
	font-weight: bold;
}

.c-ttl__contents__date {
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px;
}

.c-ttl__contents__tag {
	font-size: 11px;
	background-color: #D5D5D5;
	padding: 3px 20px;
	color: #fff;
	border-radius: 20px;
}

.c-sec2 {
	display: flex;
	padding: 40px 0 60px;
	flex-wrap: wrap;
}

@media screen and (max-width: 736px) {
	.c-sec2 {
		padding-bottom: 0;
	}

	.c-sec2 .c-category {
		justify-content: center;
	}
}

.c-sec2 .c-category__item {
	background-color: #005BAC;
	margin-right: 20px;
	margin-top: 20px;
	padding: 3px 0px;
	color: #fff;
	border-radius: 4px;
	width: 180px;
}

.c-category__item:hover {
	transform: translateY(-4px);
	transition: all .2s ease-in-out;
}


@media screen and (max-width: 736px) {
	.c-sec2 .c-category__item {
		margin-right: 15px;
		margin-top: 25px;
		width: 150px;
		padding: 5px 0px;
		justify-content: space-between;
	}
}

.c-sec2 .c-category__item a {
	text-decoration: none;
	display: block;
	width: 100%;
	text-align: center;
}

.c-sec3 .c-category__contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
}

.c-sec3 .c-category__contents:last-of-type {
	padding-top: 80px;
}

@media screen and (max-width: 736px) {
	.c-sec3 .c-category__contents {
		display: block;
	}
}


.c-sec3 .c-category__inner {
	display: flex;
	justify-content: space-between;
  align-items: center;
}

.c-sec3 .c-category-left,
.c-sec3 .c-category-right {
	width: 480px;
}

.c-sec3 .c-category-left {
	width: 48%;
	margin-bottom: 60px;
}

.c-sec3 .c-category-right {
	margin-left: 20px;
}

@media screen and (max-width: 736px) {

	.c-sec3 .c-category-left,
	.c-sec3 .c-category-right {
		margin: 0px;
		width: 100%;
		padding-top: 60px;
	}

	.c-sec3 .c-category-right {
		padding-top: 80px;
	}
}

.c-sec3 .c-category-all a {
	position: relative;
	text-decoration: none;
	color: #005BAC;
	padding-right: 20px;
}

.c-sec3 .c-category-all a::after {
	position: absolute;

	background-image: url(../img/common/icon.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	content: ' ';
	width: 8px;
	height: 8px;
	vertical-align: middle;
	position: absolute;
	right: 0;
	bottom: 20%;
}


#contents-details.l-inner-content {
	padding: 65px 40px 60px;
	max-width: 1080px;
}

#contents-details.l-inner-content_new {
	padding: 25px 40px 20px;
	max-width: 1080px;
}



@media screen and (max-width: 736px) {
	#contents-details.l-inner-content {
		padding: 65px 20px 60px;
		max-width: 100%;
	}

	#contents-details.l-inner-content_new {
		padding: 25px 20px 20px;
		max-width: 100%;
	}

}

#contents-details .c-sec1 .c-ttl__contents {
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid #D5D5D5 1px;
}

#contents-details .c-border:last-of-type {
	border-bottom: none;
}

#contents-details .c-ttl__h3 {
	border-left: solid #005BAC 4px;
	padding-left: 15px;
	margin-bottom: 30px;
	line-height: 1.25;
}

#contents-details .c-ttl__h4 {
	border-bottom: solid 1px #005BAC;
	margin-bottom: 20px;
}


.at-share-btn-elements {
	padding-top: 60px;
}

.wp-pagenavi {
	text-align: center;
	margin: 60px 0;
}

.search__no {
	padding-bottom: 60px;
}

.l__search__result {
	padding-bottom: 20px;
}


/* youtube */

.l-video {
	text-align: center;
	padding-bottom: 20px;
	font-size: 22px;
}

.l-youtube_contents {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 20px;
}

.l-youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 60px;
}

.l-youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.bg-pink {
	background-color: #f25394;
	padding: .1em .3em;
	margin-right: .4em;
}


/* online */

.sec_online {
	text-align: left;
	background-color: #fed142;
	color: #333;
	padding: 60px 0;
}

.sec_online_main {
	padding: 0 20px;
}

.sec_online img {
	width: 100%;
	padding: 20px 0;
	max-width: 350px;
}

.sec_online_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto;
}

.sec_online_guide_ttl {
	font-size: 28px;
	color: #005BAC;
	font-weight: bold;
}

.sec_online_guide_date {
	font-size: 18px;
	color: #005BAC;
	font-weight: bold;
	border-left: #005BAC solid 4px;
	padding-left: 10px;
	line-height: 1.5;
}

.sec_online_guide_content {
	padding: 0 0 20px;
}

.sec_online_guide_content p {
	padding-top: 20px;
}

.guide_content {
	text-align: center;
}

.guide_content img {
	width: 350px;
}


.sec_online_btn {
	display: block;
	color: #fff;
	background-color: #005BAC;
	padding: 5px 20px;
	border-radius: 6px;
}


.sec_online_ttl {
	height: 70px;
	line-height: 1.5;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	background-color: #e9701f;
	padding: 10px 0;
	margin-top: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.sec_online_inner {
	height: 510px;
	background-color: #fff;
	padding: 5px 20px 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.sec_online_mrl {
	margin: 0 20px
}

.sec_online_content {
	text-align: center;
}

.sec_online_text {
	font-size: 14px;
	line-height: 1.75;
}

@media screen and (max-width:768px) {

	.sec_online_flex {
		display: block;
	}

	.sec_online_mrl {
		margin: 20px 0;
	}

	.sec_online img {
		max-width: 300px;
	}

	.sec_online_btn {
		width: 150px;
		margin: 20px auto 0;
		text-align: center;
	}
}

/* 投稿ぺーじパスワード画面 */

.l-toukou {
	display: flex;
	padding-top: 20px;
	line-height: 1;
}

.toukou_pw {
	display: flex;
	align-items: baseline;
}

.toukou_pw-btn {
	margin-left: 10px;
	background-color: #005BAC;
	color: #fff;
	padding: 5px 20px;
	border-radius: 4px;
	border: none;
}

.toukou_pw-btn:hover {
	opacity: 0.6;
}

.toukou_link {
	text-decoration: underline;
	color: #005BAC;
}

@media screen and (max-width:768px) {
	.l-toukou {
		display: block;
		text-align: center;
	}

	.toukou_pw {
		display: flex;
		justify-content: center;
		text-align: center;
	}

	.toukou_pw-btn {
		margin: 0 auto;
		padding: 10px 20px;
	}
}


.wpcf7-list-item {
	margin: 0 1em 0 0 !important;
}


/*==================================
 movie youtube
===================================*/

#movie .body {
	background-color: #fff57d;
	;
	text-align: center;
}

#movie .wrapper {
	padding-top: 70px !important;
}

#movie .contents {
	background-image: url(../img/top/bg-check.png);
	background-size: contain;
	background-repeat: repeat;
	position: relative;
	border: solid #000 3px;
	border-radius: 10px;
}

#movie .ttl {
	width: 530px;
	position: absolute;
	top: -65px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 90;
}

/*  */

.youtube {
	position: relative;
	/* width: 100%; */
	padding-top: 56.25%;
	margin: 70px 40px 40px;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#online-events .youtube {
	margin: 0;
}


@media screen and (max-width:768px) {
	#movie .contents {
		padding: 0 10px;
	}

	#movie .ttl {
		width: 100%;
		max-width: 500px;
		top: -75px;
	}

	.youtube {
		margin: 25px 0px 10px;
	}
}

/* @media screen and (min-width:600px) and (max-width:768px) {
  #movie .ttl{
      width: 60px;
      top: -60px;       
  }
} */

@media screen and (max-width:500px) {
	#movie .ttl {
		width: 300px;
		top: -38px;
	}
}