@charset "UTF-8";
/*** function ***/
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/* ###################### */
/* ######## 共通 ######## */
/* ###################### */
/* ボタン */
/*******/
/************/
/*切り替え用*/
/************/
.pc {
  display: block;
}

.sp {
  display: none;
}

/********共通********/
.cont {
  width: 1080px;
}

div[class^="contents"],
article[class^="contents"] {
  padding: 100px 0;
}

div.contents1,
article.contents1 {
  padding-top: 0;
}

.h2_1 {
  font-size: 3.2rem;
}

.h2_1::before {
  height: 28px;
  margin-bottom: 50px;
}

.h2_1 .o {
  font-size: 3.8rem;
}

/*********company***********/
.company .contents1 h2 {
  margin-bottom: 68px;
}

.company .contents1 .table {
  padding: 45px 65px 65px;
  border-radius: 30px;
}

.company .contents1 .table dl {
  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;
}

.company .contents1 .table dl dt {
  width: 260px;
  font-size: 1.8rem;
  line-height: 1;
  padding: 20px 0;
}

.company .contents1 .table dl dt span {
  border-left: solid 4px #f06e00;
  padding-left: 20px;
}

.company .contents1 .table dl dd {
  width: calc(100% - 275px);
  line-height: 1.625;
  padding: 16px 0;
}

.company .contents1 .table dl dd span {
  margin-right: 16px;
}

.company .contents2 h2 {
  margin-bottom: 60px;
}

.company .contents2 .box {
  margin-bottom: 60px;
}

.company .contents2 .box h3 {
  height: 58px;
  font-size: 2rem;
  letter-spacing: 0.025em;
}

.company .contents2 .box .imgs {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
}

.company .contents2 .box .imgs li {
  width: 335px;
  height: 222px;
  margin-top: 30px;
  margin-right: 37px;
}

.company .contents2 .box .imgs li:nth-of-type(3n), .company .contents2 .box .imgs li:last-of-type {
  margin-right: 0;
}

.company .contents2 .box .table {
  padding-top: 20px;
}

.company .contents2 .box .table dl {
  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;
}

.company .contents2 .box .table dl dt {
  width: 260px;
  font-size: 1.8rem;
  line-height: 1;
  padding: 20px 0;
}

.company .contents2 .box .table dl dt span {
  border-left: solid 4px #f06e00;
  padding-left: 20px;
}

.company .contents2 .box .table dl dd {
  width: calc(100% - 275px);
  line-height: 1.625;
  padding: 16px 0;
}

.company .contents2 .box .table dl dd span {
  margin-right: 16px;
}

/*********recruit***********/
.recruit .contents1 h2 {
  margin-bottom: 68px;
}

.recruit .contents1 .box {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 65px 0;
  margin-bottom: 65px;
}

.recruit .contents1 .box::before {
  width: 1600px;
  height: 100%;
  border-radius: 30px 0 0 30px;
  left: -100px;
}

.recruit .contents1 .box figure {
  width: 380px;
  height: 253px;
}

.recruit .contents1 .box .text {
  width: 660px;
}

.recruit .contents1 .box .text h3 {
  font-size: 2rem;
  line-height: 1.5;
  padding: 11px 0;
  margin-bottom: 35px;
}

