@charset "utf-8";

/* ---------------
	reset
--------------------*/
body, div, main,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
figure, pre, form, fieldset, textarea, p, blockquote, th ,td {
	margin: 0;
	padding: 0;
}

main {
	display: block;
}

ul{
	list-style-type: none;
}

table {
	line-height: 1.6;
	border: 0px;
	border-collapse:collapse;
	font-size: 1.6rem;
}

table th {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}
textarea {
	padding: 2px 4px;
	font-size: 1.6rem;
	line-height: 1;
	color: #333;
}

input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.5;
}

img {
	border: none;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}

address {
	font-style:normal;
}

ul li {
	line-height: 1.4;
}

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

em {
	font-style: normal;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

input[type='search'] {
	-webkit-appearance: none;
}

/* ---------------
　　　共用
--------------- */

html {
    font-size: 62.5%;
}

body  {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1;
	color: #333;
	-webkit-text-size-adjust: none;
	-webkit-print-color-adjust: exact;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

a:link {
	border: none;
	color: #333;
	text-decoration: none;
	transition: all 0.1s ease;
}

a:visited {
	border: none;
	color: #333;
	text-decoration: none;
}

a:active {
	border: none;
	color: #333;
	text-decoration: none;
}

a:hover {
	border: none;
	color: #333;
	text-decoration: none;
	transition: all 0.1s ease;
}

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

	.alpha a:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
		transition: opacity 0.25s ease 0s;
	}

	.alpha a {
		-webkit-transition: all 0.1s ease 0s;
		-moz-transition: all 0.1s ease 0s;
		transition: opacity 0.25s ease 0s;
	}

}

.sp {
	display: none;
}

.pc {
	display: block;
}

a[href^="tel:"] {
    text-decoration: none !important;
	color: #333 !important;
}

img.fit {
	width: 100%;
	height: auto;
}

img.trim_center {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

a[href^="no_large"] {
    pointer-events: none;
}

.wrapper {
	position: relative;
/*    overflow: hidden;*/
}

.lg_1 .wrapper {
/*  margin-top: 110px;*/
  margin-top: 90px;
}

.entry_edit .wrapper {
  margin-top: 250px;
}

/*
.lg_1.entry_edit .wrapper {
  overflow: inherit;
}
*/
@media screen and (max-width: 767px) {

	.wrapper {
/*		overflow: hidden;*/
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.columnImage {
		width: 100%;
	}

}

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

	br.tb {
		display: block;
	}

}

a.no_link {
	cursor: default;
	text-decoration: none !important;
    pointer-events: none;
}

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

	a[href^="tel:"] {
	    pointer-events: none;
	}

}

.main {
	position: relative;
	z-index: 1;
}

.lg_1 .main,
.lg_2 .main {
}

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

	.main {
	}

	.lg_1 .main,
	.lg_2 .main {
	}

}

.center {
	text-align: center;
}

.ft_spec {
	font-family: 'Spectral', serif;
}


/* -----------------
	header
----------------- */

.header {
    margin: 0;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
    overflow: hidden;
    height: 70px;
}

.header .logo {
  width: 162px;
}

.header_gnavi {
    display: flex;
    align-items: center;
}

.header_gnavi nav {
  display: none;
}

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

  .header {
      margin: 20px;
      padding: 0 30px;
      width: calc(100% - 40px);
      border-radius: 10px;
      height: 90px;
  }

  .lg_1 .header {
      top: 90px;
  }

  .header .logo {
    width: 270px;
    flex-shrink: 0;
  }

  .header_gnavi nav {
    display: block;
  }

  .header_gnavi {
      display: flex;
      align-items: center;
  }

  .gnavi {
    display: flex;
    align-items: center;
  }

  .gnavi li {
      margin: 0 13px;
      font-size: 1.6rem;
      white-space: nowrap;
  }
/*
  .gnavi li.gnavi_ir {
      font-size: 1.3rem;
  }
*/
  .gnavi > li > a {
    padding: 0 13px;
    text-align: center;
    height: 90px;
    display: block;
  }

  .gnavi li a:hover {
    color: #d34600;
  }

  .gnavi > li > a > div {
    padding: 0 7px;
    height: 90px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .gnavi > li > a > div::after {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #d34600;
	  transition: all 0.25s ease 0s;
  }

  .gnavi > li > a:hover > div::after {
    width: 100%;
  }

  .gnavi li a span {
    display: block;
  }

}

.menu_column_box li.gnavi_none,
.gnavi_sub_box li.gnavi_none {
  display: none;
}

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

  .gnavi_sub {
    position: absolute;
    top: 90px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.05s ease 0s;
  }

  .gnavi_hassub.gnavi_open .gnavi_sub {
    opacity: 1;
    visibility: inherit;
    transition: all 0.20s ease 0s;
  }

  .gnavi_hassub .gnavi_sub_box {
    margin: 60px 0 0;
    padding: 45px 70px 40px;
    opacity: 0;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    display: flex;
	  transition: all 0.3s ease 0s;
    position: relative;
  }

  .gnavi_hassub.gnavi_open .gnavi_sub_box {
    margin-top: 30px;
    opacity: 1;
  }

  .gnavi_hassub .gnavi_sub_box h3 {
    margin: 5px 0 0;
    font-size: 3.0rem;
    font-weight: 400;
    position: relative;
    white-space: nowrap;
  }

  .gnavi_hassub.gnavi_news .gnavi_sub_box h3 {
    padding-top: 12px;
  }

  .gnavi_hassub .gnavi_sub_box h3 a {
    display: block;
  }

  .gnavi_hassub .gnavi_sub_box h3::before {
    position: absolute;
    content: '';
    left: -70px;
    top: 5px;
    width: 10px;
    height: 60px;
    border-radius: 0 5px 5px 0;
    background: linear-gradient(#e57526, #df5426);
	  transition: all 0.25s ease 0s;
  }

  .gnavi_hassub .gnavi_sub_box h3 span {
    margin: 8px 0 0;
    display: block;
    font-size: 1.6rem;
  }

  .gnavi_hassub .gnavi_sub_box h3 a:hover,
  .gnavi_hassub .gnavi_sub_box li a:hover {
    color: #d34600;
  }

  .gnavi_hassub:not(.gnavi_news) .gnavi_sub_box h3:hover::before {
    width: 15px;
  }

  .gnavi_hassub .gnavi_sub_box > ul {
    margin: 0 0 0 80px;
  }

  .gnavi_hassub .gnavi_sub_box li {
    font-size: 1.6rem;
    white-space: nowrap;
  }

  .gnavi_hassub .gnavi_sub_box li a {
    padding: 10px 10px 10px 0;
    display: block;
  }

  .gnavi_hassub .gnavi_sub_box li a::after {
    display: none;
  }

  .gnavi_hassub .gnavi_sub_box li a span {
    position: relative;
    display: inline-block;
  }

  .gnavi_hassub .gnavi_sub_box li a span::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background: #d34600;
    transition: all 0.25s ease 0s;
  }

  .gnavi_hassub .gnavi_sub_box li a:hover span::after {
    width: 100%;
  }

  .gnavi_hassub .gnavi_sub_box > ul ul {
    margin: -3px 0 7px 15px;
  }

  .gnavi_hassub .gnavi_sub_box li li {
    font-size: 1.4rem;
  }

  .gnavi_hassub .gnavi_sub_box li a {
    padding: 8px 8px 8px 0;
  }

}

#menu_btn {
	margin: 0 0 0 auto;
    padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 20px;
    border: none;
    background: none;
}

#menu_btn > span {
	width: 30px;
	height: 20px;
	position: relative;
    display: block;
}

#menu_btn > span::before,
#menu_btn > span::after,
#menu_btn > span span {
	position: absolute;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #ff5b00;
}

#menu_btn > span::before {
	top: 0;
	left: 0;
}

#menu_btn > span::after {
	top: 10px;
	left: 0;
}

#menu_btn > span span {
	top: 20px;
	left: 0;
}

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

	#menu_btn {
		margin: 0 0 0 20px;
		width: 60px;
		height: 90px;
		cursor: pointer;
	}

	#menu_btn div {
		height: 30px;
	}

	#menu_btn:hover div::before,
	#menu_btn:hover div::after,
	#menu_btn:hover div span {
		background-color: #ff5b00;
	}

	#menu_btn div::after {
		top: 20px;
	}

	#menu_btn div span {
		top: 10px;
	}

}

.menu {
	position: absolute;
	left: 0;
    top: 0;
	width: 100%;
	z-index: 11;
	display: none;
    background: #fff;
}

.menu_top {
    margin: 0;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.menu_top .logo {
  width: 162px;
}

.menu_inner {
  z-index: 1;
}
/*
.menu_inner .menu_home {
  padding: 28px 16px 25px;
  border-bottom: 1px solid #dcdcdc;
}

.menu_inner .menu_home h3 {
  font-size: 2.0rem;
  font-weight: 700;
}
*/
@media screen and (min-width: 768px) {

  .menu_top .logo {
    display: none;
  }

  .menu_top {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    box-shadow: none;
    background: none;
  }

  .menu_inner {
    margin: 55px auto;
    padding: 0 20px;
    max-width: 1500px;
    min-width: 1300px;
    z-index: 1;
  }

  .menu_inner .menu_home {
    padding: 25px 0 55px;
    border: none;
  }

  .menu_inner .menu_home.menu_link_box h3 {
    margin: 0;
    font-size: 2.8rem;
  }

  .menu_inner .menu_home.menu_link_box h3 a {
    display: inline-block;
  }

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

}

.menu_column_box h3 {
  margin: 0;
  padding: 25px 16px;
  font-size: 2.0rem;
  font-weight: 700;
  border-bottom: 1px solid #dcdcdc;
}

.menu_column_box h3 > a {
  display: block;
}

.menu_link_box h3 {
  margin: 0;
  font-size: 2.0rem;
  font-weight: 700;
  border-bottom: 1px solid #dcdcdc;
}

.menu_link_box h3 a {
  padding: 25px 16px;
  display: block;
}

.menu_column_box > ul {
  background: #f5f5f5;
  display: none;
}

.menu_column_box li {
  font-size: 1.6rem;
  font-weight: 500;
  border-top: 1px solid #dcdcdc;
}

.menu_column_box > ul > li:last-child {
  border-bottom: 1px solid #dcdcdc;
}

.menu_column_box li:first-child {
  border-top: none;
}

.menu_column_box li span {
  display: inline-block;
}

.menu_column_box h3 a,
.menu_column_box li a {
  position: relative;
}

.menu_column_box h3 a {
  pointer-events: none;
}

.menu_column_box li a {
  padding: 15px 16px;
  display: block;
}

.menu_column_box ul ul {
  padding: 0 0 10px 30px;
}

.menu_column_box li li {
  margin: 0 0 12px;
  font-size: 1.4rem;
  font-weight: 400;
  border: none;
}

.menu_column_box li li a {
  padding: 0px 10px;
}

.menu_column_box.menu_hassub h3 {
  position: relative;
}

.menu_column_box.menu_hassub h3::before,
.menu_column_box.menu_hassub h3::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 15px;
  height: 1px;
  background: #ff5b00;
}

.menu_column_box.menu_hassub h3::after {
  transform: rotate(-90deg);
}

.menu_column_box.menu_hassub h3.open::after {
  transform: rotate(0);
}

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

  .menu_column_box {
    margin: 0 0 60px;
  }

  .menu_column_box h3 {
    margin: 0 0 25px;
    padding: 0;
    font-size: 2.4rem;
    border: none;
  }

  .menu_link_box h3 {
    margin: 0 0 25px;
    padding: 0;
    font-size: 2.4rem;
    border: none;
  }

  .menu_link_box h3 a {
    padding: 0 0 4px;
  }

  .menu_column_box > ul {
    display: block;
    background: none;
  }

  .menu_column_box li {
    margin: 0 0 20px;
    border: none;
  }

  .menu_column_box > ul > li:last-child {
    border-bottom: none;
  }

  .menu_column_box h3 a {
    pointer-events: inherit;
    display: inline-block;
  }

  .menu_inner .menu_home h3 a:hover,
  .menu_link_box h3 a:hover,
  .menu_column_box h3 a:hover,
  .menu_column_box li a:hover,
  .menu_other li a:hover {
    color: #dc3b00;
  }

  .menu_column_box li a {
    padding: 0;
    display: inline-block;
  }

  .menu_column_box ul ul {
    padding: 15px 0 0 20px;
  }

  .menu_column_box li li {
    margin: 0 0 10px;
  }

  .menu_column_box li li a {
    padding: 0px;
  }

  .menu_column_box.menu_hassub h3::before,
  .menu_column_box.menu_hassub h3::after {
    display: none;
  }

}

.menu_2column {
  display: none;
}

.menu_column_box .menu_2column ul {
  background: #f5f5f5;
}

.menu_column_box .menu_2column ul ul {
  padding: 0 0 1px 30px;
}

.menu_column_box .menu_2column > ul:nth-child(2) {
  margin-top: -10px;
}

.menu_other {
  padding: 15px 16px;
}

.menu_other li {
  margin: 14px 0;
  font-size: 1.4rem;
}

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

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

  .menu_column_box .menu_2column ul {
    background: none;
  }

  .menu_2column ul:first-child {
    margin-right: 120px;
  }

  .menu_column_box .menu_2column > ul:nth-child(2) {
    margin-top: 0;
  }

  .menu_column_box .menu_2column ul ul {
    padding: 15px 0 0 20px;
  }

  .menu_other {
    padding: 30px 0 0;
    border-top: 1px solid #d7d7d7;
  }

  .menu_other ul {
    display: flex;
  }

  .menu_other li {
    margin: 0 60px 0 0;
  }

  .hv_line a {
    padding-bottom: 4px;
    position: relative;
  }

  .hv_line a::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #ff5b00;
    transition: all 0.25s ease 0s;
  }

  .hv_line a:hover::after {
    width: 100%;
  }

}

.menu_close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: none;
    border: none;
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
}

.menu_close::before,
.menu_close::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #ff5b00;
  width: 30px;
  height: 2px;
}

.menu_close::before {
  transform: rotate(-45deg);
}

.menu_close::after {
  transform: rotate(45deg);
}

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

  .menu_close {
      width: 60px;
      height: 60px;
      cursor: pointer;
      top: 35px;
      right: 50px;
  }

}

#sp_menu_back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.65);
}
/*
.lg_1 #sp_menu_back {
  top: 90px;
}
*/
.menu_open #sp_menu_back {
  opacity: 1;
  z-index: 10;
}

/* -----------------
	トップ
----------------- */

.top .header {
  background: #e0eaed;
  box-shadow: none;
  transition: all 0.40s ease 0s;
}

.top .header.scroll {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.top_header {
  padding: 110px 0 50px;
  background: #e0eaed;
}

.top_header .top_header_logo {
  margin: 40px auto;
  max-width: 232px;
}

.top_header p {
  margin: 0 10px;
  line-height: 1.9;
  text-align: center;
  color: #dd530f;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (min-width: 500px) {
  .top_header .top_header_logo {
    max-width: 59%;
  }
}

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

  .lg_1.top .wrapper {
    margin-top: 90px;
  }

  .top .header{
    margin: 0;
    border-radius: 0;
    padding: 20px 50px;
    width: 100%;
  }

  .top .header.scroll {
    margin: 20px;
    padding: 0 30px;
    width: calc(100% - 40px);
    border-radius: 10px;
  }

  .top_header {
    padding: 215px 0 130px;
  }

  .top_header .top_header_logo {
    margin: 15px auto 80px;
    max-width: 381px;
  }


  .top_header p {
    line-height: 2.8;
    font-size: 2.0rem;
  }

}

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

  .top .header,
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gnavi > li {
    margin: 0 6px;
  }

  .gnavi > li > a {
    padding: 0 6px;
  }

}

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

  .header .logo {
    width: 240px;
  }

  .gnavi > li {
    margin: 0 3px;
  }

  .gnavi > li > a {
    padding: 0 3px;
  }

}

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

  .header .logo {
    width: 220px;
  }

  .gnavi > li {
    font-size: 1.4rem;
  }

  #menu_btn {
    margin-left: 10px;
    width: 40px;
  }

}

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

  .header .logo {
    width: 180px;
  }

  .gnavi > li {
    font-size: 1.2rem;
  }

}

.top_movie {
  margin: 60px 0 0;
}

.movie_box {
	margin: 0 auto 15px;
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

.movie_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

  .top_movie {
    margin: 180px 0 0;
  }

  .movie_box_wrapper {
    margin: 0 auto;
    max-width: 960px;
  }

}

.top_news {
  margin: 55px auto 70px;
}

.top_news h2 {
  margin: 0 20px;
  padding: 0 0 20px;
  font-size: 3.2rem;
  line-height: 1.1;
  font-weight: 700;
  position: relative;
}

.top_news h2::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 60px;
  height: 5px;
  background: #e05c26;
}

.news_box {
  margin: 30px 0 55px;
  overflow: hidden;
}

.news_box h3 {
  margin: 0 20px 20px;
  padding: 0 0 0 20px;
  color: #dc3b00;
  font-size: 1.6rem;
  font-weight: 500;
  background: url(../images/top/news_line.png) no-repeat 0 center / 70px auto;
}

.news_box h3 span {
  padding: 0 0 0 10px;
  background: #fff;
  display: inline-block;
}

.news_body li p {
  font-size: 1.6rem;
}

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

  .top_news {
    margin: 180px auto 140px;
    max-width: 1440px;
    display: flex;
    align-items: flex-start;
  }

  .top_news h2 {
    margin: 0;
    padding: 0 30px 25px 0;
    font-size: 5.0rem;
  }

  .top_news h2::after {
    width: 90px;
    height: 8px;
  }

  .news_box {
    margin: 75px 0 0;
  }

  .news_box h3 {
    margin: 0 0 20px;
    padding: 0 0 0 90px;
    font-size: 1.8rem;
  }

  .news_box h3 span {
    padding: 0;
  }

}

@media screen and (min-width: 769px) and (max-width: 1480px) {

  .top_news {
    padding-left: 20px;
    padding-right: 20px;
  }

}

.top_news .news_body {
  margin: 0;
  border-top: 1px solid #dcdcdc;
}

.news_body li {
  padding: 0 20px;
  border-bottom: 1px solid #dcdcdc;
}

.news_body li a {
  padding: 30px 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.news_body li a .news_arrow {
  margin: 0 0 0 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #ff5b00;
  border-radius: 50%;
  background: url(../images/common/ico_link.svg) no-repeat center center / 12px auto;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.news_body li a .news_arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  background: #dc3b00;
  transform: translateX(-100%);
  transition: all 0.20s ease 0s;
  z-index: -1;
  overflow: hidden;
}

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

  .top_news .news_body {
    margin: 0 0 0 90px;
    border: none;
  }

  .news_body li {
    margin: 0;
    padding: 0;
  }

  .news_body li a {
    padding: 30px 0 25px;
  }

  .news_body li a::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #ff5b00;
    transition: all 0.30s ease-in;
  }

  .news_body li a:hover {
    color: #dc3b00;
  }

  .news_body li a:hover::before {
    width: 100%;
  }

  .news_body li a .news_arrow {
    margin: 0 0 0 30px;
    width: 45px;
    height: 45px;
    background: url(../images/common/ico_link.svg) no-repeat center center / 16px auto;
  }

  .news_body li a:hover .news_arrow {
    background: url(../images/common/ico_link_w.svg) no-repeat center center / 16px auto;
  }

  .news_body li a:hover .news_arrow::before {
    transform: translateX(0);
  }

}

.news_body .news_header {
  margin: 0 0 8px;
  display: flex;
  align-items: center;
}

.news_body .news_header time {
  font-size: 1.4rem;
}

.news_body .news_header .news_cate {
  margin: 0 0 0 8px;
  padding: 2px 10px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

.news_body .news_header .news_cate.cate_info {
  background: #85770d;
}

.news_body .news_header .news_cate.cate_media {
  background: #cc2e75;
}

.news_body .news_header .news_cate.cate_newsrelease {
  background: #dc3b00;
}

.news_body .news_header .news_cate.cate_hc {
  background: #2e72c5;
}

.news_body .news_header .news_cate.cate_solution {
  background: #6d48ab;
}

.news_body .news_header .news_cate.cate_match {
  background: #5f7e02;
}

.news_body .news_header .news_cate.cate_success {
  background: #a453a5;
}

.news_body .news_header .news_cate.cate_labo {
  background: #b8454d;
}

.news_body .news_header .news_cate.cate_leaf {
  background: #00874a;
}

.news_body .news_header .news_cate.cate_hr {
  background: #0b8196;
}

.link_headline {
  margin: 20px 20px 0 0;
  font-size: 1.4rem;
  display: inline-block;
  float: right;
  text-align: right;
}

.link_headline a {
  padding: 0 25px 0 0;
  display: block;
  background: url(../images/common/ico_link.svg) no-repeat right center / 16px auto;
}

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

  .news_body .news_header {
    margin: 0 0 10px;
  }

  .news_body .news_header time {
    font-size: 1.4rem;
  }

  .news_body .news_header .news_cate {
    margin: 0 0 0 10px;
  }

  .link_headline {
    margin: 25px 0 0;
    font-size: 1.6rem;
  }

  .link_headline a {
    padding: 3px 20px 3px 0;
  }

}

/* -----------------
	カテゴリーページ
----------------- */

.index_header {
  margin: 0;
  padding: 70px 0 0;
  width: 100%;
  height: 350px;
  background: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.sp_index_header_back {
  position: absolute;
  left: 0;
  top: 0;
  height: 350px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center 70px;
  background-size: cover;
}

/*
.index_header::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 750px;
  background: url(../images/common/index_header_line.svg) no-repeat center 0;
  background-size: 1958px 607px;
}
*/

.index_header #animation_container {
    position: absolute;
    top: 180px;
    left: -100%;
    right: -100%;
    margin: auto;
    height: 510px;
    width: 125px;
    z-index: 3;
    display: block;
}

#animation_container #canvas {
  width: 460px;
  height: 240px;
  position: absolute;
  display: block;
}

#animation_container #dom_overlay_container {
  pointer-events:none;
  overflow:hidden;
  width:460px;
  height:240px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}
/*
#animation_container #canvas.pc,
#animation_container #dom_overlay_container.pc {
  display: none;
}
*/
.index_header_inner {
  margin: 140px 0 0;
  position: relative;
}
/*
.index_header_inner::before {
  position: absolute;
  content: '';
  left: -100%;
  top: 0;
  width: 100%;
  height: 140px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.index_header_inner::after {
  position: absolute;
  content: '';
  top: 0;
  left: -15px;
  width: 15px;
  height: 140px;
  background: #fff;
  z-index: 2;
}
*/
.index_title {
  padding: 17px 60px 17px 17px;
  border-radius: 0 5px 5px 0;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.index_title h1 {
  font-size: 2.8rem;
  font-weight: 600;
}

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

  .index_header {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 750px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .sp_index_header_back {
    display: none;
  }

  /*
  .index_header::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 750px;
    background: url(../images/common/index_header_line.svg) no-repeat center 0;
    background-size: 1958px 607px;
  }
  */

  .index_header #animation_container {
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    margin: auto;
    height: 530px;
    width: 100%;
    z-index: 2;
    display: block;
  }
/*
  #animation_container #canvas.sp,
  #animation_container #dom_overlay_container.sp {
    display: none;
  }
*/
  #animation_container #canvas {
    width: 1950px;
    height: 530px;
    position: absolute;
    display: block;
  }

  #animation_container #dom_overlay_containerc {
    width: 1950px;
    height: 530px;
    position: absolute;
    display: block;
  }

  .index_header_inner {
    margin: 110px auto 0;
    width: min(95%,1100px);
  }

  .index_header_inner::before {
    position: absolute;
    content: '';
    left: -100%;
    top: 0;
    width: 100%;
    height: 140px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }

  .index_header_inner::after {
    position: absolute;
    content: '';
    top: 0;
    left: -15px;
    width: 15px;
    height: 140px;
    background: #fff;
    z-index: 2;
  }

  .index_title {
    padding: 0 160px 0 0;
    height: 140px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }

  .index_title h1 {
    font-size: 4.2rem;
  }

}

.index_main {
  margin: 45px auto;
}

.index_box a {
  display: block;
}

.entry_column .index_box h3.index_box_title {
  margin: 0 0 20px;
  padding: 20px 0 0;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  border-top: 1px solid #dcdcdc;
  transition: all 0.25s ease 0s;
}

.entry_column .index_box h3.index_box_title::after {
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  width: 50px;
  height: 1px;
  background: #ff5b00;
  transition: all 0.25s ease 0s;
}

.index_box .index_box_img {
  overflow: hidden;
  border-radius: 10px;
}

