@charset "UTF-8";


	
/* message
--------------------- */
#message {
	background: url("../img/message_pht.jpg") no-repeat center bottom /100%;
}
	#message .text {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row-reverse;
		justify-content: center;
		margin-bottom: 50px;
	}
		#message .text h2 {
			font-size: 3.0rem;
			font-weight: 500;
			line-height: 1.8em;
			writing-mode: vertical-rl;
			white-space: nowrap;
		}
			#message .text h2 span {
				display: block;
				letter-spacing: 0.1em;
			}
			#message .text h2 span:nth-child(2) {
				padding-top: 67px;
			}
			#message .text h2 span:nth-child(3) {
				padding-top: 30px;
			}
			#message .text h2 span:nth-child(4) {
				padding-top: 15px;
			}

		#message .text .txt {
			writing-mode: vertical-rl;
			white-space: nowrap;
			margin-right: 50px;
			line-height: 2.4em;
		}
@media screen and (max-width: 1024px) {
	#message .text {
		margin-bottom: 30px;
	}
		#message .text h2 {
			font-size: 2.8rem;
			line-height: 1.6em;
		}

		#message .text .txt {
			margin-right: 40px;
			line-height: 2.3em;
		}
}
@media screen and (max-width: 768px) {
	#message {
		padding-top: 100px;
		background: url("../img/message_pht.jpg") no-repeat center bottom / 180%;
	}
		#message .text {
			display: block;
			margin-bottom: 40px;
		}
			#message .text h2 {
				font-size: 2.6rem;
				font-weight: 500;
				line-height: 1.6em;
				letter-spacing: 0.06em;
				writing-mode: vertical-rl;
				white-space: nowrap;
				margin: 0 auto 20px auto;
			}

			#message .text .txt {
				writing-mode: horizontal-tb;
				white-space: inherit;
				margin-right: 0;
				line-height: 2.0em;
			}
}




@media screen and (max-width: 767px) {
  .smart_hide {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .tablet_hide {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .pc_hide {
    display: none;
  }
}
/* RESET
---------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}

a:focus,
*:focus {
  outline: none;
}


#content {
	width: 100%;
	overflow: hidden;	
}


.tof {
  overflow: hidden;
  /* "overflow" の値は "visible" 以外のものを指定する */
  /* Opera 9-10 */
  text-overflow: ellipsis;
  /* IE, WebKit (Safari, Chrome), Firefox 7, Opera 11 */
  white-space: nowrap;
  width: 100%;
  /* IE6 では width の指定が必要 */
}

.center {
  text-align: center;
}

.t_right {
  text-align: right;
}

.t_left {
  text-align: left;
}

.f_right {
  float: right;
}

.f_left {
  float: left;
}

.full {
  width: 100%;
}

.mg0 {
  margin: 0;
}

a,
.hover {
  transition: 0.6s;
}

a:hover {
  text-decoration: underline;
}

.hover100:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  zoom: 1;
}

.cf {
  clear: both;
}

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

.none {
  display: none;
}

input {
  display: block;
  width: 96%;
  margin: 0 auto;
}

textarea {
  display: block;
  width: 96%;
  margin: 0 auto;
}

input[type=radio],
input[type=checkbox] {
  display: inline;
  width: auto;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

html body #page {
  background: transparent;
  box-shadow: 0 0 0 0;
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

p,
p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 180%;
  margin: 0;
}


dl {
  margin: 0;
  padding: 0;
}
dl dt {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
dl dd {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}

a:link,
a:visited {
  color: #343535;
  text-decoration: none;
}
a:link.link_cl,
a:visited.link_cl {
  color: #504084;
  text-decoration: underline;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

p.btn {
  text-align: center;
  display: block;
  margin: 0;
}
p.btn a, p.btn button {
  display: block;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
  padding: 15px 20px;
  z-index: 0;
  overflow: hidden;
  opacity: 1;
  border: 1px solid #fff;
  color: #fff;
}
p.btn a span, p.btn button span {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1.3;
}
p.btn a span:first-line, p.btn button span:first-line {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "viga", sans-serif;
  font-display: swap;
}
p.btn a:before, p.btn button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200%;
  background: rgba(23, 19, 65, 0.3);
  z-index: -1;
  transform: rotate(15deg);
  top: -15%;
  right: -87%;
  transition: 0.5s;
}
p.btn a:after, p.btn button:after {
  content: "";
  margin: auto;
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}
p.btn a:hover:before, p.btn button:hover:before {
  right: 0;
  transform: rotate(0deg);
}
p.btn button {
  background: transparent;
}

p.btn_bg {
  text-align: center;
  display: block;
  margin: 0;
}
p.btn_bg a, p.btn_bg button {
  display: inline-block;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
  padding: 15px 80px;
  z-index: 0;
  overflow: hidden;
  opacity: 1;
  border: 1px solid #F0C408;
  color: #F0C408;
}
p.btn_bg a span, p.btn_bg button span {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}
p.btn_bg a:before, p.btn_bg button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F0C408;
  z-index: -1;
  top: 0;
  left: -100%;
  transition: 0.5s;
}
p.btn_bg a:after, p.btn_bg button:after {
  content: "";
  margin: auto;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #F0C408;
  border-right: 2px solid #F0C408;
  transform: rotate(45deg);
  right: 15px;
  top: 0;
  bottom: 0;
}
p.btn_bg.btn_bg_re a, p.btn_bg.btn_bg_re button {
  background: #F0C408;
  color: #fff;
}
p.btn_bg.btn_bg_re a:after, p.btn_bg.btn_bg_re button:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

p.btn_tel {
  display: table;
  margin: auto;
}
p.btn_tel a {
  display: block;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  margin: 0 auto;
  border-radius: 100px;
  padding: 5px 10px 5px 5px;
}
p.btn_tel a img {
  width: 43px;
}
p.btn_tel a span.tel_numb {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  display: block;
  width: calc(100% - 30px);
  padding: 0 10px;
}
p.btn_tel a span.tel_numb span {
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
  line-height: 1.5;
  margin: 4px 0 0;
}

