@charset "UTF-8";
/* Scss Document */
body {
  position: relative;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  max-width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
body.active {
  overflow: hidden;
}

/* IEはメイリオ優先表示 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  }
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

a {
  color: #000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:not(.opacity):hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .contarea {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
  .contarea {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
  .tel {
    pointer-events: none;
  }
}
.prg_h {
  margin-bottom: 12px;
}

.prg {
  margin-bottom: 16px;
}

.prg_w {
  margin-bottom: 22px;
}
@media print, screen and (min-width: 768px) {
  .prg_w {
    margin-bottom: 25px;
  }
}

.prg_2w {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .prg_2w {
    margin-bottom: 40px;
  }
}

.prg_3w {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .prg_3w {
    margin-bottom: 60px;
  }
}

.prg_4w {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .prg_4w {
    margin-bottom: 80px;
  }
}

.m_b10 {
  margin-bottom: 10px;
}
.m_b20 {
  margin-bottom: 20px;
}


.wrap {
  max-width: 1688px;
  margin-right: auto;
  margin-left: auto;
}

.btn_form {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  background: #51B233;
  padding: 15px 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.btn_form:hover {
  opacity: 0.8;
}
.btn_form.back {
  background: #333333;
}
@media print, screen and (min-width: 768px) {
  .btn_form {
    font-size: 20px;
  }
}

.area_form {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.area_form input[type=text], .area_form input[type=tel], .area_form input[type=email],
.area_form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #707070;
}
.area_form input::-webkit-input-placeholder, .area_form textarea::-webkit-input-placeholder {
  color: #707070;
}
.area_form input::-moz-placeholder, .area_form textarea::-moz-placeholder {
  color: #707070;
}
.area_form input:-ms-input-placeholder, .area_form textarea:-ms-input-placeholder {
  color: #707070;
}
.area_form input::-ms-input-placeholder, .area_form textarea::-ms-input-placeholder {
  color: #707070;
}
.area_form input::placeholder, .area_form textarea::placeholder {
  color: #707070;
}
.area_form input.post {
  width: 150px;
  margin-left: 5px;
}
.area_form textarea {
  height: 240px;
}
.area_form .tit {
  background: #E8F4DC;
  padding: 10px 0;
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}

.box_select {
  position: relative;
  width: 100%;
  border: 1px solid #707070;
}
.box_select select {
  width: 100%;
  padding: 10px;
  background: #fff;
}
.box_select::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}

.box_radio input[type=radio] {
  display: none;
}
.box_radio input[type=radio]:checked + label {
  font-family: 700;
}
.box_radio input[type=radio]:checked + label::after {
  width: 15px;
  height: 15px;
  background: #51B233;
  left: 15px;
}
.box_radio label {
  position: relative;
  display: block;
  padding: 7px 10px 7px 45px;
}
.box_radio label::before, .box_radio label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 100%;
}
.box_radio label::before {
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #707070;
  left: 10px;
}

.list_form {
  font-size: 16px;
}
.list_form dt {
  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;
  font-weight: normal;
}
.list_form dt .req {
  display: block;
  background: #CC0000;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list_form dt {
    margin-bottom: 10px;
  }
  .list_form dd {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .list_form {
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
  }
  .list_form dt {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .list_form {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .list_form dd {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1101px) {
  .list_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list_form dt {
    width: 250px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-top: 10px;
  }
  .list_form dd {
    width: calc(100% - 250px);
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .list_form.comfirm dd {
    padding-top: 10px;
  }
}

.thanks {
  line-height: 1.5;
}

.wrap {
  position: relative;
  line-height: 1.4;
}
.wrap h2, .wrap h3 {
  font-weight: bold;
}
.wrap h2 {
  color: #73B530;
}
.wrap h3 {
  color: #069CFA;
}
.wrap a {
  display: block;
}
.wrap a.txt_link {
  display: inline-block;
  text-decoration: underline;
}
.wrap .red {
  color: #D64242;
}
.wrap .font_b {
  font-weight: bold;
}
.wrap .al_center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrap {
    font-size: 12px;
  }
  .wrap h2 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .wrap h3 {
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
  }
  .wrap h3.gr_gra::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#51B233));
    background-image: linear-gradient(to right, #fff 0%, #51B233 100%);
  }
  .wrap h3.fc_f {
    color: #fff;
    padding: 5px 10px;
    text-align: left;
    background: -webkit-gradient(linear, left top, right top, from(#73B530), to(#fff));
    background: linear-gradient(to right, #73B530, #fff);
  }
  .wrap h3.fc_f::after {
    position: none;
  }
  .wrap h4 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .wrap .paragraph {
    margin-bottom: 15px;
  }
  .wrap .img_list {
    margin-bottom: 15px;
  }
  .wrap .img_list li {
    margin-bottom: 10px;
  }
  .wrap .img_list li img {
    width: 100%;
    border: 2px solid #41AA54;
  }
  .wrap .a_line {
    border-bottom: 3px #A0A0A0 dashed;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .wrap .b_line {
    border-bottom: 3px #A0A0A0 dashed;
    margin-bottom: 30px;
  }
  .wrap .b_line > div {
    margin-bottom: 30px;
  }
  .wrap .c_line {
    border-bottom: 1.5px #A0A0A0 dashed;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap {
    font-size: 24px;
  }
  .wrap h2 {
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
  }
  .wrap h3 {
    font-size: 30px;
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
  }
  .wrap h3.gr_gra::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#51B233));
    background-image: linear-gradient(to right, #fff 0%, #51B233 100%);
  }
  .wrap h3.fc_f {
    color: #fff;
    padding: 5px 10px;
    text-align: left;
    background: -webkit-gradient(linear, left top, right top, from(#73B530), to(#fff));
    background: linear-gradient(to right, #73B530, #fff);
  }
  .wrap h3.fc_f::after {
    position: none;
  }
  .wrap h4 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .wrap .paragraph {
    margin-bottom: 25px;
  }
  .wrap .img_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 30px;
  }
  .wrap .img_list li {
    margin-bottom: 25px;
  }
  .wrap .img_list li img {
    width: 100%;
    border: 2px solid #41AA54;
  }
  .wrap .img_list.two {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .wrap .img_list.two li:not(:nth-child(2n)) {
    margin-right: 25px;
  }
  .wrap .img_list.three li {
    width: calc((100% - 50px) / 3);
  }
  .wrap .img_list.three li:not(:nth-child(3n)) {
    margin-right: 25px;
  }
  .wrap .img_list.six {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
  .wrap .img_list.six li:not(:last-child) {
    margin-right: 20px;
  }
  .wrap .a_line {
    border-bottom: 3px #A0A0A0 dashed;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .wrap .b_line {
    border-bottom: 3px #A0A0A0 dashed;
    margin-bottom: 50px;
  }
  .wrap .b_line > div {
    margin-bottom: 50px;
  }
}

.main_img,
.main_img .slide_1 {
  position: relative;
}
.main_img .header_mini_txt {
  display: none;
}
.main_img .header_txt {
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main_img .slide_1 {
    background: url(../images/bg_img_sendai_sp.jpg) no-repeat;
    background-size: contain;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 87.1794871795%;
  }
  .main_img .header_txt {
    font-size: 20px;
    line-height: 1.4;
    text-shadow: 0 0 7.5px rgb(0, 0, 0);
    white-space: nowrap;
    position: absolute;
    top: calc((100% - 3em) / 2);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .main_img .logo_img {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 274px;
  }
  .main_img .logo_img img {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .main_img  .slide_1 {
    background: url(../images/bg_img_sendai_pc.jpg) no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 49.6079456351%;
  }
  .main_img .header_txt {
    font-size: 50px;
    line-height: 1.4;
    text-shadow: 0 0 5px rgb(0, 0, 0);
    position: absolute;
    top: 200px;
    left: 50px;
  }
  .main_img .logo_img {
    position: absolute;
    bottom: 70px;
    right: 70px;
  }
}
@media screen and (max-width: 1050px) and (min-width: 767px) {
  .main_img .header_txt {
    font-size: 24px;
    top: 100px;
  }
}

nav {
  background-color: #51B233;
}
@media screen and (max-width: 767px) {
  nav .header_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    margin-bottom: 25px;
  }
  nav .header_navi li {
    width: calc((100% - 20px) / 3);
    text-align: center;
    background: #fff;
  }
  nav .header_navi li a {
    display: block;
    padding: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#CEEEFF), color-stop(30%, #fff), to(#FFF));
    background: linear-gradient(to bottom, #CEEEFF, #fff 30%, #FFF);
  }
  nav .header_navi li:nth-child(-n+3) {
    margin-bottom: 10px;
  }
  nav .header_navi li:not(:nth-child(3n)) {
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  nav .header_navi {
    max-width: 1550px;
    margin-right: auto;
    margin-left: auto;
    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;
  }
  nav .header_navi li {
    width: calc((100% - 10px) / 6);
    text-align: center;
    margin-left: 10px;
    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;
  }
  nav .header_navi li:last-child {
    margin-right: 10px;
  }
  nav .header_navi li a {
    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: 100%;
    padding: 10px;
    height: 75px;
    -webkit-transition: none;
    transition: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#CEEEFF), color-stop(30%, #fff), to(#FFF));
    background: linear-gradient(to bottom, #CEEEFF, #fff 30%, #FFF);
  }
  nav .header_navi li a span {
    position: relative;
  }
  nav .header_navi li a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#E5F5FD), color-stop(60%, #fff), to(#3797CB));
    background: linear-gradient(to bottom, #E5F5FD, #fff 60%, #3797CB);
    opacity: 1;
    font-weight: bold;
  }
  nav .header_navi li a:hover span::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -6px;
    right: 0;
    width: 100%;
    height: 6px;
    background-color: #fff;
    border-radius: 3px;
  }
}

.news_area .tit {
  color: #73B530;
}
@media screen and (max-width: 767px) {
  .news_area .tit {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .news_area .news_box {
    border: 1px solid #707070;
    padding: 8px;
    height: 70px;
    overflow-y: scroll;
  }
  .news_area .news_box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
  .news_area .news_box li .date {
    width: 8em;
  }
  .news_area .news_box li .topics {
    width: calc(100% - 8em);
  }
}
@media print, screen and (min-width: 768px) {
  .news_area {
    margin-top: 100px;
    border-bottom: 3px #A0A0A0 dashed;
    padding-bottom: 100px;
    margin-bottom: 50px;
  }
  .news_area .tit {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .news_area .news_box {
    border: 1px solid #707070;
    padding: 10px;
    height: 170px;
    overflow-y: scroll;
  }
  .news_area .news_box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 26px;
  }
  .news_area .news_box li .date {
    width: 8em;
  }
  .news_area .news_box li .topics {
    width: calc(100% - 8em);
  }
}

.greeting_area .r_name {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .greeting_area .r_name {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .greeting_area .r_name {
    font-size: 22px;
  }
}

.business_area .link_list li:nth-child(1) a, .business_area .link_list li:nth-child(2) a {
  color: #438316;
}
.business_area .link_list li:nth-child(3) a {
  color: #0089D2;
}
.business_area .link_list li:nth-child(4) a {
  color: #FD6B3F;
}
.business_area .link_list li:nth-child(5) a .green {
  color: #51B233;
}
.business_area .link_list li:nth-child(6) a {
  color: #CC0000;
}
.business_area .link_list li a {
  background: -webkit-gradient(linear, left top, left bottom, from(#CECECE), color-stop(20%, #fff), color-stop(50%, #FFF), color-stop(90%, #C4C4C4), to(#808080));
  background: linear-gradient(to bottom, #CECECE, #fff 20%, #FFF 50%, #C4C4C4 90%, #808080);
  font-weight: bold;
}
.business_area .link_list li:hover a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(80%, #F5F5F5), to(#BFBFBF));
  background: linear-gradient(to bottom, #fff, #F5F5F5 80%, #BFBFBF);
  color: #000;
  font-weight: normal;
}
.business_area .link_list li:hover a span {
  color: #000 !important;
}
.business_area .dl_link_tit {
  color: #73B530;
}
@media screen and (max-width: 767px) {
  .business_area .business_list {
    background-color: #438316;
    margin-bottom: 50px;
  }
  .business_area .business_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 10px;
  }
  .business_area .business_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;
    text-align: center;
    background-color: #fff;
  }
  .business_area .business_list ul li a {
    padding: 10px 3px;
    width: 100%;
    height: 100%;
    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;
    background: -webkit-gradient(linear, left top, left bottom, from(#CEEEFF), color-stop(30%, #fff), to(#FFF));
    background: linear-gradient(to bottom, #CEEEFF, #fff 30%, #FFF);
  }
  .business_area .business_list ul li:not(:nth-child(3n)) {
    margin-right: 10px;
  }
  .business_area .business_list ul li:nth-child(-n+3) {
    margin-bottom: 10px;
  }
  .business_area .business_list ul li:nth-child(-n+4) {
    width: calc((100% - 20px) / 3);
  }
  .business_area .business_list ul li:nth-child(5) {
    width: calc((100% - 5px) / 3 * 2);
    margin-right: 0;
    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;
  }
  .business_area .business_list ul li:nth-child(5) .img {
    margin-right: 5px;
    width: 80px;
  }
  .business_area .business_list ul li .font_s {
    font-size: 8px;
  }
  .business_area .business_list ul li .font_l {
    font-size: 20px;
  }
  .business_area .flow_img {
    margin-bottom: 10px;
  }
  .business_area .flow_img .img {
    text-align: center;
    margin: 0 auto 20px auto;
  }
  .business_area .green_box {
    background-color: #E8F4DC;
    margin-bottom: 20px;
  }
  .business_area .green_box h3 {
    color: #fff;
    margin-top: 0;
    padding: 5px 10px;
    margin-bottom: 0;
    text-align: left;
    background: -webkit-gradient(linear, left top, right top, from(#73B530), to(#fff));
    background: linear-gradient(to right, #73B530, #fff);
  }
  .business_area .green_box p {
    padding: 5px 10px 10px;
    font-size: 14px;
  }
  .business_area .dl_link_tit {
    text-align: center;
  }
  .business_area .link_list {
    background-color: #438316;
    margin-bottom: 30px;
  }
  .business_area .link_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 10px;
  }
  .business_area .link_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;
    text-align: center;
    background-color: #fff;
  }
  .business_area .link_list ul li a {
    padding: 10px 3px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_area .link_list ul li:not(:nth-child(3n)) {
    margin-right: 10px;
  }
  .business_area .link_list ul li:nth-child(-n+6) {
    margin-bottom: 10px;
  }
  .business_area .link_list ul li:nth-child(-n+6) {
    width: calc((100% - 20px) / 3);
  }
  .business_area .link_list ul li:nth-child(7) {
    width: 100%;
    margin-right: 0;
  }
  .business_area .link_list ul li:nth-child(7) .img {
    margin-left: 10px;
    width: 44px;
  }
  .business_area .link_list ul li:nth-child(7) > a {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .business_area .link_list ul li .font_l {
    font-size: 16px;
    font-weight: bold;
  }
  .business_area .link_list ul li .font_s {
    font-size: 8px;
  }
  .business_area .link_list ul li .red {
    font-size: 10px;
  }
  .business_area .equal_space_list {
    margin-bottom: 15px;
    line-height: 2;
  }
  .business_area .equal_space_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .business_area .equal_space_list li::before {
    content: "●";
    width: 1em;
  }
  .business_area .equal_space_list li .tit {
    width: 5.5em;
    -moz-text-align-last: justify;
         text-align-last: justify;
    text-justify: inter-ideograph;
  }
  .business_area .equal_space_list li .txt::before {
    content: "：";
    width: 1em;
  }
  .business_area .equal_space_list2 {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
  }
  .business_area .equal_space_list2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .business_area .equal_space_list2 li::before {
    content: "●";
    width: 1em;
  }
  .business_area .img_list.sp_only li {
    margin-bottom: 10px;
  }
  .business_area .img_list.sp_only li img {
    border: none;
  }
}
@media print, screen and (min-width: 768px) {
  .business_area {
    font-size: 18px;
  }
  .business_area .business_list {
    margin-bottom: 50px;
    padding-left: 8%;
    padding-right: 8%;
  }
  .business_area .business_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .business_area .business_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: calc((100% - 0px) / 5);
    text-align: center;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .business_area .business_list ul li a {
    padding: 10px 3px;
    width: 100%;
    height: 100%;
    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;
    -webkit-transition: none;
    transition: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#CEEEFF), color-stop(30%, #fff), to(#FFF));
    background: linear-gradient(to bottom, #CEEEFF, #fff 30%, #FFF);
  }
  .business_area .business_list ul li a:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#CEEEFF), color-stop(30%, #fff), to(#FFF));
    background: linear-gradient(to top, #CEEEFF, #fff 30%, #FFF);
  }
  .business_area .business_list ul li:not(:last-child) {
    border-right: 1px solid #707070;
  }
  .business_area .business_list ul li:nth-child(5) {
    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: 18px;
    line-height: 1;
  }
  .business_area .business_list ul li:nth-child(5) .img {
    margin-right: 5px;
    width: 96px;
  }
  .business_area .business_list ul li .font_s {
    font-size: 15px;
  }
  .business_area .business_list ul li .font_l {
    font-size: 23px;
  }
  .business_area .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
  .business_area .pc_flex .pc_flex_box {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    font-size: 18px;
  }
  .business_area .pc_flex .flow_img {
    margin-left: 50px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .business_area .pc_flex .flow_img img {
    max-height: 450px;
  }
  .business_area .pc_flex .red {
    font-size: 14px;
    text-align: center;
  }
  .business_area .green_box {
    background-color: #E8F4DC;
  }
  .business_area .green_box h3 {
    color: #fff;
    margin-top: 0;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 22px;
    text-align: left;
    background: -webkit-gradient(linear, left top, right top, from(#73B530), to(#fff));
    background: linear-gradient(to right, #73B530, #fff);
  }
  .business_area .green_box p {
    padding: 10px 20px 20px;
  }
  .business_area .link_list {
    margin-bottom: 50px;
    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;
  }
  .business_area .link_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .business_area .link_list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: calc((100% - 0px) / 3);
    border: 1px solid #707070;
    border-top: none;
    text-align: center;
  }
  .business_area .link_list ul li a {
    padding: 10px;
    width: 100%;
    height: 100%;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: none;
    transition: none;
  }
  .business_area .link_list ul li:not(:nth-child(3n)) {
    border-right: none;
  }
  .business_area .link_list ul li:nth-child(-n+3) {
    border-top: 1px solid #707070;
  }
  .business_area .link_list ul li:nth-child(5), .business_area .link_list ul li:nth-child(6) {
    font-size: 16px;
  }
  .business_area .link_list ul li .font_s {
    font-size: 14px;
  }
  .business_area .link_list .pamphlet_dl_btn .btn {
    margin-left: 20px;
  }
  .business_area .equal_space_list {
    margin-bottom: 25px;
    line-height: 2;
  }
  .business_area .equal_space_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .business_area .equal_space_list li::before {
    content: "●";
    width: 1em;
  }
  .business_area .equal_space_list li .tit {
    width: 5.5em;
    -moz-text-align-last: justify;
         text-align-last: justify;
    text-justify: inter-ideograph;
  }
  .business_area .equal_space_list li .txt::before {
    content: "：";
    width: 1em;
  }
  .business_area .equal_space_list3 {
    margin-bottom: 15px;
  }
  .business_area .equal_space_list2,
  .business_area .equal_space_list3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
  }
  .business_area .equal_space_list2 li::before,
  .business_area .equal_space_list3 li::before {
    content: "●";
    width: 1em;
  }
  .business_area .equal_space_list2 li:not(:last-child),
  .business_area .equal_space_list3 li:not(:last-child) {
    margin-right: 1em;
  }
  .business_area .equal_space_list2 li:last-child,
  .business_area .equal_space_list3 li:last-child {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .business_area .img_list.pc_flex_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .business_area .img_list.pc_flex_item li:not(:last-child) {
    margin-right: 25px;
  }
}

.SDGs_area .SDGs_top_cont .txt h4 {
  color: #0089D2;
}
.SDGs_area .SDGs_top_cont .tit_SDGs {
  color: #0089D2;
}
@media screen and (max-width: 767px) {
  .SDGs_area .tit_SDGs {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .SDGs_area .SDGs1 {
    border: 1px solid #707070;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
  }
  .SDGs_area .bl_bg {
    font-size: 16px;
    background-color: #3091B5;
    color: #fff;
    padding: 5px;
    text-align: center;
  }
  .SDGs_area .SDGs_list h4 {
    font-size: 16px;
    font-weight: bold;
    color: #069CFA;
    margin-bottom: 5px;
  }
  .SDGs_area .SDGs_list h5 {
    font-size: 14px;
    font-weight: bold;
  }
  .SDGs_area .SDGs_list .txt2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .SDGs_area .SDGs_list .img {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .SDGs_area {
    font-size: 18px;
  }
  .SDGs_area .gr_gra {
    text-align: left;
  }
  .SDGs_area .SDGs_top_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .SDGs_area .SDGs_top_cont .txt {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .SDGs_area .SDGs_top_cont .tit_SDGs {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .SDGs_area .SDGs_top_cont .SDGs1 {
    margin-left: 25px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .SDGs_area .SDGs_top_cont .SDGs1 img {
    border: 1px solid #707070;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  .SDGs_area .bl_bg {
    font-size: 24px;
    background-color: #3091B5;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 25px;
  }
  .SDGs_area .SDGs_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .SDGs_area .SDGs_list li > div {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .SDGs_area .SDGs_list h4 {
    font-size: 24px;
    font-weight: bold;
    color: #069CFA;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .SDGs_area .SDGs_list .txt1 {
    margin-bottom: 15px;
  }
  .SDGs_area .SDGs_list h5 {
    font-weight: bold;
  }
  .SDGs_area .SDGs_list .txt2 {
    margin-bottom: 10px;
  }
  .SDGs_area .SDGs_list .img {
    margin-left: 25px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.company_area .pdf_dl_btn {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .company_area .pdf_dl_btn .btn {
    text-align: center;
  }
  .company_area .pdf_dl_btn .pdf_dl_txt {
    text-align: center;
    font-size: 10px;
  }
  .company_area .company_equal_space_list {
    margin-bottom: 15px;
    line-height: 2;
  }
  .company_area .company_equal_space_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .company_area .company_equal_space_list li a {
    display: inline;
  }
  .company_area .company_equal_space_list li .tit {
    width: 4.5em;
    -moz-text-align-last: justify;
         text-align-last: justify;
    text-justify: inter-ideograph;
  }
  .company_area .company_equal_space_list li .txt {
    width: calc(100% - 4.5em);
    padding-left: 1em;
    text-indent: -1em;
  }
  .company_area .company_equal_space_list li .txt::before {
    content: "：";
    width: 1em;
    padding: 0 0.25em;
  }
  .company_area .access_txt {
    font-size: 16px;
  }
  .company_area .access_txt p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company_area .access_txt .icon_car::before {
    content: url(../images/icon_car.svg);
    padding-right: 0.5em;
  }
  .company_area .access_txt .icon_train::before {
    content: url(../images/icon_train.svg);
    padding-right: 0.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .company_area {
    font-size: 18px;
    line-height: 2;
  }
  .company_area .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company_area .pc_flex > div:nth-child(1) {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
  }
  .company_area .pc_flex > div:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .company_area .pc_flex > div:not(:last-child) {
    margin-right: 25px;
  }
  .company_area .pdf_dl_btn .pdf_dl_txt {
    font-size: 14px;
  }
  .company_area .company_equal_space_list {
    margin-bottom: 15px;
  }
  .company_area .company_equal_space_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .company_area .company_equal_space_list li a {
    display: inline;
  }
  .company_area .company_equal_space_list li .tit {
    width: 4.5em;
    -moz-text-align-last: justify;
         text-align-last: justify;
    text-justify: inter-ideograph;
  }
  .company_area .company_equal_space_list li .txt {
    width: calc(100% - 4.5em);
    padding-left: 1em;
    text-indent: -1em;
  }
  .company_area .company_equal_space_list li .txt::before {
    content: "：";
    width: 1em;
    padding: 0 0.25em;
  }
  .company_area .access_txt {
    font-size: 16px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company_area .access_txt p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company_area .access_txt .icon_car::before {
    content: url(../images/icon_car.svg);
    padding-right: 0.5em;
  }
  .company_area .access_txt .icon_train::before {
    content: url(../images/icon_train.svg);
    padding-right: 0.5em;
  }
}
.company_area .gmap_area {
  margin: 0 auto;
}
.company_area .gmap_area .gmap_cont {
  position: relative;
  height: 0;
  overflow: hidden;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .company_area .gmap_area {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .company_area .gmap_area .gmap_cont {
    padding-bottom: 69.4%;
  }
}
@media print, screen and (min-width: 768px) {
  .company_area .gmap_area {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .company_area .gmap_area .gmap_cont {
    padding-bottom: 48.8%;
  }
}
.company_area .gmap_area iframe, .company_area .gmap_area object, .company_area .gmap_area embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.recruit_area h5 {
  color: #069CFA;
}
@media screen and (max-width: 767px) {
  .recruit_area h4 {
    color: #069CFA;
  }
  .recruit_area h5 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 9px;
  }
  .recruit_area .indent {
    padding-left: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit_area h5 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .recruit_area .indent {
    padding-left: 1em;
  }
}

@media screen and (max-width: 767px) {
  .contact_area {
    padding-bottom: 200px;
    background: url(../images/bg_img_footer_sp.jpg) no-repeat bottom center/contain;
  }
  .contact_area .txt1 {
    font-size: 18px;
    font-weight: bold;
  }
  .contact_area .red.tel {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
  }
  .contact_area .red.tel a {
    color: #CC0000;
  }
  .contact_area .txt2 {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
  }
  .contact_area .txt3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .contact_area .txt4 {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_area {
    padding-bottom: 200px;
    background: url(../images/bg_img_footer_pc.jpg) no-repeat bottom center/contain;
  }
  .contact_area .contarea {
    padding-left: 5%;
    padding-right: 5%;
  }
  .contact_area .contact_txt {
    text-align: center;
    margin-bottom: 15px;
  }
  .contact_area .contact_txt p {
    display: inline-block;
  }
  .contact_area .txt1 {
    font-size: 36px;
    font-weight: bold;
  }
  .contact_area .red.tel {
    font-size: 46px;
    font-weight: bold;
    text-align: center;
  }
  .contact_area .red.tel a {
    color: #CC0000;
  }
  .contact_area .txt2 {
    font-size: 36px;
    font-weight: bold;
    text-align: right;
  }
  .contact_area .txt3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .contact_area .txt4 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
  }
}

footer {
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .f_logo_img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  footer .copy {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .f_logo_img {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  footer .copy {
    margin-top: 10px;
    margin-bottom: 25px;
  }
}

#thanks header {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #thanks .thanks {
    font-size: 14px;
  }
  #thanks .font_l {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #thanks .font_l {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  #conf footer, #thanks footer {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  #conf footer, #thanks footer {
    margin-top: 80px;
  }
}

#top_btn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
  /*このクラスが付与されると表示する*/
}
#top_btn a {
  padding: 8px;
  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;
}
#top_btn.active {
  opacity: 1;
  visibility: visible;
}

.font_xl {
  font-size: 1.25rem;
}