@charset "UTF-8";
@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;
}

img,
html body #page .entry-content img {
  box-shadow: 0 0 0 0;
  border-radius: 0 0 0 0;
  vertical-align: middle;
  max-width: 100%;
}

figure {
  margin: 0;
}

.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);
}

/* BASE
---------------------------------------------- */
html body {
  color: #484848;
  width: 100%;
  min-width: 320px;
  padding: 0;
  margin: 0;
  background: #FFD600;
}

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


dl {
  margin: 0;
  padding: 0;
}
dl dt {
  margin: 0;
  font-size: 1.3rem;
}
dl dd {
  margin: 0;
  font-size: 1.3rem;
}

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


p.btn-cell {
  text-align: center;
  display: block;
  margin: 15px auto 0;
}
p.btn-cell a, p.btn-cell 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;
  background: #fff;
  border-radius: 100px;
  width: 280px;
  font-size: 1.6rem;
}
p.btn-cell a:before, p.btn-cell button:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFD600;
  border-right: 2px solid #FFD600;
  background-size: contain;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
p.btn-cell.btn_entry a {
  border-color: #FFD600;
  background: #FFD600;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  font-display: swap;
}
p.btn-cell.btn_entry a:before {
  border-top-color: #fff;
  border-right-color: #fff;
}
p.btn-cell 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 #FFD600;
  color: #FFD600;
}
p.btn_bg a span, p.btn_bg button span {
  font-size: 1.5rem;
  font-weight: bold;
}
p.btn_bg a:before, p.btn_bg button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFD600;
  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 #FFD600;
  border-right: 2px solid #FFD600;
  transform: rotate(45deg);
  right: 15px;
  top: 0;
  bottom: 0;
}
p.btn_bg.btn_bg_re a, p.btn_bg.btn_bg_re button {
  background: #FFD600;
  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: 2.2rem;
  letter-spacing: 0.05em;
  display: block;
  width: calc(100% - 30px);
  padding: 0 10px;
}
p.btn_tel a span.tel_numb span {
  font-size: 1.0rem;
  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-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  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.btn-cell {
    margin: 30px auto 0;
  }
  p.btn-cell a, p.btn-cell button {
    width: 400px;
  }
  p.btn-cell.btn_entry {
    display: table;
    margin: 20px 0 0;
  }
  p.btn-cell.btn_entry a {
    width: 200px;
  }

  p.btn_bg a {
  font-size: 1.6rem;
    padding: 20px 100px;
  }
}
@media screen and (min-width: 1024px) {
  p {
  font-size: 1.4rem;
  }

  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: 2.2rem;
    letter-spacing: 0.05em;
    display: block;
    width: calc(100% - 30px);
    padding: 0 10px;
  }
  p.btn_tel a span.tel_numb span {
  font-size: 1.2rem;
    display: block;
    line-height: 1.5;
    margin: 4px 0 0;
  }

  p.btn-cell {
    margin: 100px auto 0;
  }
  p.btn-cell a {
    padding: 20px;
    border-width: 2px;
    transition: 0.3s;
  }
  p.btn-cell a span {
  font-size: 2.2rem;
  }
  p.btn-cell a:before {
    transition: 0.3s;
    width: 15px;
    height: 15px;
    border-right-width: 4px;
    border-top-width: 4px;
  }
  p.btn-cell a:hover {
    background: #ffb300;
    color: #fff;
  }
  p.btn-cell a:hover:before {
    border-right-color: #fff;
    border-top-color: #fff;
    right: 20px;
  }
  p.btn-cell.btn_entry a {
    padding: 15px;
  }
  p.btn-cell.btn_entry a span {
  font-size: 1.8rem;
  }
  p.btn-cell.btn_entry a:before {
    border-right-width: 2px;
    border-top-width: 2px;
    width: 10px;
    height: 10px;
  }

  p.btn_bg a {
  font-size: 1.8rem;
    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: #FFD600;
  }
  p.btn_bg.btn_bg_re a:hover:after {
    border-top: 2px solid #FFD600;
    border-right: 2px solid #FFD600;
  }
  p.btn_bg.btn_bg_re a:before {
    background: #fff;
  }
}
#mainvisual {
  background: url(../img/common/mainvisual_sp.png) no-repeat top right;
  background-size: contain;
}
#mainvisual .inner {
	padding: 0 5%;
  width: 100%;
}
#mainvisual .inside {
  padding: 80% 0 0;
}
#mainvisual .inside h1 {
  margin: 0;
	padding-top: 50px;
}
#mainvisual .inside h1 span {
  font-family: "Lato", sans-serif;
  font-display: swap;
  display: block;
}
#mainvisual .inside h1 span.over_spell {
	width: 150px;
	margin-bottom: 5px;
}
#mainvisual .inside h1 span.under_spell {
  background: linear-gradient(transparent 70%, #ffb300 70%);
  font-size: 5.0rem;
  display: table;
  font-weight: 900;
	line-height: 1;
  color: #fff;
}
#mainvisual .inside h2 {
  font-size: 2.2rem;
  color: #fff;
  margin: 20px 0 0;
  font-weight: bold;
}
#mainvisual .inside p.text {
  color: #fff;
  line-height: 1.8;
  font-weight: bold;
}
#mainvisual .btn_img {
	  display: none;
  width: 125px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 2;
}
#mainvisual .btn_img a {
  display: table;
  margin: auto;
  border-radius: 50%;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
}
#mainvisual .btnbnr {
	display: block;
 	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 2;
}
	#mainvisual .btnbnr a {
		display: block;
		background: #ff9300;
		height: 60px;
  font-size: 1.6rem;
		text-align: center;
		color: #fff;
		line-height: 60px;
	}

@media screen and (min-width: 768px) {
  #mainvisual {
    background: url(../img/common/mainvisual.png) no-repeat top right;
    background-size: 65%;
    margin: 0;
  }
  #mainvisual .inner {
    display: block;
    -js-display: flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #mainvisual .inside {
    margin: 40px 0 0;
	  padding: 0;
  }
  #mainvisual .inside h1 {
    margin: 0;
  }
  #mainvisual .inside h1 span.over_spell {
	  width: 200px;
  }
  #mainvisual .inside h1 span.under_spell {
 	 font-size: 6.5rem;
  }
  #mainvisual .inside h2 {
  font-size: 2.4rem;
    margin: 20px 0 0;
  }
  #mainvisual .btn_img {
	  display: block;
    order: 1;
    width: 160px;
    margin: 0;
  }
	#mainvisual .btnbnr {
		display: none;
	}
}
@media screen and (min-width: 1024px) {
  #mainvisual {
    background-size: 60%;
    margin: 0 0 0px;
  }
  #mainvisual .inside {
    margin: 120px 0 0;
  }
  #mainvisual .inside h1 {
    margin: 0;
  }
  #mainvisual .inside h1 span.over_spell {
  font-size: 3.0rem;
  }
  #mainvisual .inside h1 span.under_spell {
	  font-size: 9.0rem;
  }
  #mainvisual .inside h2 {
  font-size: 4.0rem;
    margin: 50px 0 0;
  }
  #mainvisual .inside p.text {
    line-height: 2.2;
  }
  #mainvisual .btn_img {
	  display: block;
    order: 1;
    width: 200px;
  }
  #mainvisual .btn_img a {
    transition: 0.3s;
  }
  #mainvisual .btn_img a:hover {
    box-shadow: none;
  }
	#mainvisual .btnbnr {
		display: none;
	}
}
.column {
  margin: 50px auto;
  padding: 20px 0 20px 0;
}
.column.column00 {
  margin: 0 auto;
}

.row {
  margin: 20px 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: 20px auto 0;
}
.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;
}

h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
p.ve_catch {
  font-size: 1.3rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 2;
  margin: 20px 0 0;
}

h2.h2_mds {
  display: block;
  color: #FFD600;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}
h2.h2_mds:first-line {
  font-size: 3.0rem;
  font-family: "viga", sans-serif;
  font-display: swap;
  font-weight: normal;
}

h2.h2_mds_s {
  display: block;
  color: #FFD600;
}
h2.h2_mds_s span {
  display: block;
  text-align: center;
}
h2.h2_mds_s span.over_spell {
  font-size: 3.0rem;
  font-family: "viga", sans-serif;
  font-display: swap;
  font-weight: normal;
}
h2.h2_mds_s span.under_spell {
  font-size: 1.2rem;
}

h2.h2_work {
  display: block;
  -js-display: flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
h2.h2_work span {
  display: block;
}
h2.h2_work span.numb_spell {
  padding: 10px 5px;
  font-family: "Lato", sans-serif;
  font-display: swap;
  text-align: center;
  color: #fff;
  background: #FFD600;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1;
}
h2.h2_work span.numb_spell:first-line {
 font-size: 1.2rem;
}
h2.h2_work span.spell_text {
 font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0 10px;
}

h2.h2_talk {
  text-align: center;
  font-size: 1.8rem;
  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 {
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  font-display: swap;
  font-weight: 900;
  display: table;
  margin: auto;
  background: linear-gradient(transparent 60%, #FFD600 60%);
  line-height: 1.2;
  padding: 0 3px;
}
h2.h2_double span.under_spell {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.6;
  margin: 0px 0 0;
  display: block;
  letter-spacing: 0.1em;
}

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

h3.h3_under {
  font-family: "Lato", sans-serif;
  font-display: swap;
  font-size: 1.8rem;
  background: linear-gradient(transparent 60%, #FFD600 60%);
  font-weight: bold;
  display: table;
  line-height: 1.4;
}

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

h3.h3_path {
  padding: 14px 0 0 34px;
  font-size: 2.2rem;
  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: 2.0rem;
  font-family: "viga", sans-serif;
  font-display: swap;
  position: absolute;
  letter-spacing: 0.05em;
  left: 0;
  top: 0;
  color: #ffb300;
}
h3.h3_path:after {
  content: "";
  width: 1px;
  height: 40px;
  transform: rotate(45deg);
  background: #ffb300;
  left: 24px;
  top: 6px;
  position: absolute;
}

h3.text_sub_catch {
  font-size: 1.4rem;
  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: 1.5rem;
}
h3.h3_side_sla span.under_spell {
  color: #FFD600;
  font-size: 1.9rem;
}

h4 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.6;
}
h4:not(:first-child) {
  margin: 15px 0 0;
}

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

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

p.sub_catch {
  font-size: 1.3rem;
  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: 32%;
}
.divide.divide_3 li:not(:first-child) {
  margin: 0 0 0 2%;
}
.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: 1.4rem;
  font-weight: 700;
  color: #FFD600;
}
.divide_interview .box .text h3 {
  margin: 2px 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #212121;
}
.divide_interview .box .text p.hire {
  font-size: 1.1rem;
}
.divide_interview:not(:first-child) {
  margin: 20px 0 0;
}

.divide_links li a {
  background: #f2f2f2;
  color: #FFD600;
  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 #FFD600;
  border-bottom: 20px solid #FFD600;
  position: absolute;
  right: 0;
  bottom: 0;
}
.divide_links.divide_2 li a span {
  padding: 5px 0 0;
  font-size: 1.2rem;
  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: 2.8rem;
}
.divide_links.divide_3 li {
  width: 49%;
}
.divide_links.divide_3 li a {
  border: 1px solid #FFD600;
  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 #FFD600;
  border-bottom: 10px solid #FFD600;
}
.divide_links.divide_3 li a span {
  display: block;
  font-size: 1.0rem;
  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: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  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: #FFD600;
}
.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: 1.0rem;
  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 {
    margin: 60px auto 0;
    padding: 40px 0;
  }
  .column.column00 {
    margin: 0 auto;
  }

  .row {
    margin: 35px 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%;
  }

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

  h2.h2_work span {
    display: block;
  }
  h2.h2_work span.numb_spell {
    padding: 8px 6px;
  font-size: 4.6rem;
  }
  h2.h2_work span.numb_spell:first-line {
  font-size: 1.6rem;
  }
  h2.h2_work span.spell_text {
  font-size: 2.6rem;
    line-height: 1.4;
    margin: 0 0 0 15px;
  }

  h2.h2_double span.over_spell {
  font-size: 2.0rem;
  }
  h2.h2_double span.under_spell {
  font-size: 3.2rem;
    letter-spacing: 0.1em;
    margin: 3px 0 0;
  }

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

  h2.h2_mds {
  font-size: 1.3rem;
  }
  h2.h2_mds:first-line {
  font-size: 3.4rem;
    letter-spacing: 0.1em;
  }

  h2.h2_mds_s span.over_spell {
  font-size: 3.4rem;
    letter-spacing: 0.1em;
  }
  h2.h2_mds_s span.under_spell {
  font-size: 13rem;
  }

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

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

  h2.h2_ja {
  font-size: 3.0rem;
  }

  h3 {
  font-size: 2.2rem;
  }

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

  h3.h3_under {
  font-size: 2.4rem;
    font-weight: 900;
  }

  h3.h3_path {
    padding: 16px 0 0 38px;
  font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  h3.h3_path:before {
  font-size: 2.2rem;
  }
  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: 2.0rem;
  }
  h3.h3_side_sla span.under_spell {
    color: #FFD600;
  font-size: 2.4rem;
  }

  h4 {
    margin: 0;
  font-size: 2.2rem;
  }
  h4:not(:first-child) {
    margin: 20px 0 0;
  }

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

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

  p.sub_catch {
  font-size: 1.4rem;
  }

  .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 #FFD600;
  }
  .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 #FFD600;
    border-bottom: 20px solid #FFD600;
  }
  .divide_links.divide_3 li a span {
    padding: 5px 0 0;
  font-size: 1.2rem;
  }
  .divide_links.divide_3 li a span:first-line {
  font-size: 1.8rem;
  }
  .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: 1.1rem;
    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 {
    margin: 100px auto 0;
    padding: 70px 0;
  }
  .column.column00 {
    margin: 0 auto;
  }

  .row {
    margin: 70px 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;
  }

  h2 {
  font-size: 3.0rem;
  }
  h2 span.over_spell {
  font-size: 3.0rem;
  }
  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: 3;
    letter-spacing: 0.15em;
  font-size: 1.5rem;
    margin: 0 60px 0 0;
  }

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

  h2.h2_mds {
  font-size: 1.6rem;
    line-height: 1.7;
  }
  h2.h2_mds:first-line {
  font-size: 4.4rem;
    letter-spacing: 0.15em;
  }

  h2.h2_mds_s span.over_spell {
  font-size: 5.6rem;
    letter-spacing: 0.15em;
  }
  h2.h2_mds_s span.under_spell {
  font-size: 1.6rem;
  }

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

  h2.h2_ja {
  font-size: 4.0rem;
  }

  h2.h2_work span {
    display: block;
  }
  h2.h2_work span.numb_spell {
    padding: 10px 8px;
  font-size: 6.0rem;
  }
  h2.h2_work span.numb_spell:first-line {
  font-size: 2.0rem;
  }
  h2.h2_work span.spell_text {
  font-size: 3.0rem;
    line-height: 1.4;
    margin: 0 0 0 20px;
  }

  h2.h2_double span.over_spell {
  font-size: 3.0rem;
  }
  h2.h2_double span.under_spell {
  font-size: 4.8rem;
    margin: 5px 0 0;
  }

  h3 {
  font-size: 2.4rem;
  }

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

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

  h3.text_sub_catch {
  font-size: 1.8rem;
  }

  h3.h3_side_sla:before {
    left: -60px;
  }
  h3.h3_side_sla:after {
    right: -60px;
  }
  h3.h3_side_sla span.over_spell {
  font-size: 2.2rem;
  }
  h3.h3_side_sla span.under_spell {
  font-size: 2.4rem;
  }

  h3.h3_under {
  font-size: 2.4rem;
  }

  h4 {
  font-size: 2.4rem;
    letter-spacing: 0.15em;
  }
  p.text {
    line-height: 1.8;
    font-size: 1.6rem;
  }
  p.text:not(:first-child) {
    margin: 20px 0 0;
  }

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

  p.sub_catch {
  font-size: 1.6rem;
    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 #FFD600;
    border-bottom: 20px solid #FFD600;
    position: absolute;
    right: 0;
    top: -40px;
  }
  .divide_interview .box .text .job {
  font-size: 1.8rem;
  }
  .divide_interview .box .text h3 {
  font-size: 1.6rem;
  }
  .divide_interview .box .text p.hire {
  font-size: 1.1rem;
  }
  .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: #FFD600;
    border: none;
    transition: 0.3s;
  }
  .divide_links.divide_2 li a span {
  font-size: 1.6rem;
    line-height: 1.2;
    padding: 0;
  }
  .divide_links.divide_2 li a span:first-line {
  font-size: 4.4rem;
    letter-spacing: 0.18em;
  }
  .divide_links.divide_3 li a span {
    padding: 0 0;
  font-size: 1.4rem;
    letter-spacing: 0.16em;
    line-height: 1.5;
  }
  .divide_links.divide_3 li a span:first-line {
  font-size: 2.4rem;
    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: 12rem;
  }
  .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: 1.8rem;
  }

  .divide_interview .box .text {
    padding: 25px 30px;
    transform: translateY(-50px);
  }
  .divide_interview .box .text .job {
  font-size: 2.0rem;
  }
  .divide_interview .box .text h3 {
  font-size: 1.8rem;
  }
  .divide_interview .box .text p.hire {
  font-size: 1.2rem;
  }
  .divide_interview:not(:first-child) {
    margin: 35px 0 0;
  }

  h3.h3_path {
  font-size: 2.8rem;
    letter-spacing: 0.16em;
  }
  h3.h3_path:before {
  font-size: 2.4rem;
  }
}
/* home
---------------------------------------------- */
.sp_hidden {
  display: none;
}

