@charset "UTF-8";
/* font $size
====================================== */
/* font family
====================================== */
/* colors 色管理
====================================== */
/* border 色管理
====================================== */
/* breakpoint ブレイクポイント
====================================== */
html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

ol,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

/*----------------------------------------------------
	LAYOUT
----------------------------------------------------*/
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mt10 {
  margin-top: 10px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt60 {
  padding-top: 60px !important;
}

.pb30 {
  padding-bottom: 30px;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5px;
}
@media screen and (max-width: 1023px) {
  .inner {
    width: 100%;
    padding: 0 15px;
  }
}

.inner-small {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 5px;
}
@media screen and (max-width: 1023px) {
  .inner-small {
    width: 100%;
    padding: 0 15px;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.en {
  font-family: "Montserrat", sans-serif;
  color: #90c145;
  font-size: 42px;
  font-size: 4.2rem;
}

.column {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .column {
    padding: 40px 0;
  }
}

/*----------------------------------------------------
    OTHER
----------------------------------------------------*/
main {
  position: relative;
  padding-bottom: 120px;
}

.h1_box {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.h1_box .inner {
  position: relative;
}
.h1_box .h_tit {
  font-weight: 500;
  font-size: 11px;
  font-size: 1.1rem;
  position: absolute;
  width: 60vw;
  bottom: 20px;
  left: 0;
}
@media screen and (max-width: 1300px) {
  .h1_box .h_tit {
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .h1_box .h_tit {
    width: 100%;
  }
}

/*----------------------------------------------------
	PARTS
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.tel {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
}
.tel .tel_text {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

.tel_main {
  display: flex;
  align-items: center;
  gap: 10px;
}

.breadcrumbs {
  margin: 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
}

/*----------------------------------------------------
    SIDE BANNER
----------------------------------------------------*/
.side_banner {
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
  position: fixed;
  right: 0;
  z-index: 101;
  width: 104px;
  height: 443px;
  top: 219px;
  display: none;
}

.fixed_side_pc {
  position: fixed;
  right: 0;
  z-index: 101;
  display: none;
}

.fixed_side_fair {
  top: 204px;
}

.fixed_side_online {
  top: 505px;
}

.fixed_side_inquiry {
  top: 560px;
}

.fixed_side_line {
  top: 607px;
}

.fixed_side_sp {
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 200;
  display: none;
}
.fixed_side_sp .fixed_bottom {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed_side_sp li {
  width: 50%;
}
.fixed_side_sp li:nth-child(1) {
  background: #90c145;
}
.fixed_side_sp li:nth-child(2) {
  background: #e95e26;
}
.fixed_side_sp li a {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  width: 100%;
  height: 73px;
  line-height: 1.4;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .fixed_side_sp li a {
    font-size: 14px;
    font-size: 1.4rem;
    height: 60px;
  }
}

/*----------------------------------------------------
	HEADER
----------------------------------------------------*/
header {
  box-shadow: 0 0 20px #d9d5d5;
}

/* top-header */
.top-header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px 0;
}
@media screen and (max-width: 1023px) {
  .top-header {
    justify-content: flex-start;
    padding: 0 15px;
  }
}
@media screen and (max-width: 820px) {
  .top-header {
    padding: 0 68px 0 15px;
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .top-header {
    padding: 0 68px 0 5px;
  }
}

.head_l, .head_r {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .head_l {
    gap: 10px;
  }
}
@media screen and (max-width: 820px) {
  .head_l .logo_area img {
    width: 90px;
  }
}

.head-catch {
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .head-catch {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.head-catch .num {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .head-catch .num {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* bottom-header */
.bottom-header {
  padding: 10px 0;
  font-weight: 600;
  border-top: 1px solid #d3d1d1;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 820px) {
  .bottom-header {
    padding: 0;
    border: none;
  }
}
.bottom-header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
  box-shadow: none;
  border-bottom: 1px solid #d3d1d1;
}
.bottom-header .fb_icon {
  padding: 30px 0 0 40px;
}
.bottom-header .other_icon a:after {
  content: "";
  background: url(../img/common/other_white.svg) no-repeat;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
  .bottom-header .other_icon a:after {
    right: 125px;
  }
}

.nav_list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  position: relative;
  padding: 0 60px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .nav_list {
    padding: 0 15px;
  }
}
.nav_list input {
  display: none;
  list-style: none;
}
.nav_list input::-webkit-details-marker {
  display: none;
}
.nav_list input[type=checkbox]:checked ~ .dropDown {
  max-height: inherit;
  overflow-y: visible;
  visibility: visible;
  list-style: none;
}
@media screen and (max-width: 820px) {
  .nav_list .angletoggle:before {
    content: "+";
  }
}
@media screen and (max-width: 820px) {
  .nav_list input[type=checkbox]:checked ~ * .angletoggle:before {
    content: "\f068";
  }
}
@media screen and (max-width: 820px) {
  .nav_list .nav_item {
    border-bottom: 1px solid #d3d1d1;
  }
}
@media screen and (max-width: 820px) {
  .nav_list .nav_item > a {
    padding: 10px 10px 10px 30px;
    display: inline-block;
  }
}
.nav_list .nav_item .pd {
  display: inline-block;
}
@media screen and (max-width: 820px) {
  .nav_list .nav_item .pd {
    width: 100%;
  }
}
.nav_list .nav_item .pd a {
  padding: 60px 0;
}
@media screen and (max-width: 820px) {
  .nav_list .nav_item .pd a {
    padding: 10px 10px 10px 30px;
    display: inline-block;
    pointer-events: none;
    position: relative;
  }
}
@media screen and (max-width: 820px) {
  .nav_list .nav_item .pd a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #016f58;
    border-right: 2px solid #016f58;
    transition: all 0.3s;
  }
}

/* hamburger */
.hamburger_text {
  display: none;
}
@media screen and (max-width: 820px) {
  .hamburger_text {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    font-size: 1.3rem;
    color: #fff;
  }
}

@media screen and (max-width: 820px) {
  .nav {
    position: fixed;
    overflow: auto;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px;
    height: 100vh;
    padding: 60px 0 100px 0;
    background: #fff;
    transition: all 0.6s;
    z-index: 200;
  }
  .nav_list {
    flex-direction: column;
    align-items: inherit;
    gap: 0;
  }
  .hamburger {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    height: 65px;
    cursor: pointer;
    z-index: 300;
    background: #016f58;
  }
  .hamburger .hamburger_border {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 34px;
    height: 3px;
    background-color: #fff;
    transition: all 0.6s;
  }
  .hamburger .hamburger_border_top {
    top: 14px;
  }
  .hamburger .hamburger_border_center {
    top: 25px;
  }
  .hamburger .hamburger_border_bottom {
    top: 36px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 150;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open {
    overflow: hidden;
  }
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}
.dropDown {
  position: absolute;
  bottom: -9px;
  display: none;
  padding: 10px;
  z-index: 1000;
  background: rgba(0, 153, 68, 0.96);
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  transform: translate(0, 100%);
  width: 172px;
}
@media screen and (max-width: 820px) {
  .dropDown {
    position: inherit;
    padding: 0 10px;
    transform: inherit;
    display: inherit;
    max-height: 0;
    overflow-y: hidden;
    visibility: hidden;
    box-shadow: none;
    width: 100%;
  }
}
.dropDown > li {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .dropDown > li {
    padding: 8px 0;
    margin: 0;
    position: relative;
  }
}
.dropDown > li a {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  padding-left: 20px;
}
@media screen and (max-width: 820px) {
  .dropDown > li a {
    color: #fff;
    padding-left: 43px;
    position: relative;
  }
}
@media screen and (max-width: 820px) {
  .dropDown > li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: all 0.3s;
  }
}
.dropDown > li:last-child {
  border: none;
  margin: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 820px) {
  .dropDown > li:last-child {
    padding-bottom: 8px;
  }
}

.tgl_link:hover > .dropDown,
.tgl_link:focus-within > .dropDown {
  display: block;
}
@media screen and (max-width: 820px) {
  .tgl_link:hover > .dropDown,
  .tgl_link:focus-within > .dropDown {
    display: inherit;
  }
}

.btn_head {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin: 20px 0 40px 0;
}

/*----------------------------------------------------
	TITLE
----------------------------------------------------*/
.com-tit-01, .com-tit-02 {
  color: #016f58;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .com-tit-01, .com-tit-02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.com-tit-02 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .com-tit-02 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.com-tit-03 {
  color: #016f58;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.4;
}

.com-tit-04 {
  text-align: center;
  font-size: 52px;
  font-size: 5.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .com-tit-04 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
.com-tit-04 .catch {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-tit-04 .catch {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-tit-04 .catch:before {
  content: "";
  border-right: 3px dashed #fff;
  position: absolute;
  left: -30px;
  top: 0px;
  height: 60px;
  transform: rotate(-20deg);
}
@media screen and (max-width: 767px) {
  .com-tit-04 .catch:before {
    height: 40px;
  }
}
.com-tit-04 .catch:after {
  content: "";
  border-right: 3px dashed #fff;
  position: absolute;
  right: -30px;
  top: 0px;
  height: 60px;
  transform: rotate(20deg);
}
@media screen and (max-width: 767px) {
  .com-tit-04 .catch:after {
    height: 40px;
  }
}
.com-tit-04 .catch .big {
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .com-tit-04 .catch .big {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.com-tit-04 .catch_bottom {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.com-tit-04 .square {
  border-radius: 4px;
  padding: 15px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .com-tit-04 .square {
    padding: 10px;
  }
}
.com-tit-04 .wh_sq {
  color: #fff;
  background: #74c506;
}
.com-tit-04 .gr_sq {
  color: #69b602;
  background: #fff;
}

.com-tit-05 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #016f58;
  border-bottom: 2px solid;
  padding-bottom: 5px;
  margin-bottom: 15px;
  line-height: 1.5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1300px) {
  .com-tit-05 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 820px) {
  .com-tit-05 {
    font-size: 19px;
    font-size: 1.9rem;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .com-tit-05 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.com-tit-05 .num {
  font-family: "Montserrat", sans-serif;
  color: #90c145;
  font-size: 32px;
  font-size: 3.2rem;
}

.com-tit-06 {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #038368;
  position: relative;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .com-tit-06 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.com-tit-06:before {
  content: "";
  background: url("../img/top/consulting02.png") no-repeat;
  position: absolute;
  left: 30px;
  top: -20px;
  width: 37px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .com-tit-06:before {
    top: -30px;
    left: -10px;
  }
}
.com-tit-06:after {
  content: "";
  background: url("../img/top/consulting02.png") no-repeat;
  position: absolute;
  right: 30px;
  top: -20px;
  width: 37px;
  height: 100px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .com-tit-06:after {
    top: -30px;
    right: -10px;
  }
}

.com-tit-07 {
  font-size: 26px;
  font-size: 2.6rem;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  padding-bottom: 20px;
  margin-bottom: 30px;
  line-height: 1;
  border-bottom: solid 2px #e2e4e3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-tit-07 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-tit-07:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #016f58;
  bottom: -3px;
  width: 10%;
}
.com-tit-07 .small {
  font-size: 14px;
  font-size: 1.4rem;
}

.com-tit-08 {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .com-tit-08 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .com-tit-08 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-tit-09 {
  text-align: center;
  font-weight: 500;
  font-size: 34px;
  font-size: 3.4rem;
  color: #016f58;
  line-height: 1.4;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 10px;
}
.com-tit-09 .catch .circle {
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  background: #90c145;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .com-tit-09 .catch .circle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.com-tit-10 {
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 30px;
  border-left: 3px solid #90c145;
  font-weight: 500;
  color: #016f58;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .com-tit-10 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 20px;
  }
}

.com-tit-11 {
  position: relative;
  display: block;
  margin: 1.5em 0;
  background: #f4fdf9;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px 10px;
  min-width: 120px;
  max-width: 100%;
  text-align: center;
  color: #016f58;
  border: solid 3px #016f58;
  box-sizing: border-box;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .com-tit-11 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px;
  }
}
.com-tit-11:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #f4fdf9;
  z-index: 2;
}
.com-tit-11:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #016f58;
  z-index: 1;
}

/*----------------------------------------------------
    TABLE
----------------------------------------------------*/
.com-table-01 {
  overflow-x: auto;
  background: #fff;
}
@media screen and (max-width: 820px) {
  .com-table-01 {
    max-width: 100%;
  }
}
.com-table-01 table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 820px) {
  .com-table-01 table {
    width: 1090px;
  }
}
.com-table-01 tr {
  border-bottom: 1px solid #d3dbd2;
}
.com-table-01 tr:first-of-type {
  border-top: 1px solid #d3dbd2;
}
.com-table-01 tr:last-of-type {
  border-right: 1px solid #d3dbd2;
}
.com-table-01 tr th, .com-table-01 tr td {
  display: table-cell;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: middle;
  text-align: center;
  padding: 10px 15px;
}
.com-table-01 tr th {
  font-weight: 600;
}
.com-table-01 tr th:nth-child(7), .com-table-01 tr th:nth-child(8) {
  width: 80px;
}
.com-table-01 tr td {
  border-right: 1px solid #d3dbd2;
  border-left: 1px solid #d3dbd2;
  display: table-cell;
  font-weight: 500;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  padding: 10px 15px;
}
.com-table-01 tr td > a {
  color: #1588EA;
  font-weight: 600;
}
.com-table-01 th {
  border-left: 1px solid #d3dbd2;
  background-color: #eaf2e9;
  white-space: nowrap;
  box-sizing: border-box;
}
.com-table-01 th:nth-child(1) {
  width: 240px;
}

/*----------------------------------------------------
	BTN
----------------------------------------------------*/
.com-btn-01 a {
  background: #e95e26;
  border: 1px solid #e95e26;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 16px 0;
  width: 220px;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.com-btn-02 a, .com-btn-03 a, .com-btn-06 a, .com-btn-04 a, .com-btn-05 a {
  text-align: center;
  color: #016f58;
  border: 1px solid;
  border-radius: 30px;
  width: 240px;
  display: block;
  padding: 11px 0;
  position: relative;
  border: 1px solid #016f58;
}
.com-btn-02 a:before, .com-btn-03 a:before, .com-btn-06 a:before, .com-btn-04 a:before, .com-btn-05 a:before, .com-btn-02 a:after, .com-btn-03 a:after, .com-btn-06 a:after, .com-btn-04 a:after, .com-btn-05 a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.com-btn-02 a:before, .com-btn-03 a:before, .com-btn-06 a:before, .com-btn-04 a:before, .com-btn-05 a:before {
  content: "";
  right: 23px;
  width: 11px;
  height: 1px;
  background: #016f58;
}
.com-btn-02 a:after, .com-btn-03 a:after, .com-btn-06 a:after, .com-btn-04 a:after, .com-btn-05 a:after {
  content: "";
  right: 23px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #016f58;
  border-right: 1px solid #016f58;
  transform: rotate(45deg);
}
.com-btn-02:hover a, .com-btn-03:hover a, .com-btn-06:hover a, .com-btn-04:hover a, .com-btn-05:hover a {
  color: #fff;
  background: #016f58;
  border: 1px solid #016f58;
}
.com-btn-02:hover a:before, .com-btn-03:hover a:before, .com-btn-06:hover a:before, .com-btn-04:hover a:before, .com-btn-05:hover a:before {
  background: #fff;
}
.com-btn-02:hover a:after, .com-btn-03:hover a:after, .com-btn-06:hover a:after, .com-btn-04:hover a:after, .com-btn-05:hover a:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.com-btn-03 a, .com-btn-06 a, .com-btn-04 a, .com-btn-05 a {
  color: #fff;
  background: url("../img/common/btn_design.png") no-repeat;
  text-align: center;
  margin: 40px auto 0 auto;
  width: 300px;
  padding: 15px 0;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border: none;
}
.com-btn-03 a:before, .com-btn-06 a:before, .com-btn-04 a:before, .com-btn-05 a:before {
  background: #fff;
}
.com-btn-03 a:after, .com-btn-06 a:after, .com-btn-04 a:after, .com-btn-05 a:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.com-btn-03:hover a, .com-btn-06:hover a, .com-btn-04:hover a, .com-btn-05:hover a {
  background: url("../img/common/btn_design.png") no-repeat;
  border: none;
}

.com-btn-04 a, .com-btn-05 a {
  background: #016f58;
  box-shadow: none;
  font-size: 15px;
  font-size: 1.5rem;
  width: 260px;
  padding: 11px 0;
}
.com-btn-04:hover a, .com-btn-05:hover a {
  background: #016f58;
}

.com-btn-05 a:before {
  background: none;
}
.com-btn-05 a:after {
  content: "";
  background: url("../img/common/other.svg") no-repeat;
  width: 13px;
  height: 14px;
  display: block;
  border: none;
  transform: inherit;
}
.com-btn-05:hover a:before {
  content: none;
}
.com-btn-05:hover a:after {
  border: none;
}

.com-btn-06 a {
  background: url("../img/common/btn_design_orange.png") no-repeat;
  border: 1px solid #e95e26;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border: none;
}
@media screen and (max-width: 767px) {
  .com-btn-06 a {
    background-size: cover;
    width: 280px;
    margin: 30px auto 0 auto;
  }
}
.com-btn-06:hover a {
  background: url("../img/common/btn_design_orange.png") no-repeat;
  border: none;
}

.com-btn-07 a, .com-btn-08 a {
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 16px 0;
  display: block;
  width: 220px;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: #e95e26;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}

.com-btn-08 a {
  background: #90c145;
}

.com-btn-09, .com-btn-10 {
  color: #fff;
  background: #e95e26;
  text-align: center;
  width: 300px;
  display: block;
  padding: 15px 0;
  border-radius: 60px;
  letter-spacing: 0.2em;
  border: 1px solid #e95e26;
  position: relative;
  cursor: pointer;
}
.com-btn-09:hover, .com-btn-10:hover {
  color: #e95e26;
  background: #fff;
  border: 1px solid;
}

.com-btn-10 {
  border: 1px solid #eee;
  color: #016f58;
  background: #fff;
  padding: 10px 0;
  margin: 20px 0 0 auto;
}
.com-btn-10:hover {
  color: #016f58;
  background: #fff;
  border: 1px solid;
}

/*----------------------------------------------------
	FOOTER
----------------------------------------------------*/
.footer {
  background: #f4f4f4;
}
@media screen and (max-width: 820px) {
  .footer {
    padding-bottom: 73px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 60px;
  }
}

.footer_wrap {
  padding: 60px 0 80px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer_wrap .logo_area {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .footer_wrap .logo_area {
    text-align: center;
  }
}
.footer_wrap .tel {
  margin-bottom: 30px;
  display: block;
  line-height: 1.4;
}
.footer_wrap .tel_main {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer_wrap .tel_main {
    justify-content: center;
  }
}
.footer_wrap .tel_text {
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer_wrap .tel_text {
    text-align: center;
  }
}
.footer_wrap .info_area {
  font-weight: 400;
  margin-bottom: 20px;
}
.footer_wrap .company_name {
  font-weight: 600;
}

.footer_info {
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .footer_info {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}

.info_right {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .info_right {
    margin: 0 20px;
  }
}

.nav_list_ft {
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .nav_list_ft {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.nav_list_ft a {
  font-weight: 400;
}

.nav_list01 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.other_icon a {
  position: relative;
}
.other_icon a:after {
  content: "";
  background: url("../img/common/other_green.svg") no-repeat;
  width: 15px;
  height: 16px;
  position: absolute;
  top: 2px;
  right: -28px;
}

.copy {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 15px 0;
  background: #247551;
}

/*----------------------------------------------------
	404
----------------------------------------------------*/
.error-404 {
  text-align: center;
  padding: 80px 0 200px;
  color: #5c5c5c;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .error-404 {
    padding: 70px 0 80px;
  }
}
.error-404 .btn {
  margin-top: 50px;
}
.error-404 .icon_404 {
  background: #fff;
  font-size: 90px;
  font-size: 9rem;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 820px) {
  .error-404 .icon_404 {
    font-size: 7rem;
  }
}
.error-404 .icon_404 span {
  color: #fff;
}

/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
#pagetop {
  position: fixed;
  z-index: 100;
  bottom: 120px;
  right: 150px;
}
#pagetop a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  display: block;
  width: 50px;
  height: 50px;
  background: #247551;
  border-radius: 50%;
}
#pagetop a:after {
  transform: rotate(-45deg);
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  margin-top: -5px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

@media screen and (max-width: 1300px) {
  #pagetop {
    right: 50px;
    bottom: 70px;
  }
}
@media screen and (max-width: 820px) {
  #pagetop {
    right: 10px;
    bottom: 90px;
  }
  #pagetop a {
    width: 48px;
    height: 48px;
  }
  #pagetop a:after {
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
  }
}
/*----------------------------------------------------
	SET
----------------------------------------------------*/
@media screen and (min-width: 1022px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tab_hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .smart_hide {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */