@charset "UTF-8";

/* -------------------------------------------------

company_wrp

------------------------------------------------- */
.company_wrp	{
 width: 1140px;
 margin: 0px auto 80px;
	padding:0;
	position:relative;
}
.company_wrp:last-child	{
 margin: 0px auto;
}
.company_wrp::after {
 content: "";
 display: block;
 clear: both;
}
.company_wrp .title	{
	margin: 0px auto 50px;
}
.company_wrp .title h2	{
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight:500;
	font-size:32px;
	position:relative;
	text-align: center;
	margin: 0;
}
.company_wrp .title h2:before {
 content: '';
 position: absolute;
	bottom: -20px;
 display: inline-block;
 width: 40px;
 height: 3px;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 background-color:#083E87;
 border-radius: 2px;
}
.company_wrp .content	{
	width: 100%;
	margin:0;
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight:400;
	line-height: 1.8;
}
/*.cp	{
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight:500;
	font-size:30px;
	position:relative;
	margin: 0 0 30px;
	text-align: center;
	color:#243985;
}*/

@media screen and (min-width: 1025px) and (max-width: 1200px) {
.company_wrp	{
 width: 92%;
 margin: 0px auto;
}
}
@media screen and (min-width: 899px) and (max-width: 1024px) {
.company_wrp	{
 width: 92%;
 margin: 0px auto;
}
}
@media screen and (max-width: 898px)  {
.company_wrp	{
 width: 90%;
	margin:0 auto;
}
.company_wrp .title h2	{
	font-size:28px;
}
/*.cp	{
	font-size:24px;
	position:relative;
	margin: 0 0 30px;
}*/
}
@media screen and (max-width: 768px)  {
.company_wrp .title	{
	margin: 0px auto 30px;
}
.company_wrp .title h2	{
	font-size:24px;
}
.company_wrp .title h2:before {
  bottom: -15px;
  width: 30px;
  height: 2px;
}
.company_wrp .content	{
	width: 100%;
	margin:0 0 30px;
}
/*.cp	{
	margin: 0 0 20px;
}*/
}
@media screen and (max-width: 640px)  {
.company_wrp .title	{
	margin: 0px auto 30px;
}
/*.cp	{
	font-size:20px;
}*/
}
@media screen and (max-width: 480px)  {
.company_wrp .title	{
	margin: 0px auto 30px;
}
.company_wrp .title h2	{
	font-size:20px;
}
/*.cp	{
	font-size:18px;
}*/
}


/* -------------------------------------------------

20250716 追加

------------------------------------------------- */
/*  副題  */
/*.c__subtitle	{
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight:500;
	font-size:22px;
	position:relative;
	margin: 0 0 10px;
	line-height: 1.6;
}
@media screen and (max-width: 768px)  {
.c__subtitle	{
	font-size:20px;
}
}
@media screen and (max-width: 480px)  {
.c__subtitle	{
	font-size:16px;
}
}*/

/*  list（点）  */
.c__list ul	{
	margin: 5px 0;
}
.c__list li	{
	list-style: circle;
	margin-left: 25px;
	padding: 2px 0;
}
@media screen and (max-width: 480px)  {
.c__list	{
	font-size:14px;
}
}

/*  list（数字）  */
/*.circle_list {
  counter-reset: item;
}
.circle_list li {
  counter-increment: item;
  list-style: none;
  margin-bottom: 0.8em;
		font-size: 1.8rem;
		font-weight: bold;
}
.circle_list li::before {
  content: counter(item);
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.5em;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
		border: 1px solid #333;
  color: #333;
  font-weight: bold;
  margin-right: 0.3em;
}
@media screen and (max-width: 480px)  {
.circle_list li {
  margin-bottom: 0.8em;
		font-size: 1.6rem;
}
.circle_list li::before {
  width: 1.4em;
  height: 1.4em;
  line-height: 1.2em;
  margin-right: 0.3em;
}
}

.circle_list li .explain {
	margin: 5px 5px 5px 40px;
}
.circle_list li .explain strong {
	font-size: 1.6rem !important;
}
.circle_list li .explain p {
	font-size: 1.6rem !important;
	font-weight: 400 !important;
	line-height: 1.6 !important;
}
@media screen and (max-width: 480px)  {
.circle_list li .explain {
	margin: 0px 0px 0px 5px;
}
.circle_list li .explain strong {
	font-size: 1.4rem !important;
}
.circle_list li .explain p {
	font-size: 1.4rem !important;
	line-height: 1.4 !important;
}
}*/