p.btn_more {
  margin: 20px auto 0;
}
p.btn_more a {
  border: 1px solid #231815;
  font-size: 1.4rem;
  padding: 15px;
  width: 200px;
  text-align: center;
  margin: auto;
  border-radius: 100px;
  display: block;
  position: relative;
  transition: 0.3s;
}
p.btn_more a:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #231815;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
p.btn_more a:after {
  content: "";
  height: 15px;
  width: 1px;
  background: #231815;
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}
p.btn_more.active a {
  background: #231815;
  color: #fff;
}
p.btn_more.active a:before {
  content: none;
}
p.btn_more.active a:after {
  background: #fff;
  transform: rotate(90deg);
}
p.btn_more.active a span {
  font-size: 0px;
  font-size: 0rem;
  display: block;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
p.btn_more.active a span:before {
  content: "閉じる";
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .inner {
    width: 94%;
  }

  p.btn {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  p.btn_bg a {
    font-size: 16px;
    font-size: 1rem;
    padding: 20px 100px;
  }
}
@media screen and (min-width: 1024px) {
  p {
    font-size: 14px;
    font-size: 0.875rem;
  }

  p.btn_tel {
    pointer-events: none;
  }
  p.btn_tel a {
    border-radius: 100px;
    padding: 5px 10px 5px 5px;
  }
  p.btn_tel a img {
    width: 43px;
  }
  p.btn_tel a span.tel_numb {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.05em;
    display: block;
    width: calc(100% - 30px);
    padding: 0 10px;
  }
  p.btn_tel a span.tel_numb span {
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
    line-height: 1.5;
    margin: 4px 0 0;
  }

  p.btn {
    max-width: 560px;
  }
  p.btn a {
    padding: 24px;
    border-width: 2px;
  }
  p.btn a span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  p.btn a span:first-line {
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: normal;
    letter-spacing: 0.25em;
  }
  p.btn a:before {
    top: -15%;
    right: -87%;
  }
  p.btn a:after {
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 30px;
  }
  p.btn a:hover:before {
    right: 0;
    transform: rotate(0deg);
  }

  p.btn_bg a {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 30px 120px;
  }
  p.btn_bg a:after {
    right: 25px;
  }
  p.btn_bg a:hover {
    color: #fff;
  }
  p.btn_bg a:hover:before {
    left: 0;
  }
  p.btn_bg a:hover:after {
    border-color: #fff;
  }
  p.btn_bg.btn_bg_re a:hover {
    color: #F0C408;
  }
  p.btn_bg.btn_bg_re a:hover:after {
    border-top: 2px solid #F0C408;
    border-right: 2px solid #F0C408;
  }
  p.btn_bg.btn_bg_re a:before {
    background: #fff;
  }
}
header#masthead {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
header#masthead p.logo {
  display: table;
}
header#masthead p.logo a {
  display: block;
  padding: 5px 10px 10px;
  background: #fff;
}
header#masthead p.logo a img {
  width: 90px;
  max-width: 104px;
}

#mainvisual {
  background: url(../img/common/main_visual.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 115px 0 70px;
}
#mainvisual:before {
  background: rgba(51, 51, 51, 0.1);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
}
#mainvisual h1 {
  writing-mode: vertical-rl;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.5em;
  margin: 0 0 0 10%;
  position: relative;
  z-index: 1;
}
#mainvisual h1 span {
  display: block;
  white-space: nowrap;
}
#mainvisual h1 span:nth-child(2) {
  padding-top: 3em;
}
#mainvisual h1 span:nth-child(3) {
  padding-top: 2em;
}
#mainvisual h1 span:nth-child(4) {
  padding-top: 1em;
}

@media screen and (min-width: 768px) {
  header#masthead p.logo a {
    padding: 8px 12px 12px;
  }
  header#masthead p.logo a img {
    width: 104px;
  }

  #mainvisual {
    padding: 200px 0 100px;
  }
  #mainvisual h1 {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: 0.5em;
    margin: 0 0 0 10%;
  }
  #mainvisual h1 span {
    display: block;
  }
  #mainvisual h1 span:nth-child(2) {
    padding-top: 4em;
  }
  #mainvisual h1 span:nth-child(3) {
    padding-top: 3em;
  }
  #mainvisual h1 span:nth-child(4) {
    padding-top: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  #mainvisual {
    padding: 220px 0 120px;
  }
  #mainvisual h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 2.5;
    letter-spacing: 0.5em;
    margin: 0 0 0 10%;
  }
  #mainvisual h1 span {
    display: block;
  }
}
footer#colophon {
  padding: 0;
}
footer#colophon .inner {
  width: 100%;
}
footer#colophon p.entry a {
  background: #F0C408;
  padding: 22px 0;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  display: block;
  position: relative;
}
footer#colophon p.entry a:after {
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  right: 15px;
  margin: auto;
  top: 0;
  bottom: 0;
  background: url(../img/common/ico_arrow.svg) no-repeat center center;
  background-size: contain;
}
footer#colophon .foot_info {
  padding: 25px 0;
}
footer#colophon .foot_info p.logo {
  display: table;
  margin: auto;
}
footer#colophon .foot_info ul.foot_nav {
  display: block;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0;
}
footer#colophon .foot_info ul.foot_nav li {
  line-height: 1.2;
}
footer#colophon .foot_info ul.foot_nav li a {
  padding: 0px 5px;
  font-size: 10px;
  font-size: 0.625rem;
}
footer#colophon .foot_info ul.foot_nav li:not(:first-child) {
  border-left: 1px solid #231815;
}
footer#colophon .foot_info #copyright {
  font-size: 10px;
  font-size: 0.625rem;
  color: #8D8886;
  text-align: center;
  margin: 18px 0 0;
}