#home .column {
  border-radius: 10px;
  background: #fff;
  width: 94%;
  overflow: hidden;
}
#home .column.column01 {
  padding-top: 0;
}
#home .column.column01 .img_area figure {
  margin: auto;
  width: 60%;
}
#home .column .mission_area {
  margin: 20px 0 0;
}
#home .column .mission_area .divide_3 li {
  border: 2px solid #333;
}
#home .column.column05 {
  padding-bottom: 0;
}
#home .sub_catch_area {
  background: url(../img/home/column01.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 20px 0;
}
#home .sub_catch_area h2 {
  font-size: 2.0rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
}
#home .sub_catch_area h2 span {
  background: linear-gradient(transparent 70%, #FFD600 70%);
}
#home .sub_catch_area p {
  margin: 15px 0 0;
}

ul.ul_timetable {
  position: relative;
}
ul.ul_timetable:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 90%;
  background: #FFD600;
}
ul.ul_timetable li {
  position: relative;
  background: rgba(255, 214, 0, 0.2);
  border-radius: 5px;
  padding: 5px;
  margin: 0 0 0 15px;
  font-weight: bold;
}
ul.ul_timetable li:not(:first-child) {
  margin: 10px 0 0 15px;
}
ul.ul_timetable li:before {
  content: "";
  background: #fff;
  position: absolute;
  border: 2px #FFD600 solid;
  width: 10px;
  height: 10px;
  left: -19px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
ul.ul_timetable li:after {
  content: "";
  left: -10px;
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  border: 5px solid transparent;
  border-right-color: rgba(255, 214, 0, 0.2);
}
ul.ul_timetable li span {
  font-family: "Lato", sans-serif;
  font-display: swap;
}

dl.dl_overview dt {
  padding: 15px 15px 10px;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #DDDDDD;
}
dl.dl_overview dt:nth-of-type(odd) {
  background: #F5F5F5;
}
dl.dl_overview dd {
  padding: 10px 15px 15px;
}
dl.dl_overview dd:nth-of-type(odd) {
  background: #F5F5F5;
}

ul.ul_voice li {
  display: block;
  -js-display: flex;
  display: flex;
  flex-wrap: nowrap;
}
ul.ul_voice li:not(:first-child) {
  margin: 10px 0 0;
}
ul.ul_voice li p.img {
  width: 80px;
}
ul.ul_voice li dl {
  width: calc(100% - 70px);
  margin-left: 10px;
  background: #F5F5F5;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}
ul.ul_voice li dl:before {
  content: "";
  left: -10px;
  position: absolute;
  width: 0;
  height: 0;
  top: 35px;
  border: 5px solid transparent;
  border-right-color: #f5f5f5;
}
ul.ul_voice li dl dt {
  font-size: 1.4rem;
  font-weight: bold;
}
ul.ul_voice li dl dd {
  margin: 5px 0 0;
  font-size: 1.2rem;
}

ul.divde_phot {
  display: block;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
ul.divde_phot li {
  width: 50%;
}

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

  #home .column {
    max-width: 1200px;
  }
  #home .column.column01 .img_area figure {
    margin: auto;
    width: auto;
  }
  #home .column .mission_area {
    margin: 30px 0 0;
  }
  #home .column.column05 {
    padding-bottom: 0;
  }
  #home .sub_catch_area {
    padding: 40px 0;
  }
  #home .sub_catch_area h2 {
  font-size: 3.0rem;
  }
  #home .sub_catch_area p {
    margin: 20px 0 0;
  }

  ul.ul_timetable:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 90%;
  }
  ul.ul_timetable li {
    padding: 5px;
    width: calc(50% - 18px);
  }
  ul.ul_timetable li:nth-child(odd) {
    margin: 15px 0 0 auto;
  }
  ul.ul_timetable li:nth-child(even) {
    margin: 15px auto 0 0;
    text-align: right;
    display: block;
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  ul.ul_timetable li:nth-child(even) span {
    order: 1;
    margin: 0 0 0 10px;
  }
  ul.ul_timetable li:nth-child(even):before {
    left: auto;
    right: -25px;
  }
  ul.ul_timetable li:nth-child(even):after {
    right: -16px;
    left: auto;
    border-right-color: transparent;
    border-left-color: rgba(255, 214, 0, 0.2);
  }
  ul.ul_timetable li:before {
    width: 15px;
    height: 15px;
    left: -25px;
  }
  ul.ul_timetable li:after {
    left: -16px;
    border: 8px solid transparent;
    border-right-color: rgba(255, 214, 0, 0.2);
  }
  ul.ul_timetable li span {
    margin: 0 10px 0 0;
  }

  dl.dl_overview {
    display: block;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  dl.dl_overview dt {
    width: 140px;
    padding: 15px 15px;
  font-size: 17rem;
    border-bottom: none;
    border-right: 1px solid #DDDDDD;
    display: block;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  dl.dl_overview dt:nth-of-type(odd) {
    background: #F5F5F5;
  }
  dl.dl_overview dd {
    width: calc(100% - 140px);
    padding: 15px 15px;
  }
  dl.dl_overview dd:nth-of-type(odd) {
    background: #F5F5F5;
  }

  ul.ul_voice li:not(:first-child) {
    margin: 20px 0 0;
  }
  ul.ul_voice li p.img {
    width: 90px;
  }
  ul.ul_voice li dl {
    width: calc(100% - 70px);
    margin-left: 20px;
    padding: 20px;
  }
  ul.ul_voice li dl:before {
    content: "";
    left: -23px;
    top: 35px;
    border: 15px solid transparent;
    border-right-color: #f5f5f5;
  }
  ul.ul_voice li dl dt {
  font-size: 1.8rem;
  }
  ul.ul_voice li dl dd {
    margin: 10px 0 0;
  font-size: 1.4rem;
  }

  ul.divde_phot li {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  /* home
  ---------------------------------------------- */
  /* home
   ---------------------------------------------- */
  #home .column.column01 .img_area figure {
    transform: translateY(-20px);
  }
  #home .column.column01 .text_img {
    align-items: flex-start;
  }
  #home .column.column01 .text_img .text_area {
    padding: 0 0 60px;
    border-bottom: 1px dashed #DDDDDD;
  }
  #home .column .mission_area {
    margin: 50px 0 0;
    transform: translateY(-60px);
  }
  #home .column.column05 {
    padding-bottom: 0;
  }
  #home .sub_catch_area {
    padding: 100px 0;
  }
  #home .sub_catch_area h2 {
  font-size: 5.0rem;
  }
  #home .sub_catch_area p {
    margin: 25px 0 0;
  }

  ul.ul_timetable:before {
    width: 3px;
  }
  ul.ul_timetable li {
    padding: 15px;
    width: calc(50% - 30px);
  font-size: 1.6rem;
  }
  ul.ul_timetable li:nth-child(odd) {
    margin: 15px 0 0 auto;
  }
  ul.ul_timetable li:nth-child(even) {
    margin: 15px auto 0 0;
    text-align: right;
    display: block;
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  ul.ul_timetable li:nth-child(even) span {
    order: 1;
    margin: 0 0 0 10px;
  }
  ul.ul_timetable li:nth-child(even):before {
    left: auto;
    right: -40px;
  }
  ul.ul_timetable li:nth-child(even):after {
    right: -20px;
    left: auto;
    border-right-color: transparent;
    border-left-color: rgba(255, 214, 0, 0.2);
  }
  ul.ul_timetable li:before {
    width: 20px;
    height: 20px;
    left: -40px;
    border-width: 3px;
  }
  ul.ul_timetable li:after {
    left: -20px;
    border: 10px solid transparent;
    border-right-color: rgba(255, 214, 0, 0.2);
  }
  ul.ul_timetable li span {
    margin: 0 10px 0 0;
  font-size: 1.8rem;
  }

  dl.dl_overview dt {
    padding: 30px 25px;
  font-size: 1.8rem;
  }
  dl.dl_overview dd {
    padding: 30px 25px;
  }
  ul.ul_voice li dl {
    padding: 25px;
  }
  ul.ul_voice li dl:before {
    content: "";
    left: -29px;
    top: 35px;
  }
  ul.ul_voice li dl dt {
  font-size: 2.0rem;
  }
  ul.ul_voice li dl dd {
    margin: 10px 0 0;
  font-size: 1.6rem;
    line-height: 1.8;
  }

  ul.divde_phot li {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  /* home
  ---------------------------------------------- */
  /* home
  ---------------------------------------------- */
}