@charset "UTF-8";
/* ==================================================
	color settings
================================================== */
#content_area > section {
  position: relative;
}

#content_area > section:nth-child(odd) {
  padding: 100px 0;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #content_area > section:nth-child(odd) {
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
    margin-bottom: 13.33vw;
  }
}

#content_area > section:nth-child(even) {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #content_area > section:nth-child(even) {
    margin-bottom: 13.33vw;
  }
}

#content_area > section:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #content_area .bg_l:first-of-type::before {
    top: -41px;
    height: calc(100% + 41px);
  }
}

#content_area .btn_style01 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  #content_area .btn_style01 {
    margin-top: 13.33vw;
  }
}

.page_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(94, 161, 255, 0.8)), to(rgba(122, 247, 255, 0.8)));
  background: linear-gradient(to right, rgba(94, 161, 255, 0.8), rgba(122, 247, 255, 0.8));
  height: 360px;
}

@media screen and (max-width: 767px) {
  .page_ttl {
    height: 53.32vw;
  }
}

.page_ttl h1 {
  text-align: center;
  color: #fff;
  font-size: 5.4rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .page_ttl h1 {
    font-size: 10.664vw;
  }
}

.page_ttl h1 span {
  display: block;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .page_ttl h1 span {
    font-size: 4.2656vw;
  }
}

.page_company .name {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
}