@media screen and (min-width: 768px) {
  footer#colophon .inner {
    width: 90%;
  }
  footer#colophon p.entry a {
    display: block;
    padding: 30px 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
  footer#colophon p.entry a:after {
    width: 24px;
    height: 12px;
    right: 30px;
  }
  footer#colophon .foot_info {
    padding: 25px 0;
  }
  footer#colophon .foot_info ul.foot_nav li a {
    padding: 0px 5px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  footer#colophon .foot_info #copyright {
    font-size: 10px;
    font-size: 0.625rem;
    margin: 24px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  footer#colophon p.entry a {
    padding: 55px 0;
    font-size: 24px;
    font-size: 1.5rem;
  }
  footer#colophon p.entry a:after {
    transition: 0.5s;
  }
  footer#colophon p.entry a:hover {
    background: #8D8886;
    color: #fff;
  }
  footer#colophon p.entry a:hover:after {
    right: 15px;
  }
  footer#colophon .foot_info {
    padding: 38px 0;
  }
  footer#colophon .foot_info .inner {
    display: block;
    -js-display: flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  footer#colophon .foot_info p.logo {
    margin: 0;
  }
  footer#colophon .foot_info ul.foot_nav {
    justify-content: flex-start;
    margin: 0;
  }
  footer#colophon .foot_info ul.foot_nav li a {
    padding: 0px 10px;
  }
  footer#colophon .foot_info #copyright {
    margin: 0px 0 0;
    letter-spacing: 0.1em;
  }
}
.column {
  margin: 0;
  padding: 40px 0 0;
}
.column.column00 {
  padding-top: 0px;
}

.row {
  margin: 35px 0 0;
}
.row.row00 {
  margin: 0;
}
.row.row_border {
  padding: 15px 0 0;
  margin: 15px 0 0;
}

.img_text .img_area,
.text_img .img_area {
  margin: 0 auto 20px;
}
.img_text .img_area p,
.text_img .img_area p {
  margin: 0;
  text-align: center;
}
.img_text:not(:first-child),
.text_img:not(:first-child) {
  margin: 20px 0 0;
}

#content h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.5em;
  letter-spacing: 0.15em;
}
p.ve_catch {
  font-size: 1.4rem;
  line-height: 1.7em;
  margin: 15px 0 0;
}

h2.h2_mds {
  display: block;
  color: #F0C408;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
}
h2.h2_mds:first-line {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "viga", sans-serif;
  font-display: swap;
  font-weight: normal;
}

h2.h2_mds_s {
  display: block;
  color: #F0C408;
}
h2.h2_mds_s span {
  display: block;
  text-align: center;
}
h2.h2_mds_s span.over_spell {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "viga", sans-serif;
  font-display: swap;
  font-weight: normal;
}
h2.h2_mds_s span.under_spell {
  font-size: 12px;
  font-size: 0.75rem;
}

h2.h2_talk {
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 0.04em;
  margin: 0 0 20px;
}

h2.h2_ja {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
}