.index_box .index_box_img img {
  max-width: 100%;
  transition: all 0.25s ease 0s;
}

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

  .index_main {
    margin: 120px auto;
  }

  .index_box .index_box_title {
    margin: 0 0 40px;
    padding: 40px 0 0;
    font-size: 1.8rem;
  }

  .index_box .index_box_title::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background: #ff5b00;
    transition: all 0.25s ease 0s;
  }

  .entry_column .index_box h3.index_box_title {
    margin: 0 0 35px;
    padding: 35px 0 0;
    font-size: 1.8rem;
  }

  .index_box .index_box_img {
    overflow: hidden;
    border-radius: 10px;
  }

  .index_box .index_box_img img {
    max-width: 100%;
    transition: all 0.25s ease 0s;
  }

  .index_box a:hover .index_box_title {
    color: #dc3b00;
  }

  .index_box a:hover .index_box_title::after {
    width: 100%;
  }

  .index_box a:hover .index_box_img img {
    transform: scale(1.1);
  }

}


/* -----------------
	お知らせ一覧
----------------- */

.news_index {
  margin-bottom: 75px;
}

.categroy_mini_header {
  height: auto;
  background-size: 0;
}

.entry_header.categroy_mini_header p,
.entry_header.categroy_mini_header h1 {
  line-height: 1.2;
}

.categroy_mini_header p span,
.categroy_mini_header h1 span {
  font-size: 1.4rem;
  display: block;
}

.news_index {
  margin-top: 30px;
}

.news_index_column {
  margin: 0 0 60px;
}

.news_index_column h2 {
  margin: 0 20px 30px;
  font-size: 2.6rem;
}

.news_index_column > ul {
  border-top: 1px solid #dcdcdc;
}

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

  .news_index {
    margin-bottom: 150px;
  }

  .categroy_mini_header {
    height: 445px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .categroy_mini_header p span,
  .categroy_mini_header h1 span {
    font-size: 2.4rem;
  }

  .news_index {
    margin-top: 45px;
  }

  .news_index_column {
    margin: 0 auto 100px;
    width: min(95%,1100px);
  }

  .news_index_column h2 {
    margin: 0 0 80px;
    font-size: 4.0rem;
  }

}

.index_pager {
	margin: 40px 20px 0;
}

.index_pager ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.index_pager li {
	margin: 0;
	font-size: 1.8rem;
	display: none;
}

.index_pager li span {
	display: flex;
	justify-content: center;
	align-items: center;
}

.index_pager li.dot {
	margin: 0;
	border: none;
}

.index_pager li.cur {
	display: block;
}

.index_pager li.cur span {
	padding: 15px 12px;
	border-color: #fff;
	color: #ff5b00;
	display: block;
	border-radius: 14px;
}

.index_pager li.page_back,
.index_pager li.page_forward {
	font-size: 1.6rem;
	display: block;
	width: 50px;
}

.index_pager li.page_back {
	margin-right: auto;
}

.index_pager li.page_forward {
	margin-left: auto;
}

.index_pager li.page_back a,
.index_pager li.page_forward a {
	border: 1px solid #ff5b00;
	border-radius: 5px;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    position: relative;
    text-indent: -9999px;
}

.index_pager li.page_back a::before,
.index_pager li.page_forward a::before {
    content: '';
    width: 12px;
    height: 12px;
    border-top: solid 2px #ff5b00;
    border-right: solid 2px #ff5b00;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.index_pager li.page_back a::before {
    left: 5px;
    transform: rotate(-135deg);
}

.index_pager li.page_forward a::before {
    right: 5px;
    transform: rotate(45deg);
}

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

	.index_pager {
		margin: 60px 0 0;
	}

	.index_pager ul {
		margin: 0;
	}

	.index_pager li {
		margin: 0 5px;
		font-size: 1.8rem;
		display: block;
	}

	.index_pager li a {
		padding: 12px 14px;
		border: 1px solid #ff5b00;
		display: block;
		border-radius: 5px;
	}

	.index_pager li a:hover {
         color: #fff;
         background: #ff5b00;
    }

	.index_pager li.cur span {
		padding: 12px 14px;
	}

	.index_pager li.page_back,
	.index_pager li.page_forward {
		display: block;
	}

    .index_pager li.page_back a:hover,
    .index_pager li.page_forward a:hover {
         background: #ff5b00;
    }

    .index_pager li.page_back a:hover::before,
    .index_pager li.page_forward a:hover::before {
         border-color: #fff;
    }

}

/* -----------------
	下層ページ
----------------- */

.entry_header_wrapper {
  position: relative;
  overflow: hidden;
}

.entry_header_back {
  display: none;
}

.sp_entry_header_back {
  height: 240px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;

}

.entry_header {
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
}
/*
.entry_header_wrapper::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 510px;
  background: url(../images/common/entry_title_line.svg) no-repeat calc(50% + 178px) 0 / 1840px 510px;
  z-index: 2;
}
*/

.entry_header #animation_container {
    position: absolute;
    top: 70px;
    left: -100%;
    right: -100%;
    margin: auto;
    height: 460px;
    width: 240px;
    z-index: 2;
    display: block;
}

.entry_header_inner {
  margin: 0;
  padding: 212px 0 0;
  display: flex;
  align-items: flex-end;
}

.entry_title {
  padding: 30px calc(100% - 310px) 0 20px;
  position: relative;
}

.entry_title::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 98px;
  width: 352px;
  background: url(../images/common/entry_title_back_sp.png) no-repeat 0 0 / cover;
}

.entry_header h1,
.entry_header p {
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
  z-index: 1
}

.entry_inner {
  margin: 0 20px 40px;
}

@media screen and (min-width: 768px) {
/*
  .entry_header_wrapper {
    margin-top: -20px;
  }
*/
  .entry_header_back {
    height: 445px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
  }

  .sp_entry_header_back {
    display: none;
  }

  .entry_header {
    margin: 0 0 100px;
  }
  /*
  .entry_header_wrapper::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 510px;
    background: url(../images/common/entry_title_line.svg) no-repeat calc(50% + 178px) 0 / 1840px 510px;
    z-index: 2;
  }
  */

  .entry_header #animation_container {
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    margin: auto;
    height: 510px;
    width: 100%;
    z-index: 2;
    display: block;
  }

  .entry_header #animation_container #canvas {
    margin-left: 178px;
  }

  .entry_header_inner {
    margin: 0 auto 65px;
    padding: 297px 0 0;
    width: min(95%,1100px);
    position: relative;
    z-index: 3;
  }

  .entry_title {
    padding: 80px 240px 0 0;
    width: 944px;
  }

  .entry_title::before {
    left: -120px;
    width: 944px;
    height: 149px;
    background: url(../images/common/entry_title_back.png) no-repeat 0 0 / cover;
  }

  .entry_header h1,
  .entry_header p {
    font-size: 4.2rem;
  }

  .entry_inner {
    margin: 0 auto 150px;
    margin-inline: auto;
    width: min(95%,1100px);
  }

}

.news_entry_title_box {
  margin: 15px 20px 40px;
}

.news_entry_title_box p.cate {
  margin: 0 0 15px;
  color: #dc3b00;
  font-size: 1.6rem;
  font-weight: 400;
}

.news_entry_title_box p.cate span {
  position: relative;
  padding-right: 57px;
}

.news_entry_title_box p.cate span::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #dc3b00;
  width: 50px;
  height: 2px;
}

.news_entry_title_box h1 {
  margin: 0 0 20px;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.3;
}

.news_entry_title_box time {
  font-size: 1.4rem;
}

.entry_header_noimg {
  margin: 0 auto;
  padding: 120px 20px 0;
}

.entry_header_noimg h1 {
  margin: 0 0 40px;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 700;
}

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

  .news_entry_title_box {
    margin: 55px auto 85px;
    width: 1100px;
  }

  .news_entry_title_box p.cate {
    margin: 0 0 25px;
    font-size: 2.0rem;
  }

  .news_entry_title_box h1 {
    font-size: 4.0rem;
    line-height: 1.4;
  }

  .news_entry_title_box time {
    font-size: 1.6rem;
  }

  .entry_header_noimg {
    padding: 220px 0 0;
    width: 1100px;
  }

  .entry_header_noimg h1 {
    margin: 0 0 80px;
    font-size: 4.2rem;
  }

}

/* -----------------
    CEOメッセージ
----------------- */

.cat_tsunagood .entry_header_inner {
  margin-bottom: 40px;
}

.index_3column {
  margin: 0 auto 40px;
  padding: 30px 0 0;
  overflow: hidden;
}

.index_3column_list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

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

  .cat_tsunagood .entry_header_inner {
    margin-bottom: 80px;
  }

  .index_3column {
    margin: 0 auto 180px;
    padding: 40px 0 0;
    max-width: 1100px;
  }

}

.index_3column_list > li {
  margin: 0 0 40px;
  border: 1px solid #dcdcdc;
  border-radius: 0 25px 25px 25px;
}

.index_3column_list > li > a {
  margin: 0 0 15px;
  padding: 28px 20px 0;
  position: relative;
  display: block;
}

.index_3column_list > li p.cate {
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px 5px 5px 0;
  font-size: 1.4rem;
  background: #1e60c2;
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  left: -1px;
  top: -17px;
}

.index_3column_list > li p.cate.other {
  background: #6da712;
}

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

  .index_3column_list > li {
    margin: 0 40px 40px 0;
    width: 340px;
    transition: all 0.25s ease 0s;
  }

  .index_3column_list > li:nth-child(3n) {
    margin-right: 0;
  }

}

.index_3column_list > li figure {
  margin: 0 0 8px;
  border: 1px solid #efefef;
  border-radius: 10px;
  overflow: hidden;
}

.index_3column_list > li figure img {
  transition: all 0.25s ease 0s;
}

.index_3column_list > li figure.noimage {
  text-align: center;
}

.index_3column_list > li figure.noimage img {
  height: 170px;
  width: auto;
}

.index_3column_list > li time {
  margin: 0 0 5px;
  font-size: 1.4rem;
  display: block;
}

.index_3column_list > li h2 {
  font-size: 1.6rem;
  transition: all 0.25s ease 0s;
}

.index_3column_list ul.tag {
  margin: 0 20px 20px;
  display: flex;
  flex-wrap: wrap;
}

.index_3column_list ul.tag li {
  margin: 0 5px 5px 0;
  font-size: 1.2rem;
}

.index_3column_list ul.tag li a {
  padding: 3px 5px;
  background: #ffe8da;
  display: block;
}

.index_3column .index_pager {
  margin-top: 20px;
}

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

  .index_3column_list > li:hover {
    border-color: #ff5b00;
  }

  .index_3column_list > li a:hover h2 {
    color: #dc3b00;
  }

  .index_3column_list > li a:hover figure img {
    transform: scale(1.1);
  }

}

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

  .index_3column_list {
    max-width: 760px;
  }

  .index_3column_list li {
    margin-left: 20px;
    margin-right: 20px;
  }

  .index_3column_list li:nth-child(3n) {
    margin-right: 20px;
  }

}

.blog_entry_title_box {
  margin: 15px 20px 40px;
}

.blog_entry_title_box h1 {
  margin: 0 0 20px;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.3;
}

.blog_entry_title_box time {
  font-size: 1.4rem;
}

.entry_tag_box {
  margin: 40px 0 30px;
  display: flex;
}

.entry_tag_box h3 {
  margin: 0 3px 0 0;
  padding: 20px 0;
  width: 70px;
  border-radius: 10px 0 0 10px;
  background: #ffe8da;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  flex-shrink: 0;
}

.entry_tag_box ul {
  padding: 12px 10px 12px 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #ffe8da;
  border-radius: 0 10px 10px 0;
  width: 100%;
}

.entry_tag_box li {
  margin: 5px 15px 5px 0;
}

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

  .blog_entry_title_box {
    margin: 15px auto 85px;
    width: 1100px;
  }

  .blog_entry_title_box h1 {
    margin: 0 0 20px;
    font-size: 4.0rem;
    line-height: 1.4;
  }

  .blog_entry_title_box time {
    font-size: 1.6rem;
  }

  .entry_tag_box {
    margin: 50px 0;
  }

  .entry_tag_box h3 {
    margin: 0 3px 0 0;
    padding: 30px 0;
    width: 90px;
  }

  .entry_tag_box ul {
    padding: 15px 20px 15px;
  }

  .entry_tag_box li {
    margin: 10px 30px 10px 0;
  }

  .entry_tag_box li a:hover {
    color: #d34600;
  }

}


/* -----------------
	IR
----------------- */

.cat_ir .index_main {
  margin-top: 45px;
}