/*  flex  */
.c__Flex_row	{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.c__Flex_row .c__paragraph	{
	width: calc(50% - 10px);
	margin-right: 20px;
}
.c__Flex_row .c__paragraph:nth-child(2n)	{
	margin-right: 0px;
}
@media screen and (max-width: 898px)  {
.c__Flex_row .c__paragraph	{
	width: calc(50% - 5px);
	margin-right: 10px;
}
}
@media screen and (max-width: 640px)  {
.c__Flex_row {
	flex-flow: column wrap;
}
.c__Flex_row .c__paragraph	{
	width: 100%;
	margin-right: 0px;
}
}

/*  paragraph  */
.c__paragraph {
	margin-bottom: 20px;
	padding: 25px;
	border: 3px solid #ddd;
	border-radius: 10px;
	background-color: #fff;
}
/*.c__paragraph.BG {
	border: 3px solid #f1f1f1 !important;
	background-color: #f1f1f1 !important;
}*/
.c__paragraph .strong {
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight:500;
	font-size:18px;
	margin: 0 0 15px;
	line-height: 1.6;	
	color: #083E87;
}
.c__paragraph strong {
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight:bold;
	color: #000;
	/*font-size:18px;*/
}
.c__paragraph p {
	line-height:1.6 !important;
}
@media screen and (max-width: 898px)  {
.c__paragraph {
	margin-bottom: 10px;
}
}
@media screen and (max-width: 768px)  {
.c__paragraph {
	font-size:14px;
	padding: 20px 20px 10px 20px;
}
.c__paragraph .strong {
	font-size:16px;
	margin: 0 0 5px;
}
}
@media screen and (max-width: 480px)  {
.c__paragraph .strong {
	font-size:14px;
}
}


/* -------------------------------------------------

box_wrp

------------------------------------------------- */
.box_wrp	{
	width: 930px;
 margin: 0px auto 50px;
}
.box_wrp:last-child	{
 margin: 0px auto;
}
.box_wrp p	{
	line-height: 2;
}
@media screen and (min-width: 899px) and (max-width: 1024px) {
.box_wrp	{
	width: 100%;
}
}
@media screen and (max-width: 898px)  {
.box_wrp	{
 width: 100%;
}
}
@media screen and (max-width: 768px)  {
.box_wrp	{
 margin: 0px auto 30px;
}
}
@media screen and (max-width: 480px)  {
.box_wrp	{
	font-size: 14px;
}
}


/* -------------------------------------------------

vision_wrp

------------------------------------------------- */
.vision_wrp	{
	width: 930px;
	margin: 0px auto;
}
.vision_wrp p	{
	line-height: 2;
}
@media screen and (min-width: 899px) and (max-width: 1024px) {
.vision_wrp	{
 width: 100%;
}	
}
@media screen and (max-width: 898px)  {
.vision_wrp	{
 width: 100%;
}
}
@media screen and (max-width: 480px)  {
.vision_wrp p	{
	font-size: 14px;
}
}


/* -------------------------------------------------

mission_wrp

------------------------------------------------- */
.mission_wrp	{
 width: 930px;
 margin: 0px auto 50px;
}
.mission_wrp p	{
	line-height: 2;
}
@media screen and (min-width: 899px) and (max-width: 1024px) {
.mission_wrp	{
 width: 100%;
}
}
@media screen and (max-width: 898px)  {
.mission_wrp	{
 width: 100%;
}
}
@media screen and (max-width: 480px)  {
.mission_wrp p	{
	font-size: 14px;
}
}


/* -------------------------------------------------

button_contact（お問い合わせボタン）

------------------------------------------------- */
/*.button_contact a {
	width: 100%;
	max-width: 400px;
	margin: 50px auto 0;
	padding: 20px 5px 20px 30px;
	display: block;
	border:1px solid #194f99;
	background-color: #194f99;
	font-size: 16px;
	line-height:normal;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	transition: .3s;
}
.button_contact a:hover {
	background-color:#fff;
	border:1px solid #999;
	color:#333;
	text-decoration:none;
}
.button__txt	{
	line-height:normal;
	text-align: left;
	position: relative;
	display:inline-block;	
	width: 100%;
}
.button__txt::after	{
	display: block;
	content: "";
	position: absolute;
	top: 27%;
	right: 30px;
	width: 40px;
 height: 12px;
 border-bottom: 2px solid #fff;
 border-right: 2px solid #fff;
 transform: skew(45deg);
}
.button_contact a:hover .button__txt::after	{
 border-bottom: 2px solid #999;
 border-right: 2px solid #999;
}
@media screen and (max-width: 898px)  {
.button_contact a {
	padding: 20px 5px 20px 15px;
}
.button__txt::after	{
	right: 15px;
	width: 30px;
}
}
@media screen and (max-width: 768px)  {
.button_contact a {
	margin: 30px auto 0;
	padding: 15px 5px 15px 20px;
}
}
@media screen and (max-width: 480px)  {
.button_contact a {
	max-width: 100%;
}
}
@media screen and (max-width: 374px)  {
.button_contact a {
	font-size: 14px;
}
.button__txt::after	{
	top: 30%;
	right: 10px;
	width: 20px;
 height: 6px;
 border-bottom: 1px solid #fff;
 border-right: 1px solid #fff;
 transform: skew(45deg);
}	
.button_contact a:hover .button__txt::after	{
 border-bottom: 1px solid #999;
 border-right: 1px solid #999;
}
}*/


/*  丸数字  */
.circle_number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.6em; /* 丸の大きさ */
  height: 1.6em; /* 丸の大きさ */
		line-height: 1.6em;
  background-color:#083E87; /* 背景色 */
  color: #fff; /* 数字の色 */
  border-radius: 50%; /* 丸にする */
  font-size: 16px; /* 文字サイズ */
  margin-right: 8px;
}
@media screen and (max-width: 768px)  {
.circle_number {
  width: 1.4em;
  height: 1.4em;
		line-height: 1.4em;
		border-radius: 50%;
  font-size: 14px;
  margin-right: 8px;
}
}