h2.h2_double {
  text-align: center;
}
h2.h2_double span.over_spell {
  color: #F0C408;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
h2.h2_double span.under_spell {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.6;
  margin: 8px 0 0;
  display: block;
}

h3 {
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
}

h3.h3_talk {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #F0C408;
  padding: 0 0 30px;
}
h3.h3_talk:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #F0C408;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

h3.h3_path {
  padding: 14px 0 0 34px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
h3.h3_path:before {
  counter-increment: pathn 1;
  content: counter(pathn, decimal-leading-zero);
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "viga", sans-serif;
  font-display: swap;
  position: absolute;
  letter-spacing: 0.05em;
  left: 0;
  top: 0;
  color: #8D8886;
}
h3.h3_path:after {
  content: "";
  width: 1px;
  height: 40px;
  transform: rotate(45deg);
  background: #8D8886;
  left: 24px;
  top: 6px;
  position: absolute;
}

h3.text_sub_catch {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

h3.h3_side_sla {
  display: table;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
h3.h3_side_sla:before, h3.h3_side_sla:after {
  content: "";
  width: 37px;
  height: 43px;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
h3.h3_side_sla:before {
  background-image: url(../img/common/sla_left.png);
  left: -45px;
}
h3.h3_side_sla:after {
  background-image: url(../img/common/sla_right.png);
  right: -45px;
}
h3.h3_side_sla span {
  display: block;
  text-align: center;
}
h3.h3_side_sla span.over_spell {
  font-size: 15px;
  font-size: 0.9375rem;
}
h3.h3_side_sla span.under_spell {
  color: #F0C408;
  font-size: 19px;
  font-size: 1.1875rem;
}

h4 {
  margin: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #F0C408;
}

p.text span {
  color: #F0C408;
}
p.text:not(:first-child) {
  margin: 15px 0 0;
}

p.min_text {
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 8px 0 0;
}

p.sub_catch {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 2.2;
  font-weight: 500;
}

.divide {
  display: block;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
}
.divide:not(:first-child) {
  margin: 20px 0 0;
}
.divide li:not(:first-child) {
  margin: 20px 0 0;
}
.divide.divide_2 li {
  width: 100%;
}
.divide.divide_3 li {
  width: 100%;
}
.divide.divide_4 li {
  width: 100%;
}
.divide.divide_5 li {
  width: 48%;
}

.divide_interview {
  display: block;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.divide_interview .box {
  width: 50%;
}
.divide_interview .box .img img {
  width: 100%;
}
.divide_interview .box .text {
  background: #fff;
  padding: 10px;
  margin: 0 0 15px;
}
.divide_interview .box .text .job {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #F0C408;
}
.divide_interview .box .text h3 {
  margin: 2px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #212121;
}
.divide_interview .box .text p.hire {
  font-size: 11px;
  font-size: 0.6875rem;
}
.divide_interview:not(:first-child) {
  margin: 20px 0 0;
}

.divide_links li a {
  background: #f2f2f2;
  color: #F0C408;
  position: relative;
  display: block;
  text-align: center;
  padding: 20px 0;
}
.divide_links li a:before {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.divide_links li a:after {
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right: 20px solid #F0C408;
  border-bottom: 20px solid #F0C408;
  position: absolute;
  right: 0;
  bottom: 0;
}
.divide_links.divide_2 li a span {
  padding: 5px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  display: block;
}
.divide_links.divide_2 li a span:first-line {
  font-family: "viga", sans-serif;
  font-display: swap;
  font-weight: normal;
  font-size: 28px;
  font-size: 1.75rem;
}
.divide_links.divide_3 li {
  width: 49%;
}
.divide_links.divide_3 li a {
  border: 1px solid #F0C408;
  background: #fff;
}
.divide_links.divide_3 li a:before {
  bottom: 4px;
  right: 4px;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.divide_links.divide_3 li a:after {
  border: 10px solid transparent;
  border-right: 10px solid #F0C408;
  border-bottom: 10px solid #F0C408;
}
.divide_links.divide_3 li a span {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "viga", sans-serif;
  font-display: swap;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.divide_links.divide_3 li a span:first-line {
  font-size: 16px;
  font-size: 1rem;
  font-display: swap;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
}
.divide_links.divide_3 li a span i.ext_links {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  width: 10px;
  margin: 0 0 0 2px;
  vertical-align: middle;
}
.divide_links.divide_3 li a span i.ext_links:before {
  content: url(../img/common/ext_link.svg);
  color: #F0C408;
}
.divide_links.divide_3 li:not(:first-child) {
  margin: 0 0 0 2%;
}

.divide_box li {
  position: relative;
  background: #fff;
  padding: 30px;
  border: 1px solid #333;
}
.divide_box li:before {
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/common/box_shadow.png) repeat;
  position: absolute;
  bottom: -5px;
  left: 5px;
  z-index: -1;
}

.divide_int {
  margin: 30px 0 0;
  display: block;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.divide_int .box {
  width: 48%;
  margin: 0 1% 20px;
  display: block;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.divide_int .box .text_box {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  height: calc(100% - 55px);
  display: block;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.divide_int .box .text_box p {
  width: 100%;
}
.divide_int .box .text_box p.min_text {
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  padding: 10px 0 0;
  letter-spacing: 0.01em;
  margin: auto 0 0;
}
.divide_int .box p.img {
  width: 100%;
  text-align: center;
  margin: 10px auto 0;
}
.divide_int .box p.img img {
  width: 45px;
}

.divide_effect .text_img {
  margin: 10px 0 0;
}

.divide_btns {
  display: block;
  -js-display: flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.divide_btns li {
  width: 48%;
  margin: 0 1%;
}

@media screen and (min-width: 768px) {
  .column {
    padding: 60px 0;
  }
  .column.column00 {
    padding-top: 0px;
  }

  .row {
    margin: 45px 0 0;
  }
  .row.row00 {
    margin: 0;
  }
  .row.row_border {
    padding: 25px 0 0;
    margin: 25px 0 0;
  }

  .img_text,
.text_img {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .img_text .img_area,
.text_img .img_area {
    margin: 0;
    width: 40%;
  }
  .img_text .img_area p,
.text_img .img_area p {
    margin: 0;
    text-align: center;
  }
  .img_text .text_area,
.text_img .text_area {
    width: 54%;
  }
  .img_text.img_text .img_area,
.text_img.img_text .img_area {
    order: -1;
  }
  .img_text:not(:first-child),
.text_img:not(:first-child) {
    margin: 30px 0 0;
  }

  .lr_area {
    display: block;
    -js-display: flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .lr_area .left_area {
    width: 50%;
  }
  .lr_area .right_area {
    width: 50%;
  }

  #content h2 {
    font-size: 2.4rem;
  }
  h2 span.over_spell {
    font-size: 2.4rem;
  }
  h2 span.under_spell {
    font-size: 1.5rem;
  }

  p.ve_catch {
    font-size: 1.5rem;
  }

  h2.h2_mds {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  h2.h2_mds:first-line {
    font-size: 34px;
    font-size: 2.125rem;
    letter-spacing: 0.1em;
  }

  h2.h2_mds_s span.over_spell {
    font-size: 34px;
    font-size: 2.125rem;
    letter-spacing: 0.1em;
  }
  h2.h2_mds_s span.under_spell {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  h2.h2_talk {
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    margin: 0 0 30px;
  }

  h2.text_catch {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.6;
  }

  h2.h2_ja {
    font-size: 30px;
    font-size: 1.875rem;
  }

  h2.h2_double span.over_spell {
    font-size: 28px;
    font-size: 1.75rem;
  }
  h2.h2_double span.under_spell {
    font-size: 16px;
    font-size: 1rem;
    margin: 8px 0 0;
  }

  h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }

  h3.h3_talk {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0 0 30px;
  }
  h3.h3_talk:after {
    height: 20px;
  }

  h3.h3_path {
    padding: 16px 0 0 38px;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  h3.h3_path:before {
    font-size: 22px;
    font-size: 1.375rem;
  }
  h3.h3_path:after {
    height: 40px;
    left: 26px;
    top: 8px;
  }

  h3.h3_side_sla:before {
    left: -60px;
  }
  h3.h3_side_sla:after {
    right: -60px;
  }
  h3.h3_side_sla span.over_spell {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h3.h3_side_sla span.under_spell {
    color: #F0C408;
    font-size: 24px;
    font-size: 1.5rem;
  }

  h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  p.text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
  }
  p.text:not(:first-child) {
    margin: 23px 0 0;
  }

  p.min_text {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 8px 0 0;
  }

  p.sub_catch {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.25em;
  }

  .divide:not(:first-child) {
    margin: 30px 0 0;
  }
  .divide li:not(:first-child) {
    margin: 30px 0 0;
  }
  .divide.divide_2 li {
    width: 100%;
  }
  .divide.divide_4 li {
    width: 48%;
    margin: 0px 4% 0 0;
  }
  .divide.divide_4 li:nth-child(2n) {
    margin: 0px 0 0;
  }
  .divide.divide_4 li:nth-child(3) {
    margin-top: 30px;
  }
  .divide.divide_4 li:nth-child(4) {
    margin-top: 30px;
  }
  .divide.divide_5 li {
    width: 48%;
  }

  .divide_interview .box {
    width: 25%;
  }
  .divide_interview .box .text {
    margin: 0 0 0;
  }
  .divide_interview:not(:first-child) {
    margin: 30px 0 0;
  }

  .divide_effect .text_img {
    margin: 15px 0 0;
  }

  .divide_links.divide_2 {
    display: block;
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .divide_links.divide_2 li {
    width: 48%;
  }
  .divide_links.divide_2 li:not(:first-child) {
    margin: 0;
  }
  .divide_links.divide_3 li {
    width: 48%;
  }
  .divide_links.divide_3 li:not(:first-child) {
    margin: 0 0 0 4%;
  }
  .divide_links.divide_3 li a {
    border: 2px solid #F0C408;
  }
  .divide_links.divide_3 li a:before {
    bottom: 8px;
    right: 8px;
    width: 8px;
    height: 8px;
  }
  .divide_links.divide_3 li a:after {
    border: 20px solid transparent;
    border-right: 20px solid #F0C408;
    border-bottom: 20px solid #F0C408;
  }
  .divide_links.divide_3 li a span {
    padding: 5px 0 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .divide_links.divide_3 li a span:first-line {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .divide_links.divide_3 li a span i.ext_links {
    width: 13px;
    margin: 0 0 0 4px;
  }

  .divide_int {
    margin: 30px 0 0;
  }
  .divide_int .box {
    width: 31%;
    margin: 0 1% 25px;
  }
  .divide_int .box .text_box {
    padding: 12px;
    border-radius: 6px;
    width: 100%;
    height: calc(100% - 75px);
  }
  .divide_int .box .text_box p.text {
    text-align: left;
  }
  .divide_int .box .text_box p.min_text {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 15px 0 0;
  }
  .divide_int .box p.img {
    margin: 15px auto 0;
  }
  .divide_int .box p.img img {
    width: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .column {
    padding: 80px 0;
  }
  .column.column00 {
    padding-top: 0px;
  }

  .row {
    margin: 55px 0 0;
  }
  .row.row00 {
    margin: 0;
  }
  .row.row_border {
    padding: 25px 0 0;
    margin: 25px 0 0;
  }

  .img_text .img_area,
.text_img .img_area {
    margin: 0;
    width: 30%;
  }
  .img_text .img_area p,
.text_img .img_area p {
    margin: 0;
    text-align: center;
  }
  .img_text .text_area,
.text_img .text_area {
    width: 66%;
  }
  .img_text:not(:first-child),
.text_img:not(:first-child) {
    margin: 40px 0 0;
  }

  #content h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  h2 span.over_spell {
    font-size: 30px;
    font-size: 1.875rem;
  }
  h2.h2_ve {
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
  h2.h2_ve span {
    display: block;
    letter-spacing: 0.3em;
  }
  h2.h2_ve br {
    display: none;
  }

  p.ve_catch {
    writing-mode: vertical-rl;
    white-space: nowrap;
    line-height: 2.4;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    margin: 0 40px 0 0;
  }

  h2.h2_talk {
    margin: 0 0 40px;
    font-size: 38px;
    font-size: 2.375rem;
  }

  h2.h2_mds {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }
  h2.h2_mds:first-line {
    font-size: 44px;
    font-size: 2.75rem;
    letter-spacing: 0.15em;
  }

  h2.h2_mds_s span.over_spell {
    font-size: 56px;
    font-size: 3.5rem;
    letter-spacing: 0.15em;
  }
  h2.h2_mds_s span.under_spell {
    font-size: 16px;
    font-size: 1rem;
  }

  h2.text_catch {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.5;
    letter-spacing: 0.25em;
  }

  h2.h2_ja {
    font-size: 40px;
    font-size: 2.5rem;
  }

  h2.h2_double span.over_spell {
    font-size: 38px;
    font-size: 2.375rem;
  }
  h2.h2_double span.under_spell {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 12px 0 0;
  }

  h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  h3.h3_talk {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 0 0 50px;
  }
  h3.h3_talk:after {
    height: 30px;
  }

  h3.h3_path {
    padding: 16px 0 0 45px;
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: 0.1em;
  }
  h3.h3_path:before {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h3.h3_path:after {
    height: 48px;
    left: 30px;
    top: 8px;
  }

  h3.text_sub_catch {
    font-size: 18px;
    font-size: 1.125rem;
  }

  h3.h3_side_sla:before {
    left: -60px;
  }
  h3.h3_side_sla:after {
    right: -60px;
  }
  h3.h3_side_sla span.over_spell {
    font-size: 22px;
    font-size: 1.375rem;
  }
  h3.h3_side_sla span.under_spell {
    font-size: 26px;
    font-size: 1.625rem;
  }

  h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.2em;
  }

  p.text {
    line-height: 1.8;
  }
  p.text:not(:first-child) {
    margin: 20px 0 0;
  }

  p.min_text {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 12px 0 0;
  }

  p.sub_catch {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.4;
  }

  .divide:not(:first-child) {
    margin: 35px 0 0;
  }
  .divide li:not(:first-child) {
    margin: 0px 0 0;
  }
  .divide.divide_2 li {
    width: 48%;
    margin: 0px 4% 0px 0;
  }
  .divide.divide_2 li:nth-child(2n) {
    margin: 0;
  }
  .divide.divide_4 li {
    width: 20%;
    margin: 0 6.5% 0 0;
  }
  .divide.divide_4 li:nth-child(2), .divide.divide_4 li:nth-child(3) {
    margin-top: 0px;
    margin: 0 6.5% 0 0;
  }
  .divide.divide_4 li:nth-child(4) {
    margin-top: 0px;
    margin: 0 0 0 0;
  }
  .divide.divide_5 li {
    width: 48%;
  }

  .divide_box li {
    padding: 45px;
  }
  .divide_interview .box:nth-child(2) {
    margin-top: 30px;
  }
  .divide_interview .box:nth-child(3) {
    margin-top: 60px;
  }
  .divide_interview .box:nth-child(4) {
    margin-top: 90px;
  }
  .divide_interview .box a:hover img {
    transform: scale(1.05);
  }
  .divide_interview .box a:hover .text:before {
    right: 6px;
  }
  .divide_interview .box .img {
    overflow: hidden;
  }
  .divide_interview .box .img img {
    transition: 0.3s;
  }
  .divide_interview .box .text {
    padding: 18px 20px;
    margin: 0 0 0 auto;
    max-width: 310px;
    position: relative;
  }
  .divide_interview .box .text:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: -16px;
    right: 8px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: 0.2s;
  }
  .divide_interview .box .text:after {
    content: "";
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right: 20px solid #F0C408;
    border-bottom: 20px solid #F0C408;
    position: absolute;
    right: 0;
    top: -40px;
  }
  .divide_interview .box .text .job {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .divide_interview .box .text h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  .divide_interview .box .text p.hire {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .divide_interview:not(:first-child) {
    margin: 35px 0 0;
  }

  .divide_links li a {
    padding: 30px 0;
    overflow: hidden;
  }
  .divide_links li a span {
    z-index: 1;
    position: relative;
  }
  .divide_links li a:before {
    transition: 0.2s;
  }
  .divide_links li a:after {
    transition: 0.5s;
  }
  .divide_links li a:hover {
    color: #fff;
  }
  .divide_links li a:hover:before {
    right: 6px;
  }
  .divide_links li a:hover:after {
    width: 100%;
    height: 100%;
    background: #F0C408;
    border: none;
    transition: 0.3s;
  }
  .divide_links.divide_2 li a span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
    padding: 0;
  }
  .divide_links.divide_2 li a span:first-line {
    font-size: 44px;
    font-size: 2.75rem;
    letter-spacing: 0.18em;
  }
  .divide_links.divide_3 li a span {
    padding: 0 0;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.16em;
    line-height: 1.5;
  }
  .divide_links.divide_3 li a span:first-line {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
  .divide_links.divide_3 li a span i.ext_links {
    width: 14px;
  }
  .divide_int {
    margin: 35px 0 0;
  }
  .divide_int .box {
    width: 31%;
    margin: 0 1% 25px;
  }
  .divide_int .box .text_box {
    padding: 20px;
    border-radius: 10px;
    height: calc(100% - 110px);
    position: relative;
  }
  .divide_int .box .text_box p.min_text {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .divide_int .box .text_box:after {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border: 10px solid transparent;
    border-top-color: #fff;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .divide_int .box p.img {
    margin: 20px auto 0;
  }
  .divide_int .box p.img img {
    width: 90px;
  }
}
@media screen and (min-width: 1200px) {
  p.sub_catch {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .divide_interview .box .text {
    padding: 25px 30px;
    transform: translateY(-50px);
  }
  .divide_interview .box .text .job {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .divide_interview .box .text h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .divide_interview .box .text p.hire {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .divide_interview:not(:first-child) {
    margin: 35px 0 0;
  }

  h3.h3_path {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 0.16em;
  }
  h3.h3_path:before {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/* home
---------------------------------------------- */
.sp_hidden {
  display: none;
}

#home .column01 {
  background: url(../img/bg_column01.jpg) no-repeat left bottom;
  background-size: 154%;
  padding-bottom: 200px;
}
#home .column02 .full_img_area {
  background-image: url(../img/se01_main.jpg);
  background-position: 75%;
}
#home .column02 .full_img_area h2 span:nth-child(1) {
  margin-top: 2em;
}
#home .column02 .full_img_area h2 span:nth-child(3) {
  margin-top: 3em;
}
#home .column03 .full_img_area {
  background-image: url(../img/se02_main.jpg);
  background-position: 43%;
}
#home .column03 .full_img_area h2 span:nth-child(2) {
  margin-top: 2em;
}
#home .column03 .full_img_area h2 span:nth-child(3) {
  margin-top: 4em;
}
#home .column04 .full_img_area {
  background-image: url(../img/se03_main.jpg);
  background-position: right;
}
#home .column04 .full_img_area h2 span:nth-child(2) {
  margin-top: 3.5em;
}
#home .column04 .full_img_area h2 span:nth-child(3) {
  margin-top: 2em;
}
#home .column05 .full_img_area {
  background-image: url(../img/se04_main.jpg);
  background-position: 2%;
}
#home .column05 .full_img_area h2 span:nth-child(2) {
  margin-top: 4em;
}
#home .column05 .full_img_area h2 span:nth-child(3) {
  margin-top: 2em;
}
#home .column06 .full_img_area {
  background-image: url(../img/se05_main.jpg);
  background-position: center center;
}
#home .column06 .full_img_area h2 span:nth-child(2) {
  margin-top: 6em;
}
#home .column06 .full_img_area h2 span:nth-child(3) {
  margin-top: 3em;
}
#home .column07 {
  margin-top: 40px;
  background: #E8E8E8;
  padding: 40px 0 135px;
  position: relative;
  z-index: 1;
}
#home .column07 .inner {
  position: relative;
}
#home .z-img {
  position: absolute;
}
#home .z-img.z-img01 {
  width: 80px;
  top: -60px;
  left: 0;
}
#home .z-img.z-img02 {
  width: 70px;
  right: 10px;
  bottom: -30px;
}
#home .z-img.z-img03 {
  width: 140px;
  left: 0;
  bottom: -110px;
}
#home .z-img.z-img04 {
  display: none;
}
#home .z-img.z-img05 {
  width: 100px;
  left: 50%;
  bottom: -120px;
  transform: translateY(20px);
}
#home .z-img.z-img06 {
  display: none;
}
#home .z-img.z-img07 {
  display: none;
}
#home .z-img.z-img08 {
  display: none;
}
#home .z-img.z-img09 {
  right: 10px;
  top: -55px;
  width: 100px;
}
#home .z-img.z-img10 {
  display: none;
}
#home .z-img.z-img11 {
  right: 0;
  width: 60px;
  top: 50px;
}
#home .z-img.z-img12 {
  display: none;
}
#home .column_img:nth-child(even) .full_img_area {
  margin: 0 5% 0 0;
}
#home .column_img:nth-child(even) .full_img_area h2 {
  left: 0px;
  right: auto;
}
#home .column_img .full_img_area .col_numb {
	background: rgba(255,255,255,0.9);
	padding: 15px;
}
#home .column_img:nth-child(even) .full_img_area .col_numb {
	right: 0;
	left: auto;
}
#home .column_img .full_img_area {
  margin: 0 0 0 5%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 225px;
  position: relative;
}
#home .column_img .full_img_area .inner {
  position: relative;
  padding: 70% 0 0;
}
#home .column_img .full_img_area h2 {
  writing-mode: vertical-rl;
  font-size: 1.8rem;
  right: 0px;
  left: auto;
  position: absolute;
  top: 15px;
}
#home .column_img .full_img_area h2 span {
  display: table;
  background: #fff;
  white-space: nowrap;
  margin: 0 15px;
  padding: 5px 0 0;
}
#home .column_img .full_img_area .col_numb {
  width: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#home .column_img .img_text,