.recruit .contents1 .box:nth-of-type(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.recruit .contents1 .box:nth-of-type(2n + 1)::before {
  border-radius: 0 30px 30px 0;
  left: inherit;
  right: -100px;
}

.recruit .contents2 h2 {
  margin-bottom: 67px;
}

.recruit .contents2 .tab_wrp {
  padding: 40px 65px;
  border-radius: 30px;
  margin-bottom: 65px;
}

.recruit .contents2 .tab_wrp .tab {
  font-size: 1.8rem;
  line-height: 1.77778;
  letter-spacing: 0.05em;
  margin-right: 35px;
}

.recruit .contents2 .tab_wrp .tab::after {
  height: 18px;
  margin-left: 35px;
}

.recruit .contents2 .tab_wrp .tab:last-of-type {
  margin-right: 0;
}

.recruit .contents2 .tab_list .box {
  margin-bottom: 40px;
}

.recruit .contents2 .tab_list .box:last-of-type {
  margin-bottom: 0;
}

.recruit .contents2 .tab_list h3 {
  height: 58px;
  font-size: 2rem;
  letter-spacing: 0.025em;
  margin-bottom: 25px;
}

.recruit .contents2 .tab_list .table dl {
  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;
}

.recruit .contents2 .tab_list .table dl dt {
  width: 260px;
  font-size: 1.8rem;
  line-height: 1;
  padding: 20px 0;
}

.recruit .contents2 .tab_list .table dl dt span {
  border-left: solid 4px #f06e00;
  padding-left: 20px;
}

.recruit .contents2 .tab_list .table dl dd {
  width: calc(100% - 275px);
  line-height: 1.625;
  padding: 16px 0;
}

/*********support***********/
.support .contents1 h2 {
  margin-bottom: 68px;
}

.support .contents1 .fle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.support .contents1 .text {
  width: 630px;
  letter-spacing: 0.025em;
}

.support .contents1 .list {
  padding-top: 76px;
}

.support .contents1 .list h3 {
  width: 480px;
  height: 58px;
  font-size: 2rem;
  letter-spacing: 0.025em;
  margin: 0 auto -34px;
}

.support .contents1 .list ul {
  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;
  padding: 74px 0 41px;
  border-radius: 30px;
}

.support .contents1 .list ul li {
  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;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.6;
  margin-right: 25px;
}

.support .contents1 .list ul li:last-of-type {
  margin-right: 0;
}

.support .contents1 .list ul li span {
  display: block;
}

.support .contents2 h2 {
  margin-bottom: 65px;
}

.support .contents2 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -32px;
  margin-bottom: 98px;
  overflow: hidden;
}

.support .contents2 .list .box {
  width: 320px;
  margin-top: 32px;
  margin-right: 60px;
}

.support .contents2 .list .box::after {
  content: "";
  width: 22px;
  height: 33px;
  background: url(../image/support/arrow.png) no-repeat center/contain;
  position: absolute;
  bottom: 80px;
  right: -42px;
}

.support .contents2 .list .box:nth-of-type(3), .support .contents2 .list .box:last-of-type {
  margin-right: 0;
}

.support .contents2 .list .box:nth-of-type(3)::after, .support .contents2 .list .box:last-of-type::after {
  display: none;
}

.support .contents2 .list .box .num {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.025em;
  margin-bottom: 11px;
}

.support .contents2 .list .box .num::before, .support .contents2 .list .box .num::after {
  margin: 0 6px;
}

.support .contents2 .list .box h3 {
  width: 240px;
  height: 58px;
  font-size: 2rem;
  letter-spacing: 0.025em;
  margin: 0 auto -34px;
}

.support .contents2 .list .box .in {
  height: 327px;
  padding: 76px 30px 0;
  border-radius: 30px;
}

.support .contents2 .list .box .in figure {
  margin-bottom: 28px;
}

.support .contents2 .list .box .in p {
  line-height: 1.625;
  letter-spacing: 0.025em;
}

.support .contents2 .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-radius: 30px;
}

.support .contents2 .bnr .text {
  width: 50%;
  padding-top: 40px;
}

.support .contents2 .bnr .text h3 {
  font-size: 3.2rem;
  line-height: 1.3125;
  letter-spacing: 0.05em;
  margin-bottom: 38px;
}

.support .contents2 .bnr .text h3::before, .support .contents2 .bnr .text h3::after {
  margin: 0 15px;
}

.support .contents2 .bnr .text .tel-mail {
  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;
}

.support .contents2 .bnr .text .tel-mail .tel-time{
  margin-right: 24px;
}

.support .contents2 .bnr .text .tel-mail .tel {
  font-size: 3rem;
  margin-bottom: 8px;
}

.support .contents2 .bnr .text .tel-mail .tel::before {
  width: 19px;
  height: 31px;
  margin-right: 11px;
}

.support .contents2 .bnr .text .tel-mail .time{
	font-size: 1.5rem;
}

.support .contents2 .bnr .text .tel-mail .mail {
  width: 180px;
}

.support .contents2 .bnr .text .tel-mail .mail a {
  padding-right: 10px;
}

.support .contents2 .bnr .text .tel-mail .mail a::before {
  width: 18px;
  height: 13px;
  margin-right: 12px;
}

/*********service***********/
.service .contents1 h2 {
  margin-bottom: 68px;
}

.service .contents1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 450px;
  position: relative;
  z-index: 0;
}