.cat_ir .entry_column h2 {
  margin: 50px 0 30px;
  font-size: 2.0rem;
  font-weight: 700;
}

.cat_ir .entry_column .news_list {
  border-top: 1px solid #dcdcdc;
  margin-left: -20px;
  margin-right: -20px;
}

.cat_ir .entry_column .news_list li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dcdcdc;
  font-size: 1.6rem;
}

.cat_ir .entry_column .news_list li::after {
  display: none;
}

.cat_ir .entry_column .news_list li a {
  padding: 30px 20px 25px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cat_ir .entry_column .news_list .news_date {
  font-size: 1.4rem;
  white-space: nowrap;
}

.cat_ir .entry_column .news_list .news_ctgr {
  padding: 2px;
  margin-left: 10px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  background: #666666;
  white-space: nowrap;
  width: 75px;
  text-align: center;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.cat_ir .entry_column .news_list .news_txt {
  margin: 10px 0 0;
  width: 100%;
  font-size: 1.6rem;
}

.cat_ir .entry_column .news_list .out::after {
  position: relative;
  top: 2px;
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 9px;
  padding-right: 20px;
  background: url(../images/common/ico_blank.svg) no-repeat right center / 12px auto;
}

.cat_ir .entry_column .news_list .pdf::after {
  width: 18px;
  height: 20px;
  padding-right: 20px;
  background: url(../images/common/ico_pdf.svg) no-repeat right center / 18px auto;
}

.cat_ir .entry_column .news_list .content {
  padding-left: 0;
}

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

  .cat_ir .index_main {
    margin-top: 0;
  }

  .cat_ir .entry_column h2 {
    margin: 80px 0 40px;
    font-size: 2.6rem;
  }

  .cat_ir .entry_column .news_list {
    margin: 0 0 60px;
  }

  .cat_ir .entry_column .news_list li a {
    padding: 25px 0;
    flex-wrap: nowrap;
    position: relative;
    transition: all 0.25s ease;
  }

  .cat_ir .entry_column .news_list li a::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #ff5b00;
    transition: all 0.30s ease-in;
  }

  .cat_ir .entry_column .news_list .news_date {
    font-size: 1.4rem;
    white-space: nowrap;
  }

  .cat_ir .entry_column .news_list .news_txt {
    margin: 0 0 0 30px;
    width: auto;
  }

  .cat_ir .entry_column .news_list li a:hover {
    color: #d34600;
  }

  .cat_ir .entry_column .news_list li a:hover .news_ctgr {
    background-color: #d34600;
  }

  .cat_ir .entry_column .news_list li a:hover::before {
    width: 100%;
  }

}

.cat_ir .stock-bnr {
  margin-left: -20px;
  margin-right: -20px;
  padding: 30px;
  border-radius: 15px;
  background: #f5f5f5;
}

.cat_ir .stock-bnr .stock-bnr-img {
  max-width: inherit;
  padding: 30px 30px 30px 0;
  border: 1px solid #ececec;
  border-radius: 10px;
  background: #fff;
}

.cat_ir .entry_column .ir_bnr_box p,
.cat_ir .entry_column .stock-bnr p {
  margin: 10px 0 0;
  font-size: 1.6rem;
}

.cat_ir .stock-bnr p a[target="_blank"] {
  padding-right: 25px;
  text-decoration: none;
  background: url(../images/common/ico_blank.svg) no-repeat right 10px top 3px / 12px auto;
}

.cat_ir .ir_bnr_box {
  margin-left: -20px;
  margin-right: -20px;
  padding: 30px;
  border-radius: 15px;
  background: #f5f5f5;
  text-align: center;
}

.cat_ir .ir_bnr_box .ir_bnr_box_img {
}

.cat_ir .ir_bnr_box > a {
  margin: 30px 0 20px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}

.cat_ir .ir_bnr_box > a span {
  padding: 0 30px 0 0;
  background: url(../images/common/ico_blank.svg) no-repeat right 10px top 3px / 12px auto;
}

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

  .cat_ir .stock-bnr {
    margin: 0;
    padding: 40px;
    border-radius: 15px;
  }

  .cat_ir .stock-bnr .stock-bnr-img {
    padding: 40px 40px 40px 0;
  }

  .cat_ir .stock-bnr p a[target="_blank"] {
    padding-right: 30px;
  }

  .cat_ir .ir_bnr_box {
    margin: 0;
    padding: 40px;
  }

  .cat_ir .ir_bnr_box .ir_bnr_box_img {
    display: none;
  }

  .cat_ir .ir_bnr_box > a {
    margin: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 2.2rem;
    height: 260px;
    text-align: left;
  }

  .cat_ir .ir_bnr_box > a::before {
    position: absolute;
    content: '';
    width: 100%;
    background: url(/media/001/202310/bnr_ir.jpg) no-repeat center center;
    background-size: cover;
    height: 260px;
    transition: all 0.25s ease;
  }

  .cat_ir .ir_bnr_box > a span {
    padding: 0 30px 0 40px;
    position: relative;
    z-index: 2;
    background: url(../images/common/ico_blank_w.svg) no-repeat right 10px top 3px / 12px auto;
  }

  .cat_ir .ir_bnr_box > a:hover::before {
    transform: scale(1.1);
  }

}

.cat_ir .selectBtn {
  border: none;
  padding: 0;
  height: auto;
  width: auto;
}

.cat_ir .selectBtn::before {
  display: none;
}

.cat_ir .selectBtn,
.cat_ir .yearSelect {
  margin: 0 0 50px;
  position: relative;
  display: inline-block;
}

.cat_ir .selectBtn #xj-select-year_s,
.cat_ir .yearSelect #xj-select-year_s {
  margin: 0;
  background: #fff;
  font-size: 1.6rem;
  padding: 15px 45px 15px 15px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  appearance: none;
}

.cat_ir .selectBtn::after,
.cat_ir .yearSelect::after {
  position: absolute;
  content: '';
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 9px;
  background: url(../images/common/ico_select.png) no-repeat 0 0 / 12px auto;
}

#xj-mainlist section:first-child h2 {
  margin-top: 0;
}

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

  .cat_ir .selectBtn #xj-select-year_s,
  .cat_ir .yearSelect #xj-select-year_s {
    font-size: 1.8rem;
  }

}

.cat_ir #xj-select-category ul {
  margin: 0 -20px;
  padding: 0 10px 0 0;
  background: #f5f5f5;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: calc(100% + 40px);
  overflow: auto;
}

.cat_ir #xj-select-category li {
  margin: 0;
  padding: 0;
  width: auto;
  white-space: nowrap;
}

.cat_ir #xj-select-category li::after{
  display: none;
}

.cat_ir #xj-select-category li a  {
  padding: 20px 14px;
  font-size: 1.2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.cat_ir #xj-select-category li.active a {
  color: #d34600;
  background: none;
}

.cat_ir #xj-select-category li a::after  {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 3px;
  background: #ff5b00;
}

.cat_ir #xj-select-category li.active a::after  {
  width: 100%;
}

.cat_ir #xj-select-category + .news_list {
  margin-top: 0;
}

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

  .cat_ir #xj-select-category ul {
    margin: 0;
    padding: 0 25px;
    width: auto;
  }

  .cat_ir #xj-select-category li {
    margin: 0 5px;
  }

  .cat_ir #xj-select-category li a  {
    padding: 25px 20px;
    font-size: 1.6rem;
  }

  .cat_ir #xj-select-category li a:hover  {
    color: #d34600;
    background: none;
  }

  .cat_ir #xj-select-category li a::after  {
    transition: all 0.25s ease;
  }

  .cat_ir #xj-select-category li a:hover::after {
    width: 100%;
  }

}

.entry_column table.xj_chart_table {
  margin-top: 20px;
}

.entry_column table.xj_chart_table td {
  padding: 6px 4px;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  font-size: 1.2rem;
}

.entry_column .xj_chart_header_first {
  width: 12%;
}

/* -------------------------
    キャリア採用 ビジネス職
-------------------------- */

.entry_column .feature_box {
  margin: 25px -5px;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.entry_column .feature_box li {
  margin: 0 5px 10px;
  padding: 0;
  width: calc(50% - 10px);
  border: 1px solid #dcdcdc;
  border-radius: 25px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.entry_column .feature_box li::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.feature_box li::after {
  display: none;
}

.entry_column .feature_box dt {
  margin-top: 25px;
  font-size: 1.6rem;
  font-weight: 500;
}

.entry_column .feature_box dd {
  font-size: 6.0rem;
  font-weight: 700;
  color: #ff5b00;
}

.entry_column .feature_box dd span {
  font-size: 2.0rem;
  font-weight: 700;
  color: #333;
}

.entry_column .feature_box li .over {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#ff1c00, #ff5b00);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.entry_column .feature_box p {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

.entry_column .feature_box p em {
  font-weight: 500;
  color: #fff;
}

.entry_column .feature_box li:hover .over {
  opacity: 1;
}

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

  .entry_column .feature_box {
    margin: 50px -10px;
  }

  .entry_column .feature_box li {
    margin: 0 10px 20px;
    width: 260px;
    height: 260px;
  }

  .entry_column .feature_box dt {
    margin-top: 25px;
    font-size: 1.8rem;
  }

  .entry_column .feature_box dd {
    font-size: 8.0rem;
  }

  .entry_column .feature_box dd span {
    font-size: 2.4rem;
  }

  .entry_column .feature_box li .over {
    width: 260px;
    height: 260px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }

  .entry_column .feature_box p {
    font-size: 2.0rem;
  }

}

/* -----------------
	採用情報
----------------- */

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

  .cat_freshers .index_main {
      margin: 0;
  }

}

.entry_banner {
  position: fixed;
  background: rgb(0 0 0 / 70%);
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  place-content: center;
  place-items: center;
  height: 80px;
  width: 100%;
  z-index: 2;
}
.entry_banner > a {
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ff5b00;
  border-radius: 10px;
  text-decoration: none;
  overflow: hidden;
  background: #fff;
  width: 100%;
  margin-inline: 20px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.entry_banner > a span {
  position: relative;
}

.entry_banner > a span::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: -25px;
  margin: auto;
  width: 16px;
  height: 12px;
  background: url(../images/common/ico_link.svg) no-repeat 0 center / 17px auto;
}

@media screen and (min-width: 768px) {
  .entry_banner {
    height: 98px;
  }
  .entry_banner > a {
    padding: 25px 50px;
    max-width: 600px;
    margin-inline: auto;
  }
  .entry_banner > a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: calc(100% + 1px);
    background: #dc3b00;
    transform: translateX(-100%);
    transition: all 0.20s ease 0s;
    z-index: -1;
    overflow: hidden;
  }
  .entry_banner > a::before {
    z-index: inherit;
  }
  .entry_banner > a:hover {
    color: #fff;
  }
  .entry_banner > a:hover::before {
    transform: translateX(0);
  }
  .entry_banner > a:hover span::after {
    background: url(../images/common/ico_link_w.svg) no-repeat 0 center / 17px auto;
  }
}


/* -----------------
	ユニットパーツ
----------------- */

.entry-container {
  margin: 0;
}

.index_main .entry_column p.index_center {
  margin: 0 15px 40px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}

.index_main .entry_column h2.index_h2 {
  margin: 40px 0 30px;
  font-size: 2.6rem;
  font-weight: 500;
}

.index_main .entry_column p {
  font-size: 1.8rem;
  line-height: 1.6;
}

.entry_column p.btn_link {
  margin: 40px 0;
  font-size: 1.6rem;
  font-weight: 500;
}

.entry_column p.btn_link a {
  padding: 13px 62px 13px 30px;
  border-radius: 5px;
  border: 1px solid #ff5b00;
  background: url(../images/common/ico_link.svg) no-repeat right 28px center / 18px auto;
}