#home .column_img .text_img {
  margin: 25px 0 0;
}
#home .column_img .text_area h3 {
  font-size: 1.8rem;
  line-height: 1.6;
}
#home .column_img .text_area p.text {
  font-size: 1.4rem;
  margin: 20px 0 0;
  line-height: 1.7em;
}
#home .column_img .img_area {
  margin: 20px 0 0;
}
#home .column_img .img_area figure {
  margin: 0;
}
#home .column_img .img_area figure img {
  width: 100%;
}
#home .column_img .img_area .divide {
  display: block;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#home .column_img .img_area .divide li {
  width: 48%;
}
#home .column_img .img_area .divide li:not(:first-child) {
  margin: 0 0 0 4%;
}

@media screen and (min-width: 768px) {
  /* home
  ---------------------------------------------- */
  .sp_hidden {
    display: block !important;
  }

  #home .column01 {
    background-size: contain;
    padding-bottom: 200px;
  }
  #home .column02 .full_img_area {
    background-position: center;
  }
  #home .column02 .full_img_area h2 span:nth-child(1) {
    margin-top: 2em;
  }
  #home .column02 .full_img_area h2 span:nth-child(3) {
    margin-top: 3em;
  }
  #home .column02 .divide_img li:nth-child(1) img {
    object-position: 70%;
  }
  #home .column02 .divide_img li:nth-child(2) img {
    object-position: 31%;
  }
  #home .column03 .full_img_area {
    background-position: center;
  }
  #home .column03 .full_img_area h2 span:nth-child(2) {
    margin-top: 2em;
  }
  #home .column03 .full_img_area h2 span:nth-child(3) {
    margin-top: 4em;
  }
  #home .column04 .full_img_area {
    background-position: center;
  }
  #home .column04 .full_img_area h2 span:nth-child(2) {
    margin-top: 3.5em;
  }
  #home .column04 .full_img_area h2 span:nth-child(3) {
    margin-top: 2em;
  }
  #home .column05 .full_img_area {
    background-position: center;
  }
  #home .column05 .full_img_area h2 span:nth-child(2) {
    margin-top: 4em;
  }
  #home .column05 .full_img_area h2 span:nth-child(3) {
    margin-top: 2em;
  }
  #home .column06 .full_img_area {
    background-position: center center;
  }
  #home .column06 .full_img_area h2 span:nth-child(2) {
    margin-top: 6em;
  }
  #home .column06 .full_img_area h2 span:nth-child(3) {
    margin-top: 3em;
  }
  #home .column07 {
    margin-top: 40px;
    padding: 40px 0 135px;
  }
  #home .column07 .inner h2 br {
    display: none;
  }
  #home .z-img {
    position: absolute;
  }
  #home .z-img.z-img01 {
    width: 130px;
    top: -96px;
    left: 5%;
  }
  #home .z-img.z-img02 {
    width: 110px;
    right: 20px;
    bottom: -80px;
  }
  #home .z-img.z-img03 {
    width: 160px;
    left: -5%;
    bottom: -120px;
  }
  #home .z-img.z-img04 {
    display: none;
  }
  #home .z-img.z-img05 {
    width: 100px;
    left: 40%;
    bottom: -130px;
    transform: translateY(20px);
  }
  #home .z-img.z-img06 {
    display: none;
  }
  #home .z-img.z-img07 {
    display: none;
  }
  #home .z-img.z-img08 {
    display: none;
  }
  #home .z-img.z-img09 {
    right: 80px;
    top: -55px;
    width: 140px;
  }
  #home .z-img.z-img10 {
    display: none;
  }
  #home .z-img.z-img11 {
    right: 20px;
    width: 80px;
    top: 70px;
  }
  #home .z-img.z-img12 {
    display: none;
  }
  #home .column_img:nth-child(even) .full_img_area {
    margin: 0 0 0;
  }
  #home .column_img:nth-child(even) .full_img_area h2 {
    left: 0px;
    right: auto;
  }
  #home .column_img:nth-child(even) .full_img_area .col_numb {
    right: 15px;
    left: auto;
  }
  #home .column_img .full_img_area {
    margin: 0 0 0 0;
    min-height: 225px;
  }
  #home .column_img .full_img_area .inner {
    padding: 40% 0 0;
  }
  #home .column_img .full_img_area h2 {
    font-size: 2.0rem;
    right: 0px;
    left: auto;
    top: 60px;
  }
  #home .column_img .full_img_area h2 span {
    padding: 15px 0 0;
  }
  #home .column_img .full_img_area .col_numb {
    width: 110px;
    bottom: -20px;
    left: 20px;
  }
  #home .column_img .img_text,