.service .contents1 .list ul {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.service .contents1 .list ul li {
  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;
  font-size: 1.8rem;
  line-height: 1.55556;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
}

.service .contents1 .list ul li span {
  display: block;
}

.service .contents1 .list ul li:nth-of-type(1) {
  width: 341px;
  height: 140px;
  padding-bottom: 20px;
  background: url(../image/service/balloon01.png) no-repeat center/contain;
  top: 0;
  left: 166px;
}

.service .contents1 .list ul li:nth-of-type(2) {
  width: 313px;
  height: 133px;
  padding: 0 2px 11px 0;
  background: url(../image/service/balloon02.png) no-repeat center/contain;
  top: 156px;
  left: 30px;
}

.service .contents1 .list ul li:nth-of-type(3) {
  width: 370px;
  height: 122px;
  padding-right: 26px;
  background: url(../image/service/balloon03.png) no-repeat center/contain;
  bottom: 0;
  left: 0;
}

.service .contents1 .list ul li:nth-of-type(4) {
  width: 293px;
  height: 140px;
  padding-bottom: 18px;
  background: url(../image/service/balloon04.png) no-repeat center/contain;
  top: 0;
  right: 188px;
}

.service .contents1 .list ul li:nth-of-type(5) {
  width: 313px;
  height: 133px;
  padding: 0 0 11px 2px;
  background: url(../image/service/balloon05.png) no-repeat center/contain;
  top: 156px;
  right: 30px;
}

.service .contents1 .list ul li:nth-of-type(6) {
  width: 346px;
  height: 122px;
  padding-left: 25px;
  background: url(../image/service/balloon06.png) no-repeat center/contain;
  bottom: 0;
  right: 24px;
}

.service .contents2 h2 {
  margin-bottom: 55px;
}

.service .contents2 .textBox {
  text-align: center;
  margin-bottom: 92px;
}

.service .contents2 .textBox p {
  margin-bottom: 32px;
}

.service .contents2 .fle {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -40px;
}

.service .contents2 .fle .box {
  width: 522px;
  border-radius: 30px;
  padding: 40px 40px 30px;
  margin-top: 40px;
}

.service .contents2 .fle .box:first-of-type {
  width: 100%;
}

.service .contents2 .fle .box h3 {
  height: 80px;
  margin-bottom: 23px;
}

.service .contents2 .fle .box h3 .num {
  width: 56px;
  height: 56px;
  font-size: 2.6rem;
  margin-right: 13px;
}

.service .contents2 .fle .box h3 .num::before {
  width: 36px;
  height: 30px;
  top: -14px;
  left: -14px;
}

.service .contents2 .fle .box h3 div {
  font-size: 2.6rem;
  line-height: 1.53847;
}

.service .contents2 .fle .box h3 div .br {
  display: block;
}

.service .contents2 .fle .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service .contents2 .fle .box dl dt {
  width: 100%;
  font-size: 2.6rem;
  line-height: 1.38462;
  padding: 8px 0;
  margin-bottom: 30px;
}

.service .contents2 .fle .box dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 495px;
  height: 70px;
  border-radius: 15px;
  background-position: bottom 11px right;
  line-height: 1.625;
  letter-spacing: 0.025em;
  padding: 0 20px;
  margin-bottom: 10px;
}

.service .contents2 .fle .box figure {
  border-radius: 30px;
  margin-bottom: 23px;
}

.service .contents2 .fle .box p {
  line-height: 1.625;
}

.service .contents3 h2 {
  margin-bottom: 65px;
}

.service .contents3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -30px;
}

.service .contents3 .list .box {
  width: 335px;
  margin-top: 30px;
  margin-right: 25px;
}

.service .contents3 .list .box:nth-of-type(3n) {
  margin-right: 0;
}

.service .contents3 .list .box figure {
  margin-bottom: 20px;
}

.service .contents3 .list .box h3 {
  font-size: 2rem;
  line-height: 1.6;
  padding-left: 16px;
  border-left-width: 5px;
  margin-bottom: 20px;
}

.service .contents3 .list .box p {
  line-height: 1.75;
}

.service .contents4 h2 {
  margin-bottom: 65px;
}

.service .contents4 .sec {
  margin-bottom: 95px;
}

.service .contents4 .sec h3 {
  height: 58px;
  font-size: 2rem;
  letter-spacing: 0.025em;
  margin-bottom: 65px;
}

.service .contents4 .sec .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -35px;
}

.service .contents4 .sec .box {
  width: 240px;
  margin-top: 35px;
  margin-right: 40px;
}