.entry_column p.entry_lead {
  margin: 20px 15px 50px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.entry_column p {
  margin: 0 0 10px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.entry_column p.note {
  font-size: 1.4rem;
  color: #6e6e6e;
  text-indent: -1em;
  padding-left: 1em;
}

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

  .index_main .entry_column p.index_center {
    margin: 0 0 150px;
    font-size: 2.0rem;
  }

  .index_main .entry_column h2.index_h2 {
    margin: 0 0 50px;
    font-size: 3.4rem;
  }

  .index_main .entry_column p {
    font-size: 2.0rem;
  }

  .entry_column p.btn_link {
    margin: 40px 0;
    font-size: 1.6rem;
    font-weight: 500;
  }

  .entry_column .btn_link a:hover {
    color: #fff;
    border: 1px solid #dc3b00;
    background: #dc3b00 url(../images/common/ico_link_w.svg) no-repeat right 28px center / 18px auto;
  }

  .entry_column p.entry_lead {
    margin: 20px 0 100px;
    font-size: 2.0rem;
    text-align: left;
  }

  .entry_column p {
    margin: 0 0 20px;
  }

}

.entry_column h2 {
  margin: 50px 0 35px;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.4;
}

.entry_column h3 {
  margin: 40px 0 35px;
  padding: 0 0 12px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.entry_column h3:not([class]) {
  position: relative;
}

.entry_column h3:not([class])::before {
  position: absolute;
  content: '';
  left: 55px;
  bottom: 0;
  height: 1px;
  width: calc(100% - 55px);
  background: #dcdcdc;
}

.entry_column h3:not([class])::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #e05c26;
}

.entry_column h4 {
  margin: 35px 0 30px;
  padding: 8px 0 8px 25px;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.4;
}

.entry_column h4.mg_hf,
.entry_column h4:not([class]) {
  position: relative;
}

.entry_column h4.mg_hf::after,
.entry_column h4:not([class])::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 100%;
  background: #dd520d;
}

.entry_column h4.mg_hf {
  margin-bottom: 15px;
}

.entry_column h5 {
  margin: 25px 0 20px;
  padding: 0 0 10px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #d34600;
}

.entry_column h5.mg_hf,
.entry_column h5:not([class]) {
  position: relative;
}

.entry_column h5.mg_hf::before,
.entry_column h5:not([class])::before {
  position: absolute;
  content: '';
  bottom: 0;
  width: 100%;
  height: 1px;
  background: url(../images/common/line_dotted_org.png) repeat-x 0 0 / auto 1px;
}

.entry_column h6 {
  margin: 20px 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}

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

  .entry_column h2 {
    margin: 100px 0 70px;
    font-size: 4.0rem;
  }

  .entry_column h3 {
    margin: 80px 0 70px;
    font-size: 3.4rem;
  }

  .entry_column h4 {
    margin: 70px 0 60px;
    font-size: 2.6rem;
  }

  .entry_column h4.mg_hf {
    margin-bottom: 30px;
  }

  .entry_column h5 {
    margin: 50px 0 40px;
    padding: 0;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.4;
    color: #d34600;
  }

  .entry_column h5.mg_hf {
    margin-bottom: 20px;
  }

  .entry_column h5 span {
    padding: 0 20px 0 0;
    background: #fff;
    position: relative;
    z-index: 1;
  }

  .entry_column h5.mg_hf::before,
  .entry_column h5:not([class])::before {
    top: 0;
    right: 0;
    margin: auto;
  }

  .entry_column h6 {
    margin: 40px 0 30px;
    font-size: 2.0rem;
  }

}

.entry_column p a {
  text-decoration: underline;
}

.entry_column p a[href$=".pdf"] {
  padding: 1px 35px 1px 0;
  background: url(../images/common/ico_pdf.svg) no-repeat right 10px top 0 / 18px auto;
}

.entry_column p a[target="_blank"] {
  padding-right: 35px;
  background: url(../images/common/ico_blank.png) no-repeat right 10px top 3px / 17px auto;
}

.entry_column p em {
  color: #dc3b00;
  font-weight: bold;
}
.entry_column p strong {
  font-weight: bold;
}

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

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

}

.entry_column p.link_normal a {
  padding-right: 20px;
  background: url(../images/common/ico_link.svg) no-repeat right center / 16px auto;
}

.entry_column p.link_out a {
  padding-right: 16px;
  background: url(../images/common/ico_blank.svg) no-repeat right center / 12px auto;
}

.entry_column p.link_word a {
  padding: 1px 25px 1px 0;
  background: url(../images/common/ico_word.svg) no-repeat right center / 18px auto;
}

.entry_column p.link_excel a {
  padding: 1px 25px 1px 0;
  background: url(../images/common/ico_excel.svg) no-repeat right center / 18px auto;
}

.entry_column p.link_ppt a {
  padding: 1px 25px 1px 0;
  background: url(../images/common/ico_ppt.svg) no-repeat right center / 18px auto;
}

.entry_column p.link_zip a {
  padding: 1px 25px 1px 0;
  background: url(../images/common/ico_zip.svg) no-repeat right center / 18px auto;
}

.entry_column p.link_pdf a,
.entry_column p.link_normal a,
.entry_column p.link_out a,
.entry_column p.link_word a,
.entry_column p.link_excel a,
.entry_column p.link_ppt a,
.entry_column p.link_zip a,
.entry_column p.btn_link a,
.entry_column p.btn_pdf a,
.entry_column p.btn_out a,
.entry_column p.btn_word a,
.entry_column p.btn_excel a,
.entry_column p.btn_ppt a,
.entry_column p.btn_zip a {
  text-decoration: none;
  position: relative;
}

.entry_column p.btn_link,
.entry_column p.btn_pdf,
.entry_column p.btn_out,
.entry_column p.btn_word,
.entry_column p.btn_excel,
.entry_column p.btn_ppt,
.entry_column p.btn_zip {
  margin: 30px 0;
  font-weight: 500;
  line-height: 1.4;
}

.entry_column p.btn_link a,
.entry_column p.btn_pdf a,
.entry_column p.btn_out a,
.entry_column p.btn_word a,
.entry_column p.btn_excel a,
.entry_column p.btn_ppt a,
.entry_column p.btn_zip a {
  border-radius: 5px;
  border: 1px solid #ff5b00;
  display: block;
  position: relative;
  overflow: hidden;
}

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

  .entry_column p.link_pdf a::after,
  .entry_column p.link_normal a::after,
  .entry_column p.link_out a::after,
  .entry_column p.link_word a::after,
  .entry_column p.link_excel a::after,
  .entry_column p.link_ppt a::after,
  .entry_column p.link_zip a::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    width: 0;
    height: 1px;
    background: #ff5b00;
    transition: all 0.25s ease 0s;
  }

  .entry_column p.link_pdf a:hover,
  .entry_column p.link_normal a:hover,
  .entry_column p.link_out a:hover,
  .entry_column p.link_word a:hover,
  .entry_column p.link_excel a:hover,
  .entry_column p.link_ppt a:hover,
  .entry_column p.link_zip a:hover {
    color: #dc3b00;
  }

  .entry_column p.link_pdf a:hover::after,
  .entry_column p.link_normal a:hover::after,
  .entry_column p.link_out a:hover::after,
  .entry_column p.link_word a:hover::after,
  .entry_column p.link_excel a:hover::after,
  .entry_column p.link_ppt a:hover::after,
  .entry_column p.link_zip a:hover::after {
    width: 100%;
  }

  .entry_column p.btn_link,
  .entry_column p.btn_pdf,
  .entry_column p.btn_out,
  .entry_column p.btn_word,
  .entry_column p.btn_excel,
  .entry_column p.btn_ppt,
  .entry_column p.btn_zip {
    margin: 30px 0;
  }

  .entry_column p.btn_link a,
  .entry_column p.btn_pdf a,
  .entry_column p.btn_out a,
  .entry_column p.btn_word a,
  .entry_column p.btn_excel a,
  .entry_column p.btn_ppt a,
  .entry_column p.btn_zip a {
    display: inline-block;
  }

}

.entry_column p.btn_link a {
  padding: 10px 40px 10px 18px;
  background: url(../images/common/ico_link.svg) no-repeat right 18px center / 16px auto;
}

.entry_column p.btn_out a {
  padding: 10px 40px 10px 18px;
  background: url(../images/common/ico_blank.svg) no-repeat right 20px center / 12px auto;
}

.entry_column p.btn_pdf a {
  padding: 10px 40px 10px 18px;
  background: url(../images/common/ico_pdf.svg) no-repeat right 18px center / 18px auto;
}

.entry_column p.btn_word a {
  padding: 10px 40px 10px 18px;
  background: url(../images/common/ico_word.svg) no-repeat right 18px center / 18px auto;
}

.entry_column p.btn_excel a {
  padding: 10px 40px 10px 18px;
  background: url(../images/common/ico_excel.svg) no-repeat right 18px center / 18px auto;
}

.entry_column p.btn_ppt a {
  padding: 10px 40px 10px 18px;
  background: url(../images/common/ico_ppt.svg) no-repeat right 18px center / 18px auto;
}

.entry_column p.btn_zip a {
  padding: 10px 40px 10px 18px;
  background: url(../images/common/ico_zip.svg) no-repeat right 18px center / 18px auto;
}

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

  .entry_column p.btn_link a {
    padding: 10px 55px 10px 28px;
    background: url(../images/common/ico_link.svg) no-repeat right 25px center / 16px auto;
  }

  .entry_column p.btn_link a:hover {
    background: url(../images/common/ico_link_w.svg) no-repeat right 25px center / 16px auto;
  }

  .entry_column p.btn_large_center a::before,
  .entry_column p.btn_link a::before,
  .entry_column p.btn_pdf a::before,
  .entry_column p.btn_out a::before,
  .entry_column p.btn_word a::before,
  .entry_column p.btn_excel a::before,
  .entry_column p.btn_ppt a::before,
  .entry_column p.btn_zip a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: calc(100% + 1px);
    background: #dc3b00;
    transform: translateX(-100%);
    transition: all 0.20s ease 0s;
    z-index: -1;
    overflow: hidden;
  }

  .entry_column p.btn_large_center a::before {
    z-index: inherit;
  }

  .entry_column p.btn_large_center a:hover::before,
  .entry_column p.btn_link a:hover::before,
  .entry_column p.btn_pdf a:hover::before,
  .entry_column p.btn_out a:hover::before,
  .entry_column p.btn_word a:hover::before,
  .entry_column p.btn_excel a:hover::before,
  .entry_column p.btn_ppt a:hover::before,
  .entry_column p.btn_zip a:hover::before {
    transform: translateX(0);
  }

  .entry_column p.btn_out a {
    padding: 10px 54px 10px 28px;
    background: url(../images/common/ico_blank.svg) no-repeat right 27px center / 12px auto;
  }

  .entry_column p.btn_out a:hover {
    background: url(../images/common/ico_blank_w.svg) no-repeat right 27px center / 12px auto;
  }

  .entry_column p.btn_pdf a {
    padding: 10px 54px 10px 28px;
    background: url(../images/common/ico_pdf.svg) no-repeat right 27px center / 18px auto;
  }

  .entry_column p.btn_pdf a:hover {
    background: url(../images/common/ico_pdf_w.svg) no-repeat right 27px center / 18px auto;
  }

  .entry_column p.btn_word a {
    padding: 10px 54px 10px 28px;
    background: url(../images/common/ico_word.svg) no-repeat right 27px center / 18px auto;
  }

  .entry_column p.btn_word a:hover {
    background: url(../images/common/ico_word_w.svg) no-repeat right 27px center / 18px auto;
  }

  .entry_column p.btn_excel a {
    padding: 10px 54px 10px 28px;
    background: url(../images/common/ico_excel.svg) no-repeat right 27px center / 18px auto;
  }

  .entry_column p.btn_excel a:hover {
    background: url(../images/common/ico_excel_w.svg) no-repeat right 27px center / 18px auto;
  }

  .entry_column p.btn_ppt a {
    padding: 10px 54px 10px 28px;
    background: url(../images/common/ico_ppt.svg) no-repeat right 27px center / 18px auto;
  }

  .entry_column p.btn_ppt a:hover {
    background: url(../images/common/ico_ppt_w.svg) no-repeat right 27px center / 18px auto;
  }

  .entry_column p.btn_zip a {
    padding: 10px 54px 10px 28px;
    background: url(../images/common/ico_zip.svg) no-repeat right 27px center / 18px auto;
  }

  .entry_column p.btn_zip a:hover {
    background: url(../images/common/ico_zip_w.svg) no-repeat right 27px center / 18px auto;
  }

}

.entry_column ul {
  margin: 30px 0;
}

.entry_column ul li {
  margin: 0 0 10px;
  padding-left: 20px;
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
}

.entry_column ul li::after {
  position: absolute;
  content: '';
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #ff5b00;
}

.entry_column ul.ul_kome li::after {
  position: absolute;
  content: '※';
  color: #d34600;
  left: -5px;
  top: 0;
  font-size: 1.8rem;
  width: inherit;
  height: inherit;
  background: none;
}

.entry_column ol {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  counter-reset: ol_li;
}

.entry_column ol li {
  margin: 0 0 10px;
  padding-left: 28px;
  text-indent: -17px;
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
}