#home .column_img .text_img {
    margin: 40px 0 0;
  }
  #home .column_img .text_area h3 {
    font-size: 2.2rem;
	  line-height: 1.4em;
  }
  #home .column_img .text_area p.text {
    font-size: 1.5rem;
	  line-height: 1.8em;
    margin: 20px 0 0;
  }
  #home .column_img .img_area {
    margin: 0;
  }
  #home .column_img .img_area .divide li figure img {
    object-fit: cover;
    height: 200px;
  }
  #home p.btn_more {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  /* home
  ---------------------------------------------- */
  /* home
   ---------------------------------------------- */
  #home .column01 {
    background-size: contain;
    padding-bottom: 300px;
  }
  #home .column01 .row {
    display: block;
    -js-display: flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: center;
  }
  #home .column01 .row h2 span:nth-child(2) {
    padding-top: 2.8em;
  }
  #home .column01 .row h2 span:nth-child(4) {
    padding-top: 1.4em;
  }
  #home .column01 .row h2 span:nth-child(5) {
    padding-top: 0.5em;
  }
  #home .column_img:nth-child(even) .full_img_area {
    margin: 0 0 0;
  }
  #home .column_img .full_img_area .inner {
    padding: 39% 0 0;
  }
  #home .column_img .full_img_area h2 {
    font-size: 2.4rem;
    top: 20%;
  }
  #home .column_img .full_img_area h2 span {
    margin: 0 30px;
    padding: 25px 0 15px;
  }
  #home .column_img .full_img_area .col_numb {
    width: 150px;
    bottom: 0;
    left: auto;
    right: auto;
  }
  #home .column_img .img_text,