.service .contents4 .sec .box::before {
  content: "";
  width: calc(100% + 40px);
  height: 4px;
  background: #6a3505;
  position: absolute;
  top: 46px;
  left: -40px;
}

.service .contents4 .sec .box::after {
  content: "";
  width: 16px;
  height: 24px;
  background: url(../image/service/arrow.png) no-repeat center/contain;
  position: absolute;
  top: 204px;
  right: -29px;
}

.service .contents4 .sec .box:nth-of-type(4n) {
  margin-right: 0;
}

.service .contents4 .sec .box:last-of-type::before {
  width: calc(50% + 40px);
}

.service .contents4 .sec .box h4 {
  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;
  height: 52px;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 17px;
}

.service .contents4 .sec .box figure {
  margin-bottom: 15px;
}

.service .contents4 .sec .box .time {
  width: 60px;
  line-height: 1.5;
  margin: 0 auto 48px;
}

.service .contents4 .sec .box .time::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #f06e00;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 41px;
}

.service .contents4 .sec .box .txt {
  line-height: 1.625;
  letter-spacing: 0.025em;
}

/*********index***********/
.index .contents1 {
  padding: 65px 0 93px;
  background-image: url(../image/index/contentsbg.png);
}

.index .contents1 h2 {
  margin-bottom: 59px;
}

.index .contents1 .text {
  text-align: center;
  margin-bottom: 69px;
}

.index .contents1 .text p {
  margin-bottom: 32px;
}
/*
.index .contents1 .list-box {
  margin-bottom: 76px;
}
*/
.index .contents1 .list-box .list {
  padding: 0 30px;
  margin-bottom: 56px;
}

.index .contents1 .list-box .list .box {
  width: 270px;
  height: 283px;
  border-radius: 20px;
  padding-top: 38px;
}

.index .contents1 .list-box .list .box .num {
  width: 72px;
  height: 72px;
  top: -16px;
  left: -29px;
}

.index .contents1 .list-box .list .box figure {
  margin-bottom: 18px;
}

.index .contents1 .list-box .list .box .txt {
  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;
  min-height: 88px;
}

.index .contents1 .list-box .list .box .txt p {
  width: 100%;
}

.index .contents1 .list-box .list .box .txt p b {
  font-size: 2rem;
  line-height: 1;
}

.index .contents1 .list-box .list .box .txt p .br {
  display: block;
}

.index .contents1 .mv-box {
  width: 755px;
  margin: 0 auto;
}

.index .contents2 {
  padding: 110px 0;
}

.index .contents2 .cont {
  width: 94%;
  max-width: 1728px;
}

.index .contents2 li {
  width: 47.223%;
  height: 0;
  padding-top: 20.834%;
  border-radius: 30px;
}

.index .contents2 li::before {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-width: 3px;
  border-radius: 30px;
  top: 15px;
  left: 15px;
}

.index .contents2 li a {
  padding-left: 96px;
}

.index .contents2 li a::after {
  width: 64px;
  height: 64px;
  margin-left: 32px;
}

.index .contents3 {
  padding: 80px 0 110px;
}

.index .contents3 h2 {
  margin-bottom: 90px;
}

.index .contents3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -124px;
}

.index .contents3 .list .box {
  width: 335px;
  margin-top: 124px;
  margin-right: 25px;
}

.index .contents3 .list .box:nth-of-type(3n) {
  margin-right: 0;
}

.index .contents3 .list .box figure {
  margin-bottom: 20px;
}

.index .contents3 .list .box h3 {
  font-size: 2rem;
  line-height: 1.6;
  padding-left: 16px;
  border-left-width: 5px;
  margin-bottom: 23px;
}

.index .contents3 .list .box dl {
  line-height: 1.75;
}

.index .contents3 .list .box dl dt {
  margin-right: 16px;
}

.index .contents4 {
  padding: 60px 0 55px;
}

.index .contents4 .fle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 45px 0 65px;
}

.index .contents4 .ttl {
  padding-top: 43px;
}

.index .contents4 h2 {
  text-align: center;
  margin-bottom: 47px;
}

.index .contents4 .list {
  width: 670px;
}

.index .contents4 .list dl {
  padding-bottom: 15px;
  margin-bottom: 24px;
}