.entry_column ol li::before {
  counter-increment: ol_li;
  content: counter(ol_li)'.';
  color: #d34600;
  left: -12px;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
}

.entry_column ol.ol_kana {
  counter-reset: ol_kana_li;
}

.entry_column ol.ol_kana li {
  padding-left: 26px;
  text-indent: -24px;
}

.entry_column ol.ol_kana li::before {
  counter-increment: ol_kana_li;
  content: counter(ol_kana_li, katakana)'.';
  color: #d34600;
  left: -8px;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
}

.entry_column ol.ol_kome_no {
  counter-reset: ol_kome_li;
}

.entry_column ol.ol_kome_no li {
  padding-left: 34px;
  text-indent: -30px;
}

.entry_column ol.ol_kome_no li::before {
  counter-increment: ol_kome_li;
  content: '※'counter(ol_kome_li);
  color: #d34600;
  left: -10px;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
}

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

  .entry_column ul li {
    margin: 0 0 18px;
  }

  .entry_column ol li {
    margin: 0 0 18px;
  }

}

.entry_column p.caption {
  margin-top: 10px;
}

.entry_column p.btn_large_center {
  margin: 30px auto;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
}

.entry_column p.btn_large_center a {
  padding: 14px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ff5b00;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.entry_column p.btn_large_center a span {
  position: relative;
}

.entry_column p.btn_large_center a span::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: -25px;
  margin: auto;
  width: 16px;
  height: 12px;
  background: url(../images/common/ico_link.svg) no-repeat 0 center / 17px auto;
}

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

  .entry_column p.caption {
    margin-top: 15px;
  }

  .entry_column p.btn_large_center {
    margin: 60px auto;
    font-size: 2.0rem;
    width: 600px;
  }

  .entry_column p.btn_large_center a {
    padding: 18px 50px;
  }

  .entry_column p.btn_large_center a:hover,
  .entry_column p.btn_link a:hover,
  .entry_column p.btn_pdf a:hover,
  .entry_column p.btn_out a:hover,
  .entry_column p.btn_word a:hover,
  .entry_column p.btn_excel a:hover,
  .entry_column p.btn_ppt a:hover,
  .entry_column p.btn_zip a:hover {
    color: #fff;
  }


  .entry_column p.btn_large_center a:hover span::after {
    background: url(../images/common/ico_link_w.svg) no-repeat 0 center / 17px auto;
  }

}

.entry_column .column1_orange_box {
  margin: 30px 0;
  padding: 25px 30px;
  background: #fff7f2;
  border-radius: 10px;
  width: 100%;
}

.entry_column .column1_orange_box * {
    margin-top: 0;
}

.entry_column .column1_orange_box *:last-child {
  margin-bottom: 0;
}

.entry .entry_column .column1_orange_box h3 {
  margin: 10px 0 20px;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

.entry_column .column1_orange_box h3::before,
.entry_column .column1_orange_box h3::after {
  display: none;
}

.entry_column .column1_orange_box p.btn_large_center {
  margin: 20px 10px 10px;
}

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

  .entry_column .column1_orange_box {
    margin: 60px;
    padding: 55px 60px;
  }

  .entry_column .column1_orange_box h3 {
    margin: 0 0 40px;
    font-size: 2.0rem;
  }

  .entry_column .column1_orange_box p.btn_large_center {
    margin: 40px auto 0;
  }

}

.entry_column [class*="column1_"] hr:first-child + h2,
.entry_column [class*="column1_"] hr:first-child + h3,
.entry_column [class*="column1_"] hr:first-child + h4,
.entry_column [class*="column1_"] hr:first-child + h5,
.entry_column [class*="column1_"] hr:first-child + h6,
.entry_column [class*="column2_"] hr:first-child + h2,
.entry_column [class*="column2_"] hr:first-child + h3,
.entry_column [class*="column2_"] hr:first-child + h4,
.entry_column [class*="column2_"] hr:first-child + h5,
.entry_column [class*="column2_"] hr:first-child + h6,
.entry_column [class*="column3_"] hr:first-child + h2,
.entry_column [class*="column3_"] hr:first-child + h3,
.entry_column [class*="column3_"] hr:first-child + h4,
.entry_column [class*="column3_"] hr:first-child + h5,
.entry_column [class*="column3_"] hr:first-child + h6,
.entry_column [class*="column1_"] *:first-child,
.entry_column [class*="column2_"] *:first-child,
.entry_column [class*="column3_"] *:first-child {
	margin-top: 0;
}

.entry_column [class*="column1_"] *:last-child,
.entry_column [class*="column2_"] *:last-child,
.entry_column [class*="column3_"] *:last-child {
	margin-bottom: 0;
}

.entry_column [class*="column1_"] h3,
.entry_column [class*="column2_"] h3,
.entry_column [class*="column3_"] h3 {
  margin: 20px 0 10px;
  padding: 0 0 10px;
  font-size: 1.8rem;
  font-weight: 600;
}
/*
.entry_main .entry_column [class*="column1_"] h3::before,
.entry_main .entry_column [class*="column1_"] h3::after,
.entry_main .entry_column [class*="column2_"] h3::before,
.entry_main .entry_column [class*="column2_"] h3::after,
.entry_main .entry_column [class*="column3_"] h3::before,
.entry_main .entry_column [class*="column3_"] h3::after {
  display: none;
}
*/
.entry_column .column2_left_download h3,
.entry_column .column2_right_download h3 {
  margin: 25px 0 20px;
  font-size: 2.0rem;
  font-weight: 600;
}

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

  .entry_column [class*="column1_"] h3,
  .entry_column [class*="column2_"] h3,
  .entry_column [class*="column3_"] h3 {
    margin: 25px 0 20px;
  }

  .entry_column .column2_left_download h3,
  .entry_column .column2_right_download h3 {
    margin: 30px 0 25px;
    font-size: 2.4rem;
  }

}

.entry_column .column-table- .acms-table-scrollable th,
.entry_column .column-table- .acms-table-scrollable td {
  display: table-cell;
  white-space: nowrap;
}

.entry_column .column-table- table {
  margin: 40px 0;
  width: 100%;
  border: 1px solid #dcdcdc;
}

.entry_column .column-table- th {
  padding: 15px 20px;
  background: #f6f6f6;
  border-bottom: 1px solid #dcdcdc;
  font-size: 1.6rem;
  font-weight: 700;
  vertical-align: middle;
  text-align: left;
}

.entry_column .column-table- td {
  padding: 15px 20px;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.entry_column .table_ptn1 .column-table- th {
  padding: 20px 25px;
  border-bottom: none;
  font-size: 1.8rem;
  font-weight: 700;
  border-left: 3px solid #ff5b00;
  border-right: 1px solid #dcdcdc;
}

.entry_column .table_ptn1 .column-table- td {
  padding: 20px 25px;
  border-bottom: none;
}

.entry_column .table_ptn1 .column-table- tr:nth-child(odd) th,
.entry_column .table_ptn1 .column-table- tr:nth-child(odd) td {
  background: none;
}

.entry_column .table_ptn1 .column-table- tr:nth-child(even) th,
.entry_column .table_ptn1 .column-table- tr:nth-child(even) td {
  background: #f6f6f6;
}

.entry_column .table_ptn2 .column-table- th {
  padding: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  background: none;
  border-top: 3px solid #ff5b00;
}

.entry_column .table_ptn2 .column-table- th:nth-child(odd),
.entry_column .table_ptn2 .column-table- td:nth-child(odd) {
  background: #f6f6f6;
}

.entry_column .table_ptn2 .column-table- td {
  padding: 20px;
  border-right: none;
}

.entry_column .table_ptn3 .column-table- table {
  border: none;
}

.entry_column .table_ptn3 .column-table- tr {
  position: relative;
  background: url(../images/common/line_dottedd_gray.png) repeat-x 0 0 / 885px auto;
}

.entry_column .table_ptn3 .column-table- tr::after {
  position: absolute;
  content: '';
  left: auto;
  bottom: auto;
  background: #ff5b00;
  height: 1px;
  width: 50px;
  z-index: 2;
}

.entry_column .table_ptn3 .column-table- tr:first-child::before {
  position: absolute;
  content: '';
  left: auto;
  top: auto;
  background: #ff5b00;
  height: 1px;
  width: 50px;
  z-index: 2;
}

.entry_column .table_ptn3 .column-table- tr:last-child::after {
  margin-top: -1px;
}

.entry_column .table_ptn3 .column-table- tr:last-child {
  background: url(../images/common/line_dottedd_gray.png) repeat-x 0 0 / 885px auto,
              url(../images/common/line_dottedd_gray.png) repeat-x 0 bottom / 885px auto;
}

.entry_column .table_ptn3 .column-table- th {
  padding: 25px 20px 10px;
  background: none;
  border: none;
  display: block !important;
}

.entry_column .table_ptn3 .column-table- td {
  padding: 0 20px 10px;
  border: none;
  display: block !important;
}

.entry_column .table_ptn3 .column-table- td:last-child {
  padding-bottom: 25px;
}

[class^=column-table] .entry-container {
    margin-bottom: 30px;
    overflow-x: auto;
}

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

  .entry_column .column-table- table {
    margin: 30px 0 60px;
  }

  .entry_column .table_ptn1 .column-table- th {
    padding: 25px;
  }

  .entry_column .table_ptn1 .column-table- td {
    padding: 20px;
  }

  .entry_column .table_ptn2 .column-table- th {
    padding: 20px 25px;
  }

  .entry_column .table_ptn2 .column-table- td {
    padding: 25px;
  }

  .entry_column .table_ptn3 .column-table- table {
    border: none;
  }

  .entry_column .table_ptn3 .column-table- tr,
  .entry_column .table_ptn3 .column-table- tr:last-child {
    position: relative;
    background: none;
  }

  .entry_column .table_ptn3 .column-table- tr::before,
  .entry_column .table_ptn3 .column-table- tr::after,
  .entry_column .table_ptn3 .column-table- tr:last-child::after {
    display: none;
  }

  .entry_column .table_ptn3 .column-table- th {
    padding: 35px 30px;
    border-bottom: 1px solid #ff5b00;
    background: none;
    position: relative;
    display: table-cell !important;
  }

  .entry_column .table_ptn3 .column-table- tr:first-child th {
    border-top: 1px solid #ff5b00;
  }

  .entry_column .table_ptn3 .column-table- th::after {
    position: absolute;
    content: '';
    right: 0;
    top: -1px;
    background: #fff;
    height: 1px;
    width: 15px;
  }

  .entry_column .table_ptn3 .column-table- td {
    padding: 35px 30px;
    border: none;
    background: url(../images/common/line_dottedd_gray.png) repeat-x 0 0 / 885px auto;
    display: table-cell !important;
  }

  .entry_column .table_ptn3 .column-table- td:last-child {
    padding-bottom: 35px;
  }

  .entry_column .table_ptn3 .column-table- tr:last-child td {
    background: url(../images/common/line_dottedd_gray.png) repeat-x 0 0 / 885px auto,
                url(../images/common/line_dottedd_gray.png) repeat-x 0 bottom / 885px auto;
  }

  .entry_column .table_ptn3 .column-table- tr:last-child th::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: -1px;
    background: #fff;
    height: 1px;
    width: 15px;
  }

  .entry_column .column-table- .table_ptn3 .acms-table-scrollable th,
  .entry_column .column-table- .table_ptn3 .acms-table-scrollable td {
    white-space: inherit;
  }

}

.entry_column h2.list_h2 {
  margin: 0 0 40px;
  color: #dc3b00;
  font-size: 2.6rem;
  font-weight: 600;
}

.entry_column .list_table {
  margin: 0 0 20px;
}

.entry_column .list_table th {
  padding: 0 0 20px;
  vertical-align: top;
  text-align: left;
}

.entry_column .list_table td {
  padding: 0 0 20px 10px;
}

.entry_column .list_table th h3 {
  margin: 0;
  padding: 0 0 0 30px;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
  text-align: right;
}

.entry_column .list_table th h3::before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 20px;
  height: 4px;
  background: #ff5b00;
}

.entry_column .list_table th h3::after {
  display: none;
}

.entry_column .list_table td p {
  margin: 0;
  padding-left: 30px;
  position: relative;
}