/*  margin  */
.margin01 {
	margin: 30px 0 0px;
}
.margin02 {
	margin: 25px 15px;
}
.margin03 {
	margin: 15px;
}
.margin04 {
	margin: 40px 15px;
}
@media screen and (max-width: 480px)  {
.margin01 {
	margin: 15px 0 0px;
}
.margin02 {
	margin: 15px 0px;
}
.margin03 {
	margin: 10px 0px;
}
.margin04 {
	margin: 20px 0px;
}
}

/*  font-weight  */
.strong	{
	font-weight: bold !important;
}
.strong500	{
	font-weight: 500 !important;
}
.strong600	{
	font-weight: 600 !important;
}

/*  font_size  */
.font_size36px	{
	font-size: 36px !important;
}
.font_size26px	{
	font-size: 26px !important;
}
/*.font_size20px	{
	font-size: 21px !important;
}*/
@media screen and (max-width: 768px)  {
.font_size36px	{
	font-size: 30px !important;
}
.font_size26px	{
	font-size: 22px !important;
}
/*.font_size20px	{
	font-size: 18px !important;
}*/
}
@media screen and (max-width: 480px)  {
.font_size36px	{
	font-size: 20px !important;
}
.font_size26px	{
	font-size: 20px !important;
}
/*.font_size20px	{
	font-size: 16px !important;
}*/
}

.font_size18px	{
	font-size: 18px !important;
	/*color:#083E87;*/
}
.font_size16px	{
	font-size: 16px !important;
	/*color:#083E87;*/
}

@media screen and (max-width: 568px)  {
.font_size18px	{
	font-size: 16px !important;
}	
.font_size16px	{
	font-size: 14px !important;
}
} 

/*.width_600px {
	max-width: 610px;
	width: 100%;
	margin: 0 auto;
}*/
.width_500px {
	max-width: 525px;
	width: 100%;
	margin: 0 auto;
}
.width_400px {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}
/*.width_300px {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}*/
@media screen and (max-width: 700px)  {
/*.width_600px {
	max-width: 600px;
	width: 100%;
}*/
}


