@charset "UTF-8";
/* Theme Name: media */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.4em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4em;
}

input,
select,
textarea {
  display: block;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0em;
  padding: 0.53333em;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666666;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #666666;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #666666;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.4em;
}

[type="file"] {
  margin-bottom: 0.8em;
  width: 100%;
}

select {
  margin-bottom: 0.8em;
  width: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(0, 0, 0, 0.6);
  outline-offset: 2px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  width: 100%
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 0.8em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 2px solid #ff931e;
  font-weight: 600;
  padding: 0.8em 0;
  text-align: left;
}

td {
  border-bottom: 2px solid #a6a6a6;
  padding: 0.8em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

html {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
}

@media screen and (max-width: 420px) {
  html {
    font-size: 16px;
  }
}

body {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 0.8em;
}

@media screen and (max-width: 979px) {
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 18px;
}
}

p {
  margin: 0 0 0.8em;
}

a {
  color: #000;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.6em 0;
}

@media screen and (max-width: 979px) {
  hr {
    margin: 1.2em 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  line-height: 1;
}

.m-t-1 {
  margin-top: 1em!important;
}

.m-t-2 {
  margin-top: 2em!important;
}

.m-t-3 {
  margin-top: 3em!important;
}

.m-b-1 {
  margin-bottom: 1em!important;
}

.m-b-2 {
  margin-bottom: 2em!important;
}

.m-b-3 {
  margin-bottom: 3em!important;
}

@media screen and (max-width: 979px) {
.m-t-1 {
  margin-top: 0.5em!important;
}

.m-t-2 {
  margin-top: 1em!important;
}

.m-t-3 {
  margin-top: 2em!important;
}

.m-b-1 {
  margin-bottom: 0.5em!important;
}

.m-b-2 {
  margin-bottom: 1em!important;
}

.m-b-3 {
  margin-bottom: 2em!important;
}
}

a.button_link {
  background: #000;
  color: #fff;
  padding: 1em 1.5em;
  margin-top: 2em;
  display: inline-block;
}

a.line {
  text-decoration: underline;
}

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.clear {
  clear: both;
}

.max {
  width: 100%!important;
}

@media screen and (max-width: 979px) {
  .lower-container p {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media screen and (min-width: 769px) {
.sp_img {
  display: none!important;
}
}

@media screen and (max-width: 768px) {
  .pc_img {
    display: none!important;
  }
}

.line {
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}

/*--------------------------------------- 固定 ---------------------------------------*/

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

.header {
  z-index: 1111;
  height: 70px;
  position: fixed;
  width: 100%;
  padding: 20px 30px;
  top: 0;
}

.header_heading {
  position: relative;
  z-index: 1111;
  float: left;
}

.header_heading a {
  text-align: left;
  display: block;
  margin-bottom: 11px;
}

.header_heading a h1 {
  margin-bottom: 0;
}

img.header_heading_logo {
  width: 100%;
  max-width: 180px;
  float: left;
  margin-right: 10px;
}

/* 下層header */

.header .lower-navi {
  text-align: right;
  margin: 0;
}

@media screen and (max-width: 979px) {
  .header {
    height: 50px;
    padding: 5px;
    background: transparent;
  }
  img.header_heading_logo {
    max-width: 160px;
    margin: 15px 10px 5px 10px;
  }
}

/* トグルメニュー */

.cp_fullscreenmenu {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
}
/*menuコンテンツ*/
.cp_fullscreenmenu .menu {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 100%;
	pointer-events: none;
	outline: 1px solid transparent;

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	align-items: center;
	justify-content: center;
}
.cp_fullscreenmenu .menu > div {
	display: flex;
	overflow: hidden;
	width: 200vw;
	height: 200vw;
	transition: all 0.4s ease;
	-webkit-transform: scale(0);
	        transform: scale(0);
	text-align: center;
	color: #fefefe;
	border-radius: 50%;
	background: rgba(255,255,255 ,0.95);

	flex: none;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	align-items: center;
	justify-content: center;
}
.cp_fullscreenmenu .menu > div > ul {
	display: block;
	max-height: 100vh;
	margin: 0;
	padding: 0 1em;
	list-style: none;
	transition: opacity 0.4s ease;
	opacity: 0;
}

/*クリックしたらメニューが開閉の動作*/
.cp_fullscreenmenu .toggle {
  position: fixed;
  z-index: 2;
  top: 15px;
  right: 15px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span {
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span:before,
.cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
	top: 0;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
	opacity: 0;
}
.cp_fullscreenmenu .toggle:checked ~ .menu {
	visibility: visible;
	pointer-events: auto;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div {
	transition-duration: 0.75s;
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul {
	opacity: 1;
}
.cp_fullscreenmenu .toggle:hover + .hamburger {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.cp_fullscreenmenu .toggle:checked:hover + .hamburger > span {
	-webkit-transform: rotate(225deg);
	        transform: rotate(225deg);
}

/*ハンバーガー*/

.cp_fullscreenmenu .hamburger {
  position: fixed;
  z-index: 1;
  top: 15px;
  right: 15px;
  display: block;
  width: 60px;
  height: 60px;
  padding: 15px;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  border-radius: 30px;
  background: #e30214;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 3px solid #fff;
}
.cp_fullscreenmenu .hamburger > span {
	position: relative;
	top: 50%;
	display: block;
	width: 100%;
	height: 2px;
	transition: all 0.4s ease;
	background: #fefefe;
}
.cp_fullscreenmenu .hamburger > span:before,
.cp_fullscreenmenu .hamburger > span:after {
	position: absolute;
	z-index: 1;
	top: -10px;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: '';
	transition: all 0.4s ease;
	background: inherit;
}
.cp_fullscreenmenu .hamburger > span:after {
	top: 10px;
}

/* トグルメニュー内 */

.menu-box {
  max-width: 100vw;
  width: 980px;
}

.cp_fullscreenmenu .menu ul {
  width: 25%;
  float: left;
  text-align: left;
  font-size: 15px;
  line-height: 2.5;
}

.cp_fullscreenmenu .menu ul li.togglemenu-h {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.cp_fullscreenmenu .menu ul li.togglemenu-h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  background: #e30214;
  border-radius: 15px;
  padding: 10px 10px 20px 30px;
  line-height: 1.5;
}

.cp_fullscreenmenu .menu ul li.togglemenu-h2 a span {
  font-weight: 400;
  font-size: 12px;
}

.cp_fullscreenmenu .menu ul li.togglemenu-c::before {
  content: '－';
  padding-right: 5px;
  color: #000;
}

.cp_fullscreenmenu .menu ul li.togglemenu-h a {
  color: #e30214;
}


.cp_fullscreenmenu .menu ul li.togglemenu-h2 a {
  color: #fff;
}

.cp_fullscreenmenu .menu ul li a:hover {
  color: #e30214;
}

.cp_fullscreenmenu .menu ul li.togglemenu-h a:hover, .cp_fullscreenmenu .menu ul li.togglemenu-h2 a:hover {
  color: #666;
}

@media screen and (max-width: 979px) {
  .cp_fullscreenmenu .toggle {
    top: 10px;
    right: 10px;
    width: 55px;
    height: 55px;
  }
  .cp_fullscreenmenu .hamburger {
    top: 10px;
    right: 10px;
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
    padding: 13px;
  }
}

@media screen and (max-width: 500px) {
  .menu-box {
    padding: 30px;
    margin-top: 30px;
  }
  .cp_fullscreenmenu .menu ul {
    width: 100%;
    float: none;
    line-height: 2;
  }
  .cp_fullscreenmenu .menu ul li.togglemenu-h {
    font-size: 16px;
    float: left;
    padding-right: 5px;
    width: 25%;
  }
  .cp_fullscreenmenu .menu ul li.togglemenu-c {
    float: right;
    width: 65%;
    font-size: 14px;
  }
  .cp_fullscreenmenu .menu ul {
    margin-bottom: 0;
    display: inline-block;
  }
  .cp_fullscreenmenu .menu ul li.togglemenu-h2 {
    clear: both;
    text-align: center;
    font-size: 16px;
    text-align: center;
    padding: 10px 10px 15px 10px;
    font-size: 16px;
  }
}

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

.footer {
  background-image: url('./assets/img/footer_bg.jpg');
}

.footer_container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 80px;
}

.footer_container {
  padding: 300px 0 80px;
}

.footer_container::after {
  clear: both;
  content: "";
  display: block;
}

img.footer_heading_logo {
  width: 100%;
  max-width: 250px;
  margin: 50px auto 80px;
  display: block;
}

.footer_txt {
  text-align: center;
  margin-bottom: 15px;
}

.footer_navi_list {
  width: 20%;
  float: left;
  line-height: 2.5;
}

.footer_navi_heading {
  font-weight: 600;
}

.footer_navi_list_item {
  margin-bottom: 5px;
}

.footer_navi_list_item a {
  font-size: 14px;
}

.footer_navi_list_item a:hover {
  color: #ff931e;
}

@media screen and (max-width: 979px) {
  .footer_container {
    padding: 50px 30px 30px;
  }
  .footer_container {
    padding: 220px 30px 30px;
  }
  img.footer_heading_logo {
    max-width: 180px;
    display: block;
    margin: 0 auto 45px;
    width: 100%;
    float: none;
  }
  .footer_navi_list {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .footer_navi_list {
    line-height: 1.5;
  }
  .footer_bottom {
    text-align: center;
  }
}

.copy {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding-top: 80px;
}

@media screen and (max-width: 979px) {
  .copy {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 18px;
  }
}

/*--------------------------------------- 共通 ---------------------------------------*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.alignright {
  float: right;
}

.right {
  text-align: right;
}

.alignleft {
  float: left;
}

.left {
  text-align: left;
}

@media screen and (min-width: 980px) {
  .pc-none {
    display: none;
  }
}

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

@media screen and (min-width: 980px) {
  .sp-none {
    display: block;
  }
}

@media screen and (max-width: 979px) {
  .sp-none {
    display: none;
  }
}

.btn-ptn-01 {
  line-height: 1.4;
}

.btn-ptn-01 a {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  max-width: 250px;
  float: right;
}

.btn-ptn-01 a span.btn-txt {
  text-align: right;
  position: relative;
  float: right;
  margin-right: 15px;
}

.btn-ptn-01 a span.triangle {
  display: block;
  text-align: right;
  position: relative;
  color: #fff;
  background: #e30214;
  float: right;
  padding: 17px 20px;
  border-radius: 30px;
  left: 0;
  transition: left 0.15s ease-in-out;
}

.btn-ptn-01 a:hover span.triangle {
  left: 5px;
}

@media screen and (max-width: 979px) {
  .home .btn-ptn-01 {
    margin-top: 30px !important;
  }
}

.btn-ptn-01--left {
  text-align: left;
}

.btn-ptn-01--center {
  text-align: center;
}

.btn-ptn-01--right {
  text-align: right;
}

.btn-ptn-01--white a {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (max-width: 979px) {
  .btn-ptn-01 a {
    font-size: 14px;
    max-width: 180px;
  }
  .btn-ptn-01 a span.btn-txt {
    margin-top: 5px;
  }
}

.heading-ptn-01 {
  position: relative;
  padding: 0 55px;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}

@media screen and (max-width: 979px) {
  .heading-ptn-01 {
    margin-bottom: 15px;
  }
}

.heading-ptn-01:before, .heading-ptn-01:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.heading-ptn-01:before {
  left: 0;
}

.heading-ptn-01:after {
  right: 0;
}

.heading-ptn-01_txt {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
  padding: 0 60px;
  font-size: 1.3em;
  font-weight: 600;
}

@media screen and (max-width: 979px) {
  .heading-ptn-01_txt {
    padding: 0 15px;
    font-size: 1em;
    background: #fff;
    padding-bottom: 2px;
  }
}

.heading-ptn-02 {
  font-size: 24px;
  border-left: 10px solid #e30214;
  padding: 5px 0 5px 15px;
  margin-bottom: 2em;
  font-weight: 600;
}

.home .heading-ptn-02 {
  margin-bottom: 0;
}

@media screen and (max-width: 979px) {
  .heading-ptn-02, .lower-container p.heading-ptn-02 {
    border-left: 7px solid #e30214;
    font-size: 20px;
    padding: 5px 0 5px 10px;
  }
  .h2_bg .heading-ptn-02 {
    border-left: 0;
  }
}

.heading-ptn-03 {
  color: #e30214;
  font-size: 22px;
  margin-top: 1em;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  background: #EFEFEF;
}

@media screen and (max-width: 979px) {
  .heading-ptn-03 {
    margin-top: 1em;
    padding: 10px 10px;
    font-size: 18px;
  }
}

/*--------------------------------------- トップページ ---------------------------------------*/

.top_container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 200px 50px 200px;
}

.top_container::after {
  clear: both;
  content: "";
  display: block;
}

.top_heading {
  font-size: 58px;
  margin-bottom: 70px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.top_heading span.top_heading_ja {
  color: #e30214;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 979px) {
  .top_heading {
    margin-bottom: 45px;
    font-size: 42px;
    line-height: 1;
  }
  .top_heading span.top_heading_ja {
    font-size: 16px;
  }
  .top_container {
    padding: 80px 15px 80px;
  }
  .top-about {
    background-size: 300px, 300px;
  }
}

/*------------- トップ部分 -------------*/

/*
@font-face {
  font-family: "slick";
  src:
    url("./assets/fonts/slick.woff") format("slick"),
}
*/

.top .main-visual {
  height: 700px;
  background-image: url('./assets/img/mv_bg.jpg');
  background-size: cover;
  background-position: center 90%;
  background-attachment: fixed;
}

.main-visual-words {
  /*top: 250px;*/
  top: 30%;
  position: absolute;
  text-align: center;
  width: 100%;
}

.main-visual-txtimg {
  position: absolute;
  width: 100%;
  max-width: 300px;
  margin-left: -500px;
  top: -30px;
}

p.main-visual-words1 {
  font-size: 82px;
  font-weight: 600;
  color: #e30214;
  margin-bottom: 15px;
  position: relative;
}

p.main-visual-words2 {
  margin-bottom: 0;
}

p.main-visual-words2 span {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  background: #e30214;
  padding: 15px 20px;
}

.top .main-visual::after {
  clear: both;
  content: "";
  display: block;
}

.top-scroll-txt {
  font-size: 16px;
  color: #e30214;
  font-weight: 600;
  margin-top: 150px;
  writing-mode: vertical-rl;
/*
  position: relative;
  display: block;
*/
}

.top-scroll {
  position: relative;
  bottom:1%;
  left: 47.5%;
  animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove{
   0%{bottom:1%;}
   50%{bottom:5%;}
   00%{bottom:1%;}
}


@media screen and (max-width: 979px) {
  .top .main-visual {
    height: 600px;
    background-position: center;
    background-attachment: inherit;
  }
  .main-visual-words {
    top: 200px;
  }
  p.main-visual-words1 {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .main-visual-txtimg {
    margin-left: -200px;
    max-width: 200px;
  }
  p.main-visual-words2 span {
    font-size: 20px;
    padding: 10px 20px;
  }
  .top-scroll-txt {
    font-size: 14px;
    margin-top: 100px;
  }
}

@media screen and (max-width: 420px) {
  .top .main-visual {
    height: 500px;
  }
  .main-visual-words {
    top: 150px;
  }
  .main-visual-txtimg {
    margin-left: -150px;
    max-width: 200px;
  }
   p.main-visual-words1 {
    margin-bottom: 40px;
  }
  p.main-visual-words2 span {
    font-size: 16px;
  }
  .top-scroll-txt {
    margin-top: 80px;
  }
}

/*------------- top-about -------------*/

.top-about {
  background-image: url('./assets/img/about_bg1.png'), url('./assets/img/about_bg2.png');
  background-size: contain, contain;
  background-position: left top, right 90%;
  background-repeat: no-repeat, no-repeat;
  background-size: 450px, 700px;
  margin-bottom: -45px;
}

.top-about-lefttxt {
  width: 70%;
  float: left;
  padding-right: 50px;
}

.top-about-rightimg {
  width: 25%;
  position: absolute;
  right: 0;
  margin-top: -50px;
}

.top-about h2.top_heading {
  text-align: left;
}

.top-about .clear {
  margin-bottom: 150px;
}

.top-about::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .top-about {
    background-size: 350px, 300px;
    margin-bottom: 0;
    background-position: left top, right bottom;
  }
  .top-about-rightimg {
    width: 200px;
    position: relative;
    float: right;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .top-about-lefttxt {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  .top-about .clear {
    margin-bottom: 0;
  }
}

/*------------- top-service -------------*/

.top-service {
  background-image: url('./assets/img/service_bg.jpg');
  background-size: cover;
}

.top-service h2.top_heading {
  text-align: left;
}

.slick-prev::before, .slick-next::before {
  position: relative;
  right: 50px;
  bottom: 100px;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 2px 10px #333 , -2px 2px 10px #333 , 2px -2px 10px #333 , -2px -2px 10px #333;
  display: none;
}

.service-box-flow-scroll {
  margin-top: 120px;
}

.top ul.slick li.service-box {
  width: 800px;
}

.slick-prev, .slick-prev::before {
  display: none;
}

.service-box-img1, .service-box-img2, .service-box-img3, .service-box-img4, .service-box-img5 {
  width: 50%;
  height: 600px;
  background-size: cover;
  float: left;
}

.service-box-img1 {
  background-image: url('./assets/img/service1.jpg');
}

.service-box-img2 {
  background-image: url('./assets/img/service2.jpg');
}

.service-box-img3 {
  background-image: url('./assets/img/service3.jpg');
}

.service-box-img4 {
  background-image: url('./assets/img/service4.jpg');
}

.service-box-img5 {
  background-image: url('./assets/img/service5.jpg');
}

.service-box-txt {
  width: 50%;
  height: 600px;
  background: #fff;
  padding: 50px;
  float: right;
}

.service-box-txt::after {
  clear: both;
  content: "";
  display: block;
}

.top-service::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .service-box-flow-scroll {
    margin-top: 50px;
  }

.top ul.slick li.service-box {
  width: 300px;
  padding-right: 15px;
}

.service-box-img1, .service-box-img2, .service-box-img3, .service-box-img4, .service-box-img5 {
  width: 100%;
  height: 200px;
  float: none;
  background-position: center;
}

.service-box-img1 {
  background-position: center 80%;
}

.service-box-img2 {
  background-position: center;
}

.service-box-img3 {
  background-position: center 20%;
}

.service-box-img4 {
  background-position: center 80%;
}

.service-box-img5 {
  background-position: center 40%;
}


.service-box-txt {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 30px;
  float: none;
}

slick-prev::before, .slick-next::before {
  right: 90px;
  bottom: 100px;
}

.slick-dots li button::before {
  display: none;
}

}

/*------------- top-recruit -------------*/

.top-recruit {
  background-image: url('./assets/img/recruit_bg1.png');
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 450px;
  overflow-x: hidden;
}

p.top-recruit-terop {
  white-space: nowrap;
  font-size: 120px;
  position: relative;
  font-weight: 600;
  color: #ff931e;
  margin-bottom: -100px;
  margin-top: -63px;
}

.top-recruit-img {
  margin-top: 70px;
}

.top-recruit::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .top-recruit {
    background-size: 300px;
  }
  p.top-recruit-terop {
    font-size: 100px;
    margin-bottom: -70px;
  }
  .top-recruit-img {
    margin-top: 30px;
  }
  p.top-recruit-terop {
    margin-top: -54px;
  }
}

/*------------- top-company -------------*/

.top-company {
  background: #ff931e;
  color: #fff;
  padding-bottom: 500px;
}

.top-company-lefttxt {
  width: 50%;
  float: right;
  padding-left: 50px;
}

.top-company-lefttxt h2.top_heading {
  text-align: left;
}

.top-company .btn-ptn-01 a span.btn-txt {
  color: #fff;
}

.top-company-rightimg {
  width: 45%;
  position: absolute;
  left: 0;
  margin-top: -50px;
}

.top-company::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .top-company {
    padding-bottom: 0;
  }
  .top-company-rightimg {
    width: 200px;
    position: relative;
    left: 0;
    margin-top: 0;
    float: right;
  }
  .top-company-lefttxt {
    width: 100%;
    float: right;
    padding-left: 0;
    margin-top: 30px;
  }
}

/*------------- top-news -------------*/

.top-news {
  background-image: url('./assets/img/news_bg1.png'), url('./assets/img/news_bg2.png');
  background-size: contain, contain;
  background-position: right top, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 220px, 400px;
}

.top-news h2.top_heading {
  text-align: left;
  width: 30%;
  float: left;
}

.top-news .top-post-archive {
  text-align: right;
  width: 70%;
  float: right;
}

/* 投稿表示 */

.post-archive_item {
}

.post-archive_item_info {
  text-align: left;
  font-weight: 400;
  margin-bottom: 30px;
  padding-top: 15px;
}

.post-archive_item_heading {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
}

p.post-archive_item_heading a:hover {
  color: #ff931e;
}

.post-archive_item::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .top-news {
    background-size: 200px, 250px;
  }
  .top-news h2.top_heading {
    width: 100%;
    float: none;
  }
  .top-news .top-post-archive {
    text-align: right;
    width: 100%;
    float: none;
  }
  .post-archive_item_info {
    margin-bottom: 5px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .post-archive_item_heading {
    padding-bottom: 20px;
  }
}

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

/* アーカイブ */

/*------------- top-tie -------------*/

.top-tie {
  height: 450px;
  background-image: url('./assets/img/contact_bg.jpg');
  background-size: cover;
  background-position: center;
/*  background-attachment: fixed;*/
}

@media screen and (max-width: 979px) {
  .top-tie {
    height: 250px;
    background-position: center bottom;
    background-size: cover;
    margin-bottom: 175px;
  }
}

/*------------- top-contact -------------*/

.top-contact .top_container {
  background: #ff931e;
  width: 100%;
  max-width: 800px;
  color: #fff;
  padding: 50px;
  margin-top: -220px;
  margin-bottom: -230px;
  position: relative;
}

.top-contact .top_container a {
  text-align: center;
  display: inherit;
  margin-top: -30px;
  margin-bottom: 30px;
}

.fa-envelope {
  position: relative;
  color: #fff;
  font-size: 80px;
}

.process-box h2.top_heading, .contact-box h2.top_heading {
  margin-top: -100px;
}

@media screen and (max-width: 979px) {
  .top-contact .top_container {
    max-width: 300px;
    padding: 30px;
    margin-top: -300px;
    margin-bottom: -150px;
  }
  .top-contact .top_container a {
    margin-bottom: 15px;
  }
  .fa-envelope {
    font-size: 60px;
  }
  .top_container p {
    font-size: 14px;
  }
}

.top-contact .top_container h2.top_heading {
  text-align: center;
}

/*------------- xxx -------------*/

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

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

.lower {
  background-image: url('./assets/img/lower-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.lower-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (min-width: 980px) {
  .lower-container {
    margin-top: 50px;
  }
}

.lower-container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .lower-container {
    padding: 0 15px;
    margin-bottom: 80px;
    margin-top: -30px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

#breadcrumb {
  padding: 0 0 20px;
  font-size: 13px;
  margin-bottom: 100px;
  border-bottom: 1px solid #ccc;
}

.single-post #breadcrumb {
  margin-bottom: 50px;
}

@media screen and (max-width: 979px) {
  #breadcrumb, .single-post #breadcrumb {
    padding: 10px 0;
    margin-top: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #ccc;
  }
}

#breadcrumb a, #breadcrumb span {
  display: inline-block;
}

#breadcrumb a:after {
  content: "/";
  color: #adadad;
  margin: 0 10px;
}

@media screen and (max-width: 979px) {
  #breadcrumb a:after {
    margin: 0 5px;
  }
}

.h2_bg {
  background-image: url('./assets/img/about_bg1.png');
  background-size: 500px;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}

.h2_bg h1 {
  color: #000;
  text-align: center;
  padding-top: 160px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 50px;
  font-size: 42px;
  border-left: none;
}

@media screen and (max-width: 979px) {
  .h2_bg {
    background-size: 150px, 150px;
    margin-top: 65px;
  }
  .h2_bg h1 {
    font-size: 26px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  table {
    font-size: 13px;
  }
}

a {
  word-break: break-all;
}

p.lower-heading {
  font-size: 26px;
  font-weight: 600;
  margin-top: 45px;
  margin-bottom: 45px;
  border-left: solid #e30214 8px;
  padding-left: 20px;
}

@media screen and (max-width: 979px) {
  p.lower-heading {
    font-size: 20px;
    margin-bottom: 35px;
    line-height: 1.5;
  }
}

p.txt-point {
  color: #e30214;
  font-weight: 600;
  font-size: 32px;
}

.txt-point2 {
  font-weight: 600;
}

a.txt-link {
  border-bottom: dotted #ff931e 4px;
}

@media screen and (max-width: 979px) {
  p.txt-point {
    font-size: 28px;
  }
}

/*------------- お知らせ -------------*/

.archive .post-archive {
}

ul.tag-list li.cat-item {
  display: inline-block;
}

ul.tag-list li.cat-item-1 a {
  display: none;
}

ul.tag-list li.current-cat ul.children li a, ul.tag-list li.cat-item-1 ul.children li a {
  display: inline;
  color: #fff;
  background: #e30214;
  border-radius: 30px;
  padding: 5px 15px;
  margin-right: 5px;
  font-weight: 600;
  line-height: 2.5;
}

/* pagination */

.pagination {
  text-align: center;
  font-size: 20px;
  margin-top:30px;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination a, .pagination span {
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  color: #e30214;
  font-weight: 600;
  font-size: 24px;
}

.pagination a {
  border-bottom: 2px solid #e30214;
}

.pagination a:hover {
  color: #666;
}

/* ページ内 */

.single-post h3 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
  margin-top: 30px;
}

.single-post h4 {
  margin-top: 30px;
}

.single_content p a {
  border-bottom: 3px dotted #e30214;
}

.single-post .single_content a {
  border-bottom: 3px dotted #ff931e;
}

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

}

/*------------- 会社情報 -------------*/

p.company-box-txt-h span {
  font-size: 65px;
  padding-right: 20px;
  font-style: italic;
}

.company-box2, .company-box3 {
  margin-top: 150px;
}

.company-box-txt {
  width: 50%;
  float: left;
  padding-right: 80px;
}

p.company-box-txt-h {
  font-size: 32px;
  font-weight: 600;
  border-left: 10px solid #ff931e;
  padding-left: 30px;
}

.company-box-img {
  width: 50%;
  float: right;
}

.company-box2 .company-box-txt {
  width: 50%;
  float: right;
  padding-left: 80px;
}

.company-box2 .company-box-img {
  width: 50%;
  float: left;
}

.company-link-box1 {
  width: 49%;
  float: left;
  margin-top: 150px;
  border-top: 2px;
  margin-right: 1%;
  padding-top: 30px;
  border-top: 2px solid black;
}

.company-link-box2 {
  width: 49%;
  float: right;
  margin-top: 150px;
  border-top: 2px;
  margin-left: 1%;
  padding-top: 30px;
  border-top: 2px solid black;
}

.page-template-page-voices .company-link-box1, .page-template-page-voices .company-link-box2 {
  width: 32.333333333333%;
}

.page-template-page-hrd .company-link-box1, .page-template-page-hrd .company-link-box2 {
  width: 32.333333333333%;
}

p.company-link-box-j {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

p.company-link-box-j::before {
  content: '－';
  color: #e30214;
  font-weight: 600;
  margin-right: 7px;
}

p.company-link-box-e {
  font-size: 28px;
  font-weight: 600;
}

.company .btn-ptn-01 a {
  float: left;
}

.company .btn-ptn-01 a span.triangle {
  float: left;
}

img.company-bottom-img {
  width: 100%;
  margin-top: 150px;
}

img.ceo-img {
  width: 45%;
  float: right;
  padding-left: 50px;
}

.ceo-txt {
  padding-top: 80px;
  width: 55%;
  float: left;
}

.profile h2.top_heading {
  text-align: left;
}

.profile-box {
  margin-bottom: 150px;
}

table.profile-table tr th {
  width: 200px;
}

.margin h2.top_heading {
  text-align: left;
}

@media screen and (max-width: 979px) {
  .page-template-page-voices .company-link-box1, .page-template-page-voices .company-link-box2 {
      width: 100%;
  }
  .page-template-page-hrd .company-link-box1, .page-template-page-hrd .company-link-box2 {
    width: 100%;
  }
  .company-box-txt, .company-box-img, .company-box2 .company-box-txt, .company-box2 .company-box-img {
    width: 100%;
    float: none;
  }
  .company-link-box1-2 {
    margin-top: 100px;
  }
  .company-box2, .company-box3 {
    margin-top: 80px;
  }
  .company-box-txt, .company-box2 .company-box-txt {
    padding: 0;
  }
  p.company-box-txt-h {
    font-size: 26px;
  }
  p.company-box-txt-h span {
    font-size: 55px;
  }
  .company-box-img {
    margin-top: 50px;
  }
  .company-link-box1 {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .company-link-box2 {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  img.company-bottom-img {
    margin-top: 80px;
  }
  img.ceo-img {
    width: 100%;
    max-width: 450px;
    float: right;
    padding-left: 0;
    margin-top: 50px;
  }
  .ceo-txt {
    padding-top: 30px;
    width: 100%;
    float: none;
  }
  .profile-box {
    margin-bottom: 80px;
  }
  table.profile-table tr th {
    width: 120px;
  }
}

/*------------- 事業内容 -------------*/

.anch {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

.service h2.top_heading {
  text-align: left;
}

.service-top {
  background: #f2f2f2;
  padding: 30px;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 100px;
  display: block;
}

.service-box {
  margin-left: 100px;
  margin-bottom:150px;
/*  background-image: url('./assets/img/service/bg.png');
  background-size: 100%;
  background-repeat: no-repeat;*/
}

.service-h3 {
  margin-top: 30px;
  border-left: 8px solid #ff931e;
  padding-left: 12px;
}

.service-box p {
  margin-bottom: 50px;
}

.service-box ul {
  list-style: disc;
  margin-left: 15px;
  overflow-wrap: anywhere;
}

.service-box ul li::marker {
  color: #ffd500;
}

.service-box img {
  margin-top: 50px;
}

a.meshi-link {
  background: #e30214;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
}

.meshitan-img {
  width: 100%;
  max-width: 300px;
  margin: 50px auto;
  display: block;
}

@media screen and (max-width: 979px) {
  .service-top {
    margin: 50px auto 50px;
  }
  .service-box {
    margin-left: 0;
    margin-bottom: 80px;
  }
  .service-box p {
    margin-bottom: 35px;
  }
  .service-box ul li {
    font-size: 14px;
  }
  .service-box img {
    margin-top: 35px;
  }
  a.meshi-link {
    font-size: 13px;
    line-height: 2;
  }
}

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

.recruit-top {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: #ff931e;
  margin-bottom: 100px;
}

.recruit h2.top_heading {
  text-align: left;
}

img.rec1 {
  width: 100%;
  max-width: 70%;
}

.rec1-link {
  background: white;
  width: 100%;
  max-width: 60%;
  float: right;
  position: relative;
  bottom: 500px;
  margin-bottom: -500px;
  padding: 80px 100px 100px;
}

.rec1-link ul {
  font-size: 22px;
  font-weight: 600;
}

.rec1-link ul li {
  border-bottom: 1.5px solid #ccc;
  padding-top: 50px;
  padding-bottom: 50px;
}

.rec1-link ul a:hover {
  color: #ffd500;
}

.rec1-link span.triangle {
  display: block;
  text-align: right;
  position: relative;
  color: #fff;
  background: #e30214;
  float: right;
  font-size: 12px;
  padding: 15px 20px;
  border-radius: 30px;
  left: 0;
  transition: left 0.15s ease-in-out;
}

.rec1-link ul a:hover li span.triangle.triangle {
  left: 5px;
}

.rec2-box1 {
  width: 49%;
  margin-right: 1%;
  float: left;
  border: 5px solid #ffd500;
  padding: 50px;
}

.rec2-box2 {
  width: 49%;
  margin-left: 1%;
  float: right;
  border: 5px solid #ff931e;
  padding: 50px;
}

.rec2-box1 p.rec2-box-h, .rec2-box2 p.rec2-box-h {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

.rec2-box1 img, .rec2-box2 img {
  margin-bottom: 50px;
}

@media screen and (max-width: 979px) {
  img.rec1 {
    max-width: 100%;
  }
  .rec1-link {
    background: transparent;
    max-width: 100%;
    float: none;
    bottom: 0;
    margin-bottom: 50px;
    padding: 0;
  }
  .rec1-link ul {
    font-size: 18px;
  }
  .rec1-link ul li {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .rec2-box1, .rec2-box2 {
    width: 100%;
    margin: 0;
    float: none;
    padding: 30px;
  }
  .rec2-box2 {
    margin-top: 30px;
  }
  .rec2-box1 p.rec2-box-h, .rec2-box2 p.rec2-box-h {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .rec2-box1 img, .rec2-box2 img {
    margin-bottom: 30px;
  }
  .rec2-box1 .btn-ptn-01, .rec2-box2 .btn-ptn-01 {
    height: 55px;
  }
}

/* 求める人材・先輩たちの声 */

html {
  scroll-behavior: smooth;
}

p.voices-top {
  font-size: 28px;
  font-weight: 600;
  margin-top: 80px;
  margin-bottom: 50px;
}

img.voices-img {
  width: 100%;
  max-width: 250px;
  float: left;
  margin-top: 30px;
}

p.voices-h {
  float: left;
  margin-top: 100px;
  margin-left: 50px;
  border-left: solid #ffd500 10px;
  padding-left: 20px;
  font-size: 28px;
  font-weight: 600;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 80px;
  padding-bottom: 40px;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 5px solid #ff931e;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #ccc;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding-top: 30px;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #ff931e;
  color: #fff;
}

@media screen and (max-width: 979px) {
  p.voices-top {
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 30px;
  }
  .tabs {
    margin-top: 30px;
  }
  .tab_item {
    font-size: 14px;
  }
  .page-template-page-voices table.profile-table tr th {
    vertical-align: top;
  }
  img.voices-img {
    max-width: 200px;
    float: none;
    margin: 30px auto 30px;
    display: block;
  }
  p.voices-h {
    float: none;
    margin-left: 0;
    margin-top: 30px;
    font-size: 18px;
  }
}

/* 人材育成について */

p.hrd-point {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

img.hrd1 {
  width: 100%;
  max-width: 70%;
}

.hrd1-box {
  width: 100%;
  max-width: 87%;
  float: right;
  background: white;
  position: relative;
  bottom: 350px;
  padding: 80px;
  margin-bottom: -350px;
}

img.hrd2 {
  width: 100%;
  max-width: 70%;
  float: right;
}

.hrd2-box {
  width: 100%;
  max-width: 87%;
  float: left;
  background: white;
  position: relative;
  bottom: 350px;
  padding: 80px;
  margin-bottom: -350px;
}

.hrd1-box h2.top_heading, .hrd2-box h2.top_heading {
  text-align: left;
}

@media screen and (max-width: 979px) {
  p.hrd-point {
    font-size: 24px;
  }
  .hrd1-box, .hrd2-box {
    width: 100%;
    max-width: 100%;
    float: none;
    background: transparent;
    position: static;
    bottom: 0;
    padding: 0;
    margin-bottom: 0;
    margin-top: 50px;
  }
  img.hrd1, img.hrd2 {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  img.hrd2 {
    margin-top: 50px;
  }
}

/* 各募集ページ */

.boshu-box1 {
  background: #ff931e;
  width: 80%;
  margin-right: 80px;
  margin-left: 80px;
  padding: 80px;
  color: white;
  margin: 0 auto;
  margin-bottom: -150px;
  position: relative;
  bottom: 300px;
}

.boshu-box1 p.boshu-box1-h {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
}

img.boshu2-img {
  width: 45%;
  float: left;
}

.boshu-box2 {
  width: 55%;
  float: right;
  padding-left: 80px;
}

p.boshu-box2-h {
  margin-top: 50px;
  border-left: 10px solid #e30214;
  font-size: 32px;
  font-weight: 600;
  padding-left: 15px;
  margin-bottom: 50px;
}

img.boshu3-img {
  width: 45%;
  float: right;
  margin-top: 150px;
}

.boshu-box3 {
  width: 55%;
  float: left;
  padding-right: 80px;
}

p.boshu-box3-h {
  margin-top: 200px;
  border-left: 10px solid #e30214;
  font-size: 32px;
  font-weight: 600;
  padding-left: 15px;
  margin-bottom: 50px;
}

.voices-link {
  background-image: url('./assets/img/recruit/boshu4.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 150px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 80px;
  border: 10px solid #ffd500;
  margin-bottom: 150px;
}

p.voices-link-txt {
  font-size: 20px;
}

p.voices-link-btn a {
  font-size: 24px;
  border: 5px solid #fff;
  padding: 30px;
  width: 100%;
  max-width: 700px;
  margin: 50px auto 0;
  color: #fff;
  display: block;
}

@media screen and (max-width: 979px) {
  .boshu-box1 {
    bottom: 50px;
    width: 90%;
    padding: 30px;
    margin-bottom: 0px;
  }
  .boshu-box1 p.boshu-box1-h {
    font-size: 26px;
    margin-bottom: 30px;
  }
  img.boshu2-img {
    width: 100%;
    float: none;
  }
  .boshu-box2, .boshu-box3 {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  p.boshu-box2-h, p.boshu-box3-h {
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 50px;
  }
  img.boshu3-img {
    width: 100%;
    float: none;
    margin-top: 50px;
  }
  .voices-link {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px 30px;
    border: 8px solid #ffd500;
  }
  p.voices-link-txt {
    font-size: 16px;
  }
  .lower-container p.voices-link-btn {
    margin-bottom: 0;
  }
  p.voices-link-btn a {
    font-size: 18px;
    padding: 30px 20px;
    border: 3px solid #fff;
    margin-top: 30px;
  }
}

/*------------- お問合せ -------------*/

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

dl.cf dd.name {
  float: left;
  width: auto;
}

dl.cf dd.know {
  margin-top: 0.5em;
}

dl.cf dd.know span.wpcf7-list-item {
  display: block;
}

dl.cf dt {
  font-size: 1em;
  padding-top: 1em;
  margin-bottom: 0.5em;
}

form.wpcf7-form input.wpcf7-submit, form.wpcf7-form input.wpcf7-confirm, form.wpcf7-form input.wpcf7-back {
  background: #ff931e;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  padding: 15px;
  margin-top: 30px;
  width: 200px;
}

input, select, textarea {
    font-family: 'Noto Sans JP', sans-serif;
}

form.wpcf7-form input.wpcf7-submit:hover {
  background: #ccc;
}

form.wpcf7-form .required {
  color: #fff;
  background: #e30214;
  font-size: 0.8em;
  padding: 2px 5px;
  margin-right: 8px;
}

.wpcf7-mail-sent-ok {
  border: 2px solid #999!important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #999!important;
}

.ui-widget {
  font-size: 1.1em;
  font-family: 'Noto Sans JP', sans-serif;}

.ui-widget-header {
  border: 0!important;
  background: none!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: none!important;
}

.wpcf7-response-output {
  display: none;
}

.page-template-page-contact .company ul {
  margin-left: 0!important;
}

/* フォーム外 */

.tel-link a {
  background: #e30214;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  margin-left: 5px;
}

.tel-link {
  line-height: 3!important;
}

.pp-box {
  font-size: 14px;
  background: #f2f2f2;
  padding: 20px 30px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}