.entry_column .list_table td p::before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 20px;
  height: 3px;
  background: url(../images/common/list_table_line_sp.png) no-repeat 0 0 / 100% auto;
}

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

  .entry_column h2.list_h2 {
    margin: 0 0 50px;
    font-size: 3.0rem;
  }

  .entry_column .list_table {
    margin: 0 0 50px;
  }

  .entry_column .list_table th {
    padding: 0 0 40px;
  }

  .entry_column .list_table td {
    padding: 0 0 40px 20px;
  }

  .entry_column .list_table th h3 {
    padding: 0 0 0 30px;
    font-size: 1.8rem;
    text-align: left;
  }

  .entry_column .list_table th h3 br {
    display: none;
  }

  .entry_column .list_table td p {
    padding-left: 100px;
  }

  .entry_column .list_table td p::before {
    width: 70px;
    height: 8px;
    background: url(../images/common/list_table_line.png) no-repeat 0 0 / 100% auto;
  }

}

.entry_column h3.faq_q {
  margin: 0 0 15px;
  padding: 10px 20px 10px 50px;
  text-indent: -20px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
  color: #7b3f29;
  position: relative;
  background: #fff7f2;
  border-radius: 35px;
}

.entry_column h3.faq_q::before {
  position: relative;
  content: 'Q';
  top: 2px;
  left: -10px;
  color: #7b3f29;
  font-size: 2.8rem;
  font-weight: 500;
}

.entry_column p.faq_a {
  margin: 0 0 40px;
}

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

  .entry_column h3.faq_q {
    margin: 0 0 30px;
    padding: 15px 40px 20px 70px;
    text-indent: -20px;
    font-size: 2.0rem;
    font-weight: 400;
    color: #7b3f29;
    position: relative;
    background: #fff7f2;
    border-radius: 70px;
  }

  .entry_column h3.faq_q::before {
    top: 3px;
    left: -15px;
    font-size: 3.0rem;
  }

  .entry_column p.faq_a {
    margin: 0 0 65px 30px;
  }

}

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

  .entry_column .video_l {
    width: 1100px;
  }

  .entry_column .video_m {
    width: 520px;
  }

  .entry_column .video_s {
    width: 220px;
  }

}

.entry_column .column_pc {
  display: none;
}

.entry_column .column_sp {
  display: block;
}

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

  .entry_column .column_pc {
    display: block;
  }

  .entry_column .column_sp {
    display: none;
  }

}


/* -----------------
	カラム設定
----------------- */

.column_clear {
  clear: both;
}

.column_border,
.column2_left_download,
.column2_right_download,
.column2_left,
.column2_right,
.column2_left_small,
.column2_right_large,
.column2_left_large,
.column2_right_small {
  margin-bottom: 20px;
}

.column2_left_download,
.column2_right_download,
.index_main .column2_left,
.index_main .column2_right,
.index_main .column2_left_small,
.index_main .column2_right_large,
.index_main .column2_left_large,
.index_main .column2_right_small {
  margin-bottom: 30px;
}

.column3_left,
.column3_center,
.column3_right {
  margin-bottom: 20px;
}

.index_main .column3_left,
.index_main .column3_center,
.index_main .column3_right {
  margin-bottom: 65px;
}

.column-media-left,
.column-video-left,
.column-media-right,
.column-video-right {
  float: none;
}

.entry_column [class*="column-media"],
.entry_column [class*="column-video"] {
  margin-bottom: 30px;
}

.entry_column [class*="column2_"] [class*="column-media"],
.entry_column [class*="column3_"] [class*="column-video"] {
  margin-bottom: 20px;
}

.column_border {
  padding: 25px;
  clear: both;
  border: 1px solid #efefef;
  border-radius: 10px;
}

.column_border [class*="column-media"] {
  margin: 0;
}

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

  .column2_left_download,
  .column2_left {
    margin-right: 60px;
    float: left;
    width: 520px;
  }

  .column2_right_download,
  .column2_right {
    float: left;
    width: 520px;
  }

  .column3_left {
    margin-right: 40px;
    float: left;
    width: 340px;
  }

  .column3_center {
    margin-right: 40px;
    float: left;
    width: 340px;
  }

  .column3_right {
    float: left;
    width: 340px;
  }

  .column2_left_small {
    margin-right: 60px;
    float: left;
    width: 440px;
  }

  .column2_right_large {
    float: left;
    width: 600px;
  }

  .column2_left_large {
    margin-right: 60px;
    float: left;
    width: 640px;
  }

  .column2_right_small {
    float: left;
    width: 400px;
  }

  .index_main .column2_left {
    margin-right: 70px;
    width: 515px;
  }

  .index_main .column2_right {
    width: 515px;
  }

  .index_main .column3_left {
    margin-right: 70px;
    width: 320px;
  }

  .index_main .column3_center {
    margin-right: 70px;
    width: 320px;
  }

  .index_main .column3_right {
    width: 320px;
  }

  .column_border,
  .column2_left_download,
  .column2_right_download,
  .column2_left,
  .column2_right,
  .column2_left_small,
  .column2_right_large,
  .column2_left_large,
  .column2_right_small {
    margin-bottom: 50px;
  }

  .column2_left_download,
  .column2_right_download,
  .index_main .column2_left,
  .index_main .column2_right,
  .index_main .column2_left_small,
  .index_main .column2_right_large,
  .index_main .column2_left_large,
  .index_main .column2_right_small {
    margin-bottom: 100px;
  }

  .column3_left,
  .column3_center,
  .column3_right {
    margin-bottom: 50px;
  }

  .index_main .column3_left,
  .index_main .column3_center,
  .index_main .column3_right {
    margin-bottom: 85px;
  }

  .column-media-left,
  .column-video-left {
    margin-right: 50px;
    float: left;
  }

  .column-media-right,
  .column-video-right {
    margin-left: 50px;
    float: right;
  }

  .entry_column [class*="column-media"],
  .entry_column [class*="column-video"] {
    margin-bottom: 50px;
  }

  .entry_column [class*="column2_"] .column-media-auto,
  .entry_column [class*="column2_"] .column-media-left,
  .entry_column [class*="column2_"] .column-media-center,
  .entry_column [class*="column2_"] .column-media-right,
  .entry_column [class*="column3_"] .column-media-auto,
  .entry_column [class*="column3_"] .column-media-left,
  .entry_column [class*="column3_"] .column-media-center,
  .entry_column [class*="column3_"] .column-media-right,
  .entry_column [class*="column2_"] .column-video-auto,
  .entry_column [class*="column2_"] .column-video-left,
  .entry_column [class*="column2_"] .column-video-center,
  .entry_column [class*="column2_"] .column-video-right,
  .entry_column [class*="column3_"] .column-video-auto,
  .entry_column [class*="column3_"] .column-video-left,
  .entry_column [class*="column3_"] .column-video-center,
  .entry_column [class*="column3_"] .column-video-right {
    margin-bottom: 20px;
  }

  .column_border {
    padding: 50px;
    border-radius: 10px;
  }

}

/* -----------------
	お問い合わせ
----------------- */

#form_top {
  padding-top: 60px;
  margin-top: -60px;
}

.form_entry_body {
  margin: 50px 0 0;
}

.contact_form_column .required {
  margin: 0 0 15px;
}

.contact_form_column .required span {
  background: #ed0000;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.6;
  padding: 1px 8px;
  border-radius: 4px;
  display: inline-block;
}

.contact_form_column .label {
  margin: 0 0 12px;
}

.contact_form_column input[type="radio"] {
  margin: 0 5px 0 0;
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  border: 1px solid #ff5b00;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.contact_form_column input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff5b00;
  content: '';
}

.entry_column p.form_attention {
  margin: 10px 0 20px;
  color: #ed0000;
  font-weight: 500;
}

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

  #form_top {
    padding-top: 130px;
    margin-top: -130px;
  }

  .form_entry_body {
    margin: 100px 0 0;
  }

  .entry_column p.form_attention {
    margin: 15px 0 30px;
  }

}

.contact_form_column .contact_column {
  margin: 0 0 20px;
  padding: 15px 25px 5px;
  border-radius: 10px;
  background: #f6f6f6;
  width: 100%;
}

.contact_form_column label {
  display: block;
  line-height: 1.6;
}

.contact_form_column .ipt_radio {
  text-indent: -25px;
  padding-left: 25px;
}

.contact_form_column dl {
  margin: 10px 0;
}

.contact_form_column dt {
  margin: 0 0 10px;
  font-size: 1.8rem;
}

.contact_form_column dt .required {
  margin: 0 0 0 10px;
  display: inline-block;
}

.contact_form_column dd {
  margin: 0 0 25px;
}

.contact_form_column dd input[type='text'],
.contact_form_column dd input[type='email'],
.contact_form_column dd textarea,
.contact_form_column dd select {
  background: #fff;
  font-size: 1.8rem;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  color: #333;
}

.contact_form_column dd textarea {
  width: 100%;
  line-height: 1.4;
}

.contact_form_column .inquiry {
  margin: 0 0 50px;
  background: #fff;
  font-size: 1.8rem;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  width: 100%;
  height: 200px;
  line-height: 1.4;
}

.contact_form_column dd .label_name {
  margin: 0 0 10px;
}

.contact_form_column dd .form_2column .form_box:first-child {
  margin: 0 0 20px;
}

.contact_form_column dd .form_1column {
  margin: 0 0 20px;
}

.contact_form_column dd select {
  appearance: none;
}

.contact_form_column dd .form_select {
  position: relative;
  display: inline-block;
}

.contact_form_column dd select {
  padding-right: 45px;
}

.contact_form_column dd .form_select::after {
  position: absolute;
  content: '';
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 9px;
  background: url(../images/common/ico_select.png) no-repeat 0 0 / 12px auto;
}

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

  .contact_form_column .contact_column {
    margin: 0 0 20px;
    padding: 20px 30px 10px;
  }

  .contact_form_column .inquiry {
    margin: 0 0 100px;
    height: 280px;
  }

  .contact_form_column dt {
    margin: 0 0 15px;
  }

  .contact_form_column dd {
    margin: 0 0 20px;
  }

  .contact_form_column dd .form_2column {
    display: flex;
  }

  .contact_form_column dd .form_2column .form_box:first-child {
    margin: 0 40px 0 0;
  }

}

.contact_form_column input {
  width: 100%;
}

.contact_form_column input[name="zip"] {
  width: 180px;
}

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

  .contact_form_column input[name="company"],
  .contact_form_column input[name="url"] {
    width: 500px;
  }

  .contact_form_column input[name="name_sei"],
  .contact_form_column input[name="name_mei"],
  .contact_form_column input[name="kana_sei"],
  .contact_form_column input[name="kana_mei"],
  .contact_form_column input[name="tel"],
  .contact_form_column input[name="tel_dir"],
  .contact_form_column input[name="section"],
  .contact_form_column input[name="post"],
  .contact_form_column input[name="industry"] {
    width: 300px;
  }

  .contact_form_column input[name="zip"] {
    width: 200px;
  }

  .contact_form_column input[name="address"],
  .contact_form_column input[name="block"],
  .contact_form_column input[name="building"],
  .contact_form_column input[name="email"],
  .contact_form_column input[name="mailaddressconfirm"] {
    width: 600px;
  }

}

.contact_form_column .agree_column {
  margin: 0 0 20px;
  padding: 20px 25px 25px;
  border-radius: 10px;
  background: #f6f6f6;
  width: 100%;
}

.contact_form_column .agree_column > p {
  margin: 5px 0 20px;
  font-size: 1.6rem;
}

.contact_form_column .agree_column > p a[target="_blank"] {
  padding: 0;
  background: none;
}

.contact_form_column .agree_check_column {
  background: #fff;
  border-radius:10px;
  padding: 20px 15px;
  text-align: center;
}

.contact_form_column .agree_check_column p {
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.contact_form_column .agree_check_column input[type='checkbox'] {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #dcdcdc;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.contact_form_column .agree_check_column input[type="checkbox"]:checked {
  border-color: #ff5b00;
}

.contact_form_column .agree_check_column input[type="checkbox"]:checked:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url(../images/common/ico_check.svg) no-repeat 4px center / 20px auto;
}

.contact_form_column .agree_check_column input[type='checkbox'] + span {
  padding-left: 10px;
}

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

  .contact_form_column .agree_column {
    margin: 0 0 60px;
  }

  .contact_form_column .agree_column > p {
    font-size: 1.8rem;
    text-align: center;
  }

  .contact_form_column .agree_check_column p {
    font-size: 1.6rem;
  }

  .contact_form_column .agree_check_column label {
    cursor: pointer;
  }

}

.form_btn_box .btn_confirm,
.form_btn_box .btn_send,
.form_btn_box .btn_back {
  margin: 30px 0;
  font-size: 1.8rem;
  font-weight: 600;
  display: inherit;
  border: none;
  background: none;
  width: 100%;
}