.page_company .name span {
  font-size: 2.0rem;
  text-align: left;
  display: block;
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .page_cases .caseslist_wrap {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .page_cases .caseslist_wrap {
    margin-top: 13.33vw;
  }
}

@media screen and (min-width: 768px) {
  .page_cases .caseslist_wrap > div {
    width: 576px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page_cases .caseslist_wrap > div {
    margin-top: 7.998vw;
  }
}

.page_cases .caseslist_wrap .img_box {
  background: #f3f6f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .page_cases .caseslist_wrap .img_box {
    width: 576px;
    height: 330px;
  }
}

@media screen and (max-width: 767px) {
  .page_cases .caseslist_wrap .img_box {
    width: 100%;
    height: 220px;
  }
}

.page_cases .caseslist_wrap .img_box img {
  width: auto;
  height: auto;
}

@media screen and (min-width: 768px) {
  .page_cases .caseslist_wrap .img_box img {
    max-width: 576px;
    max-height: 330px;
  }
}

@media screen and (max-width: 767px) {
  .page_cases .caseslist_wrap .img_box img {
    max-width: 100%;
    max-height: 220px;
  }
}

.page_cases .caseslist_wrap dl {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .page_cases .caseslist_wrap dl {
    margin-top: 3.999vw;
  }
}

.page_cases .caseslist_wrap dl dt {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .page_cases .caseslist_wrap dl br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .page_cases .caseslist_wrap dl dt {
    font-size: 4.2656vw;
    margin-bottom: 1.333vw;
  }
}

@media screen and (min-width: 768px) {
  .page_cases .casesdetail_wrap {
    width: 900px;
    margin: 100px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .page_cases .casesdetail_wrap {
    margin-top: 13.33vw;
  }
}

.page_cases .casesdetail_wrap h2 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .page_cases .casesdetail_wrap h2 {
    font-size: 7.998vw;
    margin-bottom: 7.998vw;
  }
}

@media screen and (min-width: 768px) {
  .page_cases .casesdetail_wrap h2 br {
    display: none;
  }
}


.page_cases .casesdetail_wrap .img_box {
  background: #f3f6f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .page_cases .casesdetail_wrap .img_box {
    width: 900px;
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .page_cases .casesdetail_wrap .img_box {
    width: 100%;
    height: 220px;
  }
}

.page_cases .casesdetail_wrap .img_box img {
  width: auto;
  height: auto;
}

@media screen and (min-width: 768px) {
  .page_cases .casesdetail_wrap .img_box img {
    max-width: 900px;
    max-height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .page_cases .casesdetail_wrap .img_box img {
    max-width: 100%;
    max-height: 220px;
  }
}

.page_cases .casesdetail_wrap .txt {
  line-height: 1.8;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .page_cases .casesdetail_wrap .txt {
    margin-top: 13.33vw;
  }
}

@media screen and (max-width: 767px) {
  .page_news .news_wrap {
    margin-top: 13.33vw;
  }
}

@media screen and (min-width: 768px) {
  .page_news .news_wrap {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page_news .news_wrap .content {
    width: 900px;
  }
  .page_news .news_wrap .side {
    width: 240px;
  }
}

.page_news .content li {
  padding: 30px 20px;
  border-top: 1px solid #ebebeb;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .page_news .content li {
    max-width: 900px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .page_news .content li {
    padding: 3.999vw;
  }
}

.page_news .content li:last-child {
  border-bottom: 1px solid #ebebeb;
}

.page_news .content li time {
  padding-right: 50px;
	font-family: "monospace"
}

@media screen and (max-width: 767px) {
  .page_news .content li time {
    display: block;
  }
}

.page_news .content h2 {
  font-size: 2.0rem;
  font-weight: 400;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
  margin-bottom: 50px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .page_news .content h2 {
    padding-bottom: 5.332vw;
    margin-bottom: 5.332vw;
    font-size: 5.332vw;
  }
}

.page_news .content h2 time {
  color: #054988;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .page_news .content h2 time {
    margin-bottom: 2.666vw;
    font-size: 3.7324vw;
  }
}

.page_news .content .news_body {
  line-height: 1.8;
}

.page_news .content .news_body img {
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .page_news .content .news_body img {
    margin-top: 5.332vw;
    margin-bottom: 5.332vw;
  }
}

@media screen and (max-width: 767px) {
  .page_news .side {
    margin-top: 13.33vw;
  }
}

.page_news .side dt {
  position: relative;
  background: #f3f6f8;
  font-size: 1.6rem;
  color: #054988;
  font-weight: 600;
  padding: 17px 15px;
}

@media screen and (max-width: 767px) {
  .page_news .side dt {
    font-size: 4.2656vw;
    padding: 3.999vw;
  }
}

.page_news .side dt::before {
  content: "";
  background: #054988;
  width: 3px;
  height: 30%;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 15%);
}

.page_news .side dd li {
  border-bottom: 1px solid #f3f6f8;
}

.page_news .side dd a {
  display: block;
  padding: 20px;
  background: url(../img/common/ico_arrow.png) left 6px center no-repeat;
  background-size: 5px auto;
}

.page_inquiry .comp_txt {
  text-align: center;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .page_inquiry .comp_txt {
    width: 900px;
    margin: 0 auto;
  }
}

.page_inquiry .tel {
  text-align: center;
  font-size: 4.6rem;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .page_inquiry .tel {
    font-size: 10.664vw;
    margin-bottom: 13.33vw;
  }
}

.page_inquiry .tel span {
  background: url(../img/common/ico_tel.png) left center no-repeat;
  background-size: 37px auto;
  padding-left: 55px;
}

@media screen and (max-width: 767px) {
  .page_inquiry .tel span {
    padding-left: 13.33vw;
  }
}

.page_inquiry .dl_table_style li {
  margin-bottom: 15px;
}

.page_inquiry .dl_table_style li:last-child {
  margin-bottom: 0;
}

.page_inquiry .dl_table_style li span {
  padding-left: 5px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .page_inquiry .dl_table_style li input[type="text"] {
    margin-top: 2.666vw;
  }
}

.page_inquiry .required, .page_inquiry .any {
  position: relative;
}

.page_inquiry .required::before, .page_inquiry .any::before {
  float: right;
  padding: 5px;
  color: #fff;
  font-size: 1.1rem;
}

.page_inquiry .required::before {
  line-height: 1;
  content: "必須";
  background: #b00b0f;
}

.page_inquiry .any::before {
  line-height: 1;
  content: "任意";
  background: #054988;
}

.page_inquiry input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.page_inquiry input[type="text"],
.page_inquiry input[type="email"],
.page_inquiry select,
.page_inquiry textarea {
  font-family: 'Montserrat',"ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","YuGothic","Roboto Regular","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 12px 15px;
  color: #333333;
  border: 1px solid #cdcdcd;
  background: transparent;
}

.page_inquiry input[type="radio"] {
  margin: 0;
  top: 1px;
  position: relative;
}

.page_inquiry input[type="text"],
.page_inquiry select {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .page_inquiry input[type="text"],
  .page_inquiry select {
    width: 100%;
  }
}

.page_inquiry textarea {
  height: 200px;
  resize: vertical;
}

@media screen and (min-width: 768px) {
  .page_inquiry textarea {
    width: 800px;
  }
}

.page_inquiry .wpcf7-response-output,
.page_inquiry .wpcf7-mail-sent-ok {
  display: none !important;
}

.page_inquiry .wpcf7c-conf {
  background-color: #fff !important;
}

.page_inquiry .wpcf7-list-item {
  margin: 0 10px 0 0;
}

.page_inquiry .how .wpcf7-list-item {
  margin: 15px 0 0 0;
  display: block !important;
}

.page_inquiry .cont_txt {
  text-align: center;
}

.page_inquiry .cont_txt a {
  text-decoration: underline;
}

.page_inquiry input[type="submit"] {
  background: #054988;
  color: #fff;
  display: block;
  text-align: center;
  padding: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: none;
}

@media screen and (min-width: 768px) {
  .page_inquiry input[type="submit"] {
    width: 440px;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .page_inquiry input[type="submit"] {
    margin-top: 7.998vw;
  }
}

@media screen and (min-width: 768px) {
  .page_inquiry input[type="submit"]:hover {
    background: #029c4b;
  }
}

.page_inquiry .back_btn {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #d8cab7;
  padding: 18px 0;
  width: 340px;
  display: block;
  border-radius: 50px;
  text-decoration: none;
  margin: 50px auto 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .page_inquiry .back_btn {
    width: 80%;
  }
}

.page_inquiry .pp_wrap {
  height: 500px;
  overflow-y: scroll;
  border: 1px solid #e2e8f6;
  padding: 30px;
  word-break: break-all;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .page_inquiry .pp_wrap {
    height: 79.98vw;
    padding: 5.332vw;
  }
}

.page_inquiry .pp_wrap > dl {
  margin-bottom: 20px;
}

.page_inquiry .pp_wrap > dl:last-child {
  margin-bottom: 0;
}

.page_inquiry .pp_wrap > dl dl {
  margin-top: 20px;
}

.page_inquiry .pp_wrap > dl ul {
  margin-top: 10px;
}

.page_inquiry .pp_wrap > dl li {
  margin-top: 5px;
}
.page_inquiry .grecaptcha-badge{
  margin: 0 auto;
}
.page_invoice .site_wrap {
	max-width: 900px;
}
.dl-box {
	width: 100%!important;
	display: flex;
	justify-content: space-between;
}
.dl-box > div {
	width: 430px;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 24px;
}
@media screen and (max-width: 767px) {
	.dl-box {
		width: 100%!important;
		display: block;
	}
	.dl-box > div {
		width: 100%;
		padding: 24px;
	}
	.dl-box > div + div {
		margin-top: 20px;
	}
}
.dl-box > div > h2 {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	font-size: 1.8rem;
}
.dl-box > div > h2 i {
	margin-right: 16px;
}
.dl-box > div > a {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #207144;
	transition: all .3s;
}
.dl-box > div > a:hover {
	opacity: .7;
}
.dl-box > div + div > a {
	background-color: #ed1d25;
}
.dl-cau h3 {
	font-size: 1.4rem;
	line-height: 1.8;
	font-weight: bold;
}
.dl-cau ol li {
	font-size: 1.4rem;
	line-height: 1.8;
	position: relative;
	padding-left: 1.5em;
}
.dl-cau ol li::before {
	position: absolute;
	top: 0;
	left: 0;
}
.dl-cau ol li:nth-of-type(1)::before {
	content: "1."
}
.dl-cau ol li:nth-of-type(2)::before {
	content: "2."
}
.dl-cau ol li:nth-of-type(3)::before {
	content: "3."
}
.dl-cau ol li:nth-of-type(4)::before {
	content: "4."
}
.dl-cau ol li:nth-of-type(5)::before {
	content: "5."
}