.index .contents4 .list dl:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.index .contents4 .list dl dt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.index .contents4 .list dl .tag {
  width: 100%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.index .contents4 .list dl .tag span {
  width: 70px;
  font-size: 1.4rem;
  line-height: 1.85715;
  letter-spacing: 0.04em;
}

.index .contents4 .list dl .txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(100% - 145px);
}

/*********index***********/
.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  min-height: 560px;
  padding: 120px 5.209% 4.167%;
}

.home article {
  width: 46.512%;
  height: 100%;
  border-radius: 50px;
}

.home article .box {
  width: calc(100% - 40px);
  max-width: 628px;
  height: 256px;
  border-radius: 10px;
}

.home article .box::before {
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  border-radius: 10px;
  top: 13px;
  left: 13px;
}

.home article .box a {
  padding-top: 60px;
}

.home article .box h2 {
  margin-bottom: 16px;
}

.home article .box h2::after {
  width: 64px;
  height: 64px;
  margin-left: 30px;
}

.home article .box p {
  font-size: 2.1rem;
  line-height: 1.85715;
}

/****エラーページ*****/
/*==================================================
プライバシーポリシー
================================================== */
.privacy .contents1 h2 {
  margin-bottom: 65px;
}

.privacy .contents1 .h3_1 {
  font-size: 2rem;
  line-height: 1.5;
  border-left: solid 5px #f06e00;
  padding-left: 16px;
  margin-bottom: 16px;
}

.privacy .contents1 .item-box {
  margin-bottom: 50px;
}

.privacy .contents1 .item-box:last-child {
  margin-bottom: 0;
}

/*==================================================
 サイトマップ
================================================== */
.site .contents1 h2 {
  margin-bottom: 65px;
}

.site .contents1 .site_list {
  width: 800px;
}

.site .contents1 .site_list ul {
  padding: 40px;
  border-radius: 30px;
}

.site .contents1 .site_list ul li a {
  padding: 8px 16px;
}

/*==================================================
 ニュース
================================================== */
.news .contents1 .list-box dl {
  padding-bottom: 15px;
  margin-bottom: 24px;
}

.news .contents1 .list-box dl .tag span {
  width: 70px;
  font-size: 1.4rem;
  line-height: 1.85715;
  letter-spacing: 0.04em;
}

.news .contents1 .list-box dl .txt {
  width: calc(100% - 200px);
}

/*==================================================
 news詳細
================================================== */
.news_detail .contents1 .h3_1 {
  font-size: 2rem;
  line-height: 1.5;
  border-left: solid 5px #f06e00;
  padding-left: 16px;
  margin-bottom: 16px;
}

.news_detail .contents1 .sec1 {
  width: 1080px;
}

.news_detail .contents1 .sec1 .post-data {
  margin-bottom: 12px;
}

.news_detail .contents1 .sec1 .post-data .tag span {
  width: 70px;
  font-size: 1.4rem;
  line-height: 1.85715;
  letter-spacing: 0.04em;
}

.news_detail .contents1 .sec1 .item-box {
  padding: 50px;
  border-radius: 30px;
}

/*==================================================
 お問い合わせ
================================================== */
.contact .contents1 h2 {
  margin-bottom: 65px;
}

.contact .contents1 .table {
  padding: 45px 65px 65px;
  border-radius: 30px;
  margin-bottom: 32px;
}

.contact .contents1 .table tr th {
  width: 350px;
  font-size: 1.8rem;
  line-height: 1;
  padding: 26px 20px 26px 0;
  text-align: left;
}

.contact .contents1 .table tr th label {
  border-left: solid 4px #f06e00;
  padding: 2px 0 2px 16px;
}

.contact .contents1 .table tr td {
  line-height: 1.625;
  padding: 16px 0;
  vertical-align: middle;
}

.contact form input {
  font-size: 1.6rem;
}

.contact form textarea {
  height: 180px;
  font-size: 1.6rem;
}

.contact .contact-recaptcha-wrap {
  margin-bottom: 32px;
}

/* 必須マーク
-------------------------------------------------- */
.required-mark {
  padding: 5px 8px;
}

/* 確認、バック、送信ボタン
-------------------------------------------------- */
.contact-submits input,
.contact-submits button {
  font-size: 1.6rem;
  margin: 0 10px;
  padding: 15px 35px;
}

.contact-submits-wrap input {
  font-size: 1.6rem;
  padding: 15px 50px;
}

/*IEハック*/
@media screen\0 {
  /**ここに書く**/
}