.form_btn_box .btn_confirm > span,
.form_btn_box .btn_send > span,
.form_btn_box .btn_back > span {
  display: block;
  position: relative;
  padding: 15px;
  border: 2px solid #ff5b00;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  color: #333;
}

.form_btn_box .btn_confirm > span::before,
.form_btn_box .btn_send > span::before,
.form_btn_box .btn_back > span::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: calc(100% + 1px);
    background: #dc3b00;
    transform: translateX(-100%);
    transition: all 0.20s ease 0s;
    z-index: -1;
    overflow: hidden;
}

.form_btn_box .btn_confirm span span,
.form_btn_box .btn_send span span {
  padding-right: 25px;
  background: url(../images/common/ico_link.svg) no-repeat right center / 16px auto;
}

.form_btn_box .btn_back span span {
  padding-left: 25px;
  position: relative;
}

.form_btn_box .btn_back span span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  transform: scale(-1,1);
  background: url(../images/common/ico_link.svg) no-repeat center center / 16px auto;
}

.form_btn_box {
  margin: 40px 0 100px;
}

.form_btn_box .form_btn_back {
  margin: 0;
  order: 1;
}

.form_btn_box .form_btn_send {
  margin: 0 0 30px;
  order: 2;
}

.form_btn_box .btn_send > span,
.form_btn_box .btn_back > span {
  width: 100%;
}

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

  .form_btn_box .btn_confirm,
  .form_btn_box .btn_send,
  .form_btn_box .btn_back {
    margin: 30px 0;
    font-size: 2.0rem;
    width: auto;
  }

  .form_btn_box .btn_confirm > span,
  .form_btn_box .btn_send > span,
  .form_btn_box .btn_back > span {
    padding: 20px;
    width: 600px;
  }

  .form_btn_box .btn_confirm:hover > span::before,
  .form_btn_box .btn_send:hover > span::before,
  .form_btn_box .btn_back:hover > span::before {
    transform: translateX(0);
  }

  .form_btn_box .btn_confirm:hover span span,
  .form_btn_box .btn_send:hover span span {
    color: #fff;
    background: url(../images/common/ico_link_w.svg) no-repeat right center / 16px auto;
  }

  .form_btn_box .btn_back:hover span span{
    color: #fff;
  }

  .form_btn_box .btn_back:hover span span::before {
    color: #fff;
    background: url(../images/common/ico_link_w.svg) no-repeat center center / 16px auto;
  }

  .form_btn_box {
    margin: 0;
    display: flex;
    justify-content: center;
  }

  .form_btn_box .form_btn_back {
    margin: 0 30px;
  }

  .form_btn_box .form_btn_send {
    margin: 0 30px;
  }

  .form_btn_box .btn_send > span,
  .form_btn_box .btn_back > span {
    width: 300px;
  }

}

.contact_form_confirm dl {
  margin-bottom: 30px;
}

.contact_form_confirm dl:last-child {
  margin-bottom: 10px;
}

.customercontact .contact_form_column .inquiry {
  margin-bottom: 0;
}

.customercontact .entry_inner {
  margin-bottom: 0;
}

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

/* -----------------
	footer
----------------- */

.btn_pagetop {
  display: none;
}

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

  .btn_pagetop {
    position: absolute;
    top: -160px;
    right: 20px;
    border: none;
    width: 40px;
    height: 70px;
    border-radius: 5px;
    background: #ff5b00;
    z-index: 2;
    display: block;
  }

  .top .btn_pagetop {
    top: -90px;
  }

  .btn_pagetop a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn_pagetop img {
    width: 14px;
  }

}

.bottom_home {
  margin: 50px 0 0;
  border-top: 1px solid #dcdcdc;
  position: relative;
}

.bottom_home::after {
  position: absolute;
  content: '';
  left: 0;
  top: -3px;
  right: 0;
  margin: auto;
  width: 50px;
  height: 4px;
  background: #dc3b00;
}

.bottom_home p {
  text-align: center;
  font-size: 1.8rem;
}

.bottom_home a {
  padding: 10px 20px;
  display: block;
}

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

  .bottom_home {
    margin: 50px 0 0;
  }

  .bottom_home::before {
    position: absolute;
    content: '';
    left: 0;
    top: -1px;
    right: 0;
    margin: auto;
    width: 0;
    height: 1px;
    background: #dc3b00;
    transition: all 0.35s ease 0s;
  }

  .bottom_home:hover::before {
    width: 100%;
  }

  .bottom_home a {
    padding: 22px 20px;
  }

  .bottom_home a:hover {
    color: #dc3b00;
  }

}

.footer_inner {
  display: none;
}

.footr_copy {
  padding: 25px 0;
  text-align: center;
  background: #333333;
}

.footr_copy p {
  color: #fff;
  font-size: 1.0rem;
}

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

  .footer {
    position: relative;
  }

  .footer .footer_none {
    display: none;
  }

  .footer_inner {
    background: url(../images/common/footer_back.png) no-repeat center bottom;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: block;
  }

  .footer_inner::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -205px;
    width: 1620px;
    height: 100%;
    margin: auto;
    background: url(../images/common/footer_back_circle.png) no-repeat center top;
    background-size: 1620px auto;
    z-index: -1;
  }

  .footer_inner .menu_inner {
    margin-bottom: 20px;
    max-width: 1300px;
    min-width: auto;
  }

  .footer h3,
  .footer a {
    color: #fff;
  }

  .footer h3 {
    margin: 0 0 15px;
    font-size: 2.0rem;
    font-weight: 500;
  }

  .footer .menu_inner .menu_home {
    padding-bottom: 65px;
  }

  .footer .menu_inner .menu_home h3 {
    font-size: 2.4rem;
    font-weight: 500;
  }

  .footer .menu_inner .menu_home h3 a {
    padding-bottom: 10px;
  }

  .footer .menu_inner .menu_home h3 a::after {
    background: #fff;
    width: 40px;
    height: 2px;
  }

  .footer .menu_inner .menu_home h3 a:hover::after {
    width: 100%;
  }

  .footer .menu_news {
    margin: 0 0 55px;
  }

  .footer .menu_news li br {
    display: none;
  }

  .footer .menu_home h3 a:hover,
  .footer .menu_news h3 a:hover,
  .footer .hv_line a:hover {
    color: #fff;
  }

  .footer .hv_line a::after {
    background: #fff;
  }

  .footer .menu_inner .menu_column_box {
    margin-bottom: 45px;
  }

  .footer .menu_inner li {
    margin: 0 0 5px;
    font-size: 1.4rem;
    font-weight: 400;
  }

  .footer .menu_inner li a {
    display: inline-block;
  }

  .footer .menu_inner .menu_column_box li a {
    padding-bottom: 4px;
  }

  .footer .menu_recruit .menu_column_box:first-child {
    padding: 0 70px 60px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #b62a00;
  }

  .footer_logo {
    margin: 20px auto 40px;
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1260px;
  }

  .footer_logo::before,
  .footer_logo::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #a22500;
    display: block;
  }

  .footer_logo::before {
    margin-right: 50px;
  }

  .footer_logo::after {
    margin-left: 50px;
  }

  .footer_logo span {
    display: block;
    width: 270px;
  }

  .footer_link {
    margin: 0 auto 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1260px;
  }

  .footer_link ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 90px);
    margin-right: 20px;
  }

  .footer_link li {
    margin: 0 0 20px;
    font-size: 1.3rem;
    position: relative;
    width: calc((100% - 40px) / 3);
  }

  .footer_link li a[target="_blank"] {
    padding-right: 15px;
    background: url(../images/common/ico_blank_w.svg) no-repeat right center / 12px auto;
  }

  .footer_jpx {
    width: 90px;
    flex-shrink: 0;
  }

  .footer_jpx .code {
    margin: 5px 0 0;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    font-size: 1.4rem;
  }

  .footr_copy {
    padding: 27px;
  }

  .footer .menu_news ul ul,
  .footer .menu_corporate ul ul,
  .footer .menu_recruit ul ul {
    display: none;
  }

}

/* -----------------------
　　　404
----------------------- */

#notfound {
	color: #373228;
}

#wrapper_404 {
	margin: 10px;
	padding: 30px;
	width: auto;
    background-image: none;
}

#box_404 {
	border-radius: 5px;
}

.inner_left404 {
    margin-right: 0;
    margin-bottom: 20px;
	text-align: left;
}

.inner_left404 img {
	margin: 0 auto;
	width: 200px;
}

.inner_right404 {
    font-size: 1.4rem;
}

.inner_right404 h1 {
    font-size: 2.0rem;
    margin-bottom: 20px;
	text-align: left;
}

.inner_right404 p {
    margin-bottom: 10px;
}

.inner_right404 p a {
	text-decoration: underline;
}

#copyright_404 {
    display: block;
	margin: 10px 10px 0;
	text-align: center;
	font-size: 1.2rem;
}

.inner_left404 .site_logo_gold {
	margin: 0 10px 0 0;
	width: 40px;
}

.inner_left404 .site_logo_text {
	width: 130px;
}

.inner_left404 a {
	display: flex;
	align-items: center;
}

@media screen and (min-width: 600px) {

	#notfound {
	    padding-top: 50px;
	}

	#wrapper_404 {
		margin: 0 auto;
		padding: 60px 60px 0 70px;
		width: 1100px;
	}

	#box_404 {
		margin-bottom: 40px;
		padding: 0;
		display: flex;
		align-items: center;
	}

	.inner_left404 {
	    margin-right: 50px;
	    margin-bottom: 0;
	    text-align: left;
	}

	.inner_left404 img {
		margin: 0 auto;
		width: 250px;
		text-align: center;
	}

	.inner_right404 {
	    text-align: left;
	    font-size: 16px;
	}

	.inner_right404 h1 {
	    font-size: 24px;
	    margin-bottom: 20px;
	    text-align: left;
	}

	.inner_left404 .site_logo_gold {
		margin: 0 10px 0 0;
		width: 40px;
	}

}

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

	#wrapper_404 {
		padding: 60px 20px;
		width: 600px;
	}

	#box_404 {
		margin-bottom: 20px;
	}

	.inner_left404 {
	    margin-right: 30px;
	}

	.inner_left404 img {
		width: 200px;
	}

	.inner_right404 {
	    text-align: left;
	    font-size: 14px;
	}

	.inner_right404 h1 {
	    font-size: 20px;
	}

}

#adminBox .acms-admin-btn-admin {
	padding: 5px;
	font-size: 1.2rem;
}

#adminBox {
    margin-bottom: 0 !important;
    height: 80px;
    width: 100%;
    z-index: 100;
}

.acms-admin-btn-action-group th,
.acms-admin-btn-action-group td {
	padding-right: 10px !important;
	background-image: none !important;
	font-size: 1.4rem !important;
	white-space: nowrap !important;
}

.acms-admin-form .entryFormLiteEditor, .acms-admin-form textarea,
.acms-admin-btn,
.acms-admin-form select {
	font-size: 14px;
}

.lg_1 #adminBox,
.lg_2 #adminBox {
	position: fixed;
	top: 0;
}

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

	#adminBox {
    	height: 120px;
	}

	#adminBox .acms-admin-btn-admin {
		padding: 10px;
		font-size: 1.2rem;
	}

	#adminBox {
	    height: 90px;
	}

}

.titleWrapper {
	margin: 0 auto;
	padding: 40px 60px 10px;
	max-width: 1100px;
	background-color: #f7f7f7;
}

.titleWrapper h2 {
	margin: 0 0 30px 0;
	font-size: 3.0rem;
}

.custom_field_edit h3 {
	padding: 20px 10px;
	font-size: 1.8rem;
	font-weight: bold;
}

.entryFormLiteEditor a {
	text-decoration: underline;
	color: #0075DE;
}

.entryFormLiteEditor em {
  color: #dc3b00;
  font-weight: bold;
}

.entryFormLiteEditor strong {
  font-weight: bold;
}

.js-lazy-load {
	transform: translateY(0);
	transition: opacity 0.3s cubic-bezier(0.5, 0, 0, 1);
}


.entryFormSelectBottom {
  max-width: inherit !important;
}


@media (min-width: 768px) {
  .acms-admin-inline-btn .acms-admin-btn-admin,
  .formEntryActionUnit .acms-admin-btn-admin {
    font-size: 14px;
  }

  .comPostWrapper .acms-admin-btn-admin {
    font-size: 16px;
  }
}