#home .column_img .text_img {
    margin: 60px 0 0;
  }
  #home .column_img .text_area h3 {
    font-size: 2.8rem;
	  line-height: 1.4em;
  }
  #home .column_img .text_area p.text {
    font-size: 1.6rem;
    margin: 25px 0 0;
    line-height: 2.0em;
  }
  #home .column_img .img_area .divide {
    margin: 15px 0 0;
  }
  #home .column_img .img_area .divide li figure img {
    object-fit: cover;
    height: 240px;
  }
  #home .column02 .full_img_area h2 span:nth-child(1) {
    margin-top: 2em;
  }
  #home .column02 .full_img_area h2 span:nth-child(3) {
    margin-top: 3em;
  }
  #home .column02 .full_img_area p.col_numb {
    right: auto;
	  left: 0;
  }
  #home .column03 .full_img_area p.col_numb {
    left: auto;
	  right: 0;
  }
  #home .column04 .full_img_area {
    background-position: center;
  }
  #home .column04 .full_img_area h2 span:nth-child(2) {
    margin-top: 4.5em;
  }
  #home .column04 .full_img_area h2 span:nth-child(3) {
    margin-top: 2.5em;
  }
  #home .column04 .full_img_area p.col_numb {
  }
  #home .column05 .full_img_area {
    background-position: center;
  }
  #home .column05 .full_img_area h2 span:nth-child(2) {
    margin-top: 4em;
  }
  #home .column05 .full_img_area h2 span:nth-child(3) {
    margin-top: 2em;
  }
  #home .column05 .full_img_area p.col_numb {
    left: auto;
	  right: 0;
  }
  #home .column06 .full_img_area {
    background-position: center center;
  }
  #home .column06 .full_img_area h2 span:nth-child(2) {
    margin-top: 6em;
  }
  #home .column06 .full_img_area h2 span:nth-child(3) {
    margin-top: 3em;
  }
  #home .column06 .full_img_area p.col_numb {
    right: auto;
	  left: 0;
  }
  #home .column07 {
    margin-top: 40px;
    padding: 150px 0 150px;
  }
  #home .column07 .inner .row {
    display: block;
    -js-display: flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: center;
  }
  #home .column07 .inner h2 br {
    display: none;
  }
  #home .z-img {
    position: absolute;
  }
  #home .z-img.z-img01 {
    width: auto;
    top: -190px;
    left: 25%;
  }
  #home .z-img.z-img02 {
    width: auto;
    left: 0px;
    bottom: auto;
    top: -70px;
  }
  #home .z-img.z-img03 {
    width: auto;
    left: -20%;
    bottom: 20%;
  }
  #home .z-img.z-img05 {
    width: auto;
    left: 10%;
    bottom: -120px;
    transform: translateY(30px);
  }
  #home .z-img.z-img06 {
    display: block;
    bottom: -110px;
    left: 35%;
  }
  #home .z-img.z-img07 {
    display: block;
    top: -120px;
    right: 44%;
  }
  #home .z-img.z-img08 {
    display: block;
    top: -190px;
    right: 5%;
  }
  #home .z-img.z-img09 {
    width: auto;
    top: -190px;
    right: 10%;
  }
  #home .z-img.z-img10 {
    display: block;
    right: -40px;
    top: 40%;
  }
  #home .z-img.z-img11 {
    right: 20%;
    width: auto;
    top: auto;
    bottom: -10px;
  }
  #home .z-img.z-img12 {
    display: block;
    right: 30%;
    bottom: -120px;
    transform: translateY(30px);
  }
#home .column07 img {
	width: auto;
	height: 100%;
}
}
@media screen and (min-width: 1200px) {
  /* home
  ---------------------------------------------- */
  /* home
  ---------------------------------------------- */
  #home .column_img .full_img_area h2 {
    font-size: 2.8rem;
  }
}