.mv.-top {
  background-image: url(../../img/top/pc_mv.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 678px) {
  .mv.-top {
    height: 66.6666666667vw;
    background-size: cover;
    background-position: center right -33.3333333333vw;
  }
  .mv.-top .mv_inner {
    height: 66.6666666667vw;
  }
  .mv.-top .mv_inner .c_textWrap {
    left: 5.3333333333vw;
  }
  .mv.-top .mv_inner .c_textWrap .title {
    font-size: 5.0666666667vw;
    text-shadow: 0px 0px 3px rgb(255, 255, 255), 0px 0px 4px rgb(255, 255, 255), 0px 0px 5px rgb(255, 255, 255);
  }
  .mv.-top .mv_inner .c_textWrap .text {
    font-size: 2.6666666667vw;
    text-shadow: 0px 0px 3px rgb(255, 255, 255), 0px 0px 4px rgb(255, 255, 255), 0px 0px 5px rgb(255, 255, 255);
  }
}
.c_textWrap {
  position: absolute;
  top: 110px;
  left: 11.1111111111vw;
}

@media screen and (max-width: 1200px) {
  .c_textWrap {
    top: 4.1666666667vw;
    left: 6.9444444444vw;
  }
}
@media screen and (max-width: 678px) {
  .c_textWrap {
    top: 8vw;
  }
}
.c_textWrap .title {
  font-size: 3.8rem;
  color: #046430;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.275rem;
}

@media screen and (max-width: 1200px) {
  .c_textWrap .title {
    font-size: 3.1666666667vw;
  }
}
.c_textWrap .title span {
  font-weight: 500;
  color: #046430;
}

.c_textWrap .text {
  margin-top: 1.3888888889vw;
  color: #404040;
  font-size: 1.8rem;
}

@media screen and (max-width: 1200px) {
  .c_textWrap .text {
    font-size: 1.5vw;
  }
}
/* INFORMATION 
-----------------------------------------*/
#info {
  padding: 60px 0 80px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 1200px) {
  #info {
    padding: 4.1666666667vw 0 5.5555555556vw;
  }
}
@media screen and (max-width: 678px) {
  #info {
    padding: 8vw 0 10.6666666667vw;
  }
}
.c_newsWrap {
  margin-top: 60px;
  border-top: 1px solid #c5c5c5;
}

@media screen and (max-width: 678px) {
  .c_newsWrap {
    margin-top: 8vw;
  }
}
.c_newsWrap .item {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #c5c5c5;
}

@media screen and (max-width: 678px) {
  .c_newsWrap .item {
    display: block;
    padding: 2.6666666667vw 0;
  }
}
.c_newsWrap .item .date {
  color: #5c5c5c;
  margin-right: 35px;
}

@media screen and (max-width: 678px) {
  .c_newsWrap .item .date {
    text-align: left;
    font-size: 2.6666666667vw;
  }
}
.c_newsWrap .item .text {
  flex: 1;
  text-align: left;
}

@media screen and (max-width: 678px) {
  .c_newsWrap .item .text {
    font-size: 3.2vw;
  }
}
/* flow 
-----------------------------------------*/
#flow {
  padding: 80px 0;
  background: #f7f7f7;
}

@media screen and (max-width: 678px) {
  #flow {
    padding: 10.6666666667vw 0;
  }
}
.c_flowContents01 {
  margin-top: 60px;
}

@media screen and (max-width: 678px) {
  .c_flowContents01 {
    margin-top: 8vw;
  }
}
.c_flowContents01 .c_inner {
  display: flex;
}

@media screen and (max-width: 678px) {
  .c_flowContents01 .c_inner {
    display: block;
  }
}
@media screen and (max-width: 678px) {
  .c_flowContents01 .c_inner .box {
    display: flex;
  }
}
.c_flowContents01 .c_inner .box.-col02 {
  width: 340px;
}

@media screen and (max-width: 678px) {
  .c_flowContents01 .c_inner .box.-col02 {
    width: 100%;
  }
}
.c_flowContents01 .c_inner .box.-col03 {
  width: 520px;
}

@media screen and (max-width: 678px) {
  .c_flowContents01 .c_inner .box.-col03 {
    width: 100%;
  }
}
.c_flowContents01 .c_inner .box .textWrap {
  text-align: left;
  padding: 35px 0;
  margin-top: 20px;
  border-top: 2px solid #007ed5;
  border-bottom: 2px solid #007ed5;
  min-height: 169px;
  display: flex;
  align-items: center;
  line-height: 1.7;
}

@media screen and (max-width: 1200px) {
  .c_flowContents01 .c_inner .box .textWrap {
    min-height: 24.3055555556vw;
    padding: 2.4305555556vw 0;
  }
}
@media screen and (max-width: 678px) {
  .c_flowContents01 .c_inner .box .textWrap {
    margin-top: 0;
    margin-left: 5.3333333333vw;
  }
}
.c_flowContents01 .c_inner .box + .box {
  margin-left: 20px;
}

@media screen and (max-width: 1200px) {
  .c_flowContents01 .c_inner .box + .box {
    margin-left: 2.6666666667vw;
  }
}
@media screen and (max-width: 678px) {
  .c_flowContents01 .c_inner .box + .box {
    margin-left: 0;
    margin-top: 10.6666666667vw;
  }
}
.flowList {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 678px) {
  .flowList {
    display: block;
    flex: 1;
  }
}
.flowList.-sub {
  width: 100%;
  display: block;
}

.flowList .item {
  width: 100%;
  display: flex;
  align-items: center;
  background: #007ed5;
  color: #FFF;
  font-size: 1.8rem;
  height: 110px;
  text-align: left;
  padding-left: 30px;
  line-height: 1.2;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .flowList .item {
    padding: 0.6944444444vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 678px) {
  .flowList .item {
    font-size: 3.7333333333vw;
    width: 29.3333333333vw;
    height: auto;
    justify-content: center;
    padding-left: 0;
  }
}
.flowList .item:before {
  display: block;
  content: "";
  background: #f7f7f7;
  width: 30px;
  height: 110px;
  background-size: contain;
  right: 0;
  position: absolute;
}

@media screen and (max-width: 678px) {
  .flowList .item:before {
    display: none;
    width: 29.3333333333vw;
  }
}
.flowList .item:after {
  display: block;
  content: "";
  background: url(../../img/top/parts_triangle01.svg);
  width: 30px;
  height: 110px;
  background-size: contain;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
}

@media screen and (max-width: 678px) {
  .flowList .item:after {
    height: 29.3333333333vw;
    transform: rotate(90deg) translate(-50%, -50%);
    bottom: -85px;
    left: -4vw;
  }
}
.flowList .item.-parent {
  background: none;
  padding-left: 0;
}

.flowList .item.-parent:after, .flowList .item.-parent:after {
  background: none;
}

.flowList .item.-sub {
  height: 50px;
}

@media screen and (max-width: 678px) {
  .flowList .item.-sub {
    width: 29.3333333333vw;
  }
}
.flowList .item.-sub:before {
  background: #f7f7f7;
  width: 20px;
  height: 50px;
  background-repeat: no-repeat;
}

.flowList .item.-sub:after {
  background: url(../../img/top/parts_triangle02.svg);
  width: 20px;
  height: 50px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 678px) {
  .flowList .item.-sub:after {
    width: 8vw;
    height: 29.3333333333vw;
    background: url(../../img/top/parts_triangle01.svg);
    transform: rotate(90deg) translate(-50%, -50%);
    bottom: -22.6666666667vw;
    left: -4vw;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.flowList .item.-sub + .-sub {
  margin-left: 0;
  width: 100%;
  margin-top: 10px;
}

@media screen and (max-width: 678px) {
  .flowList .item.-sub + .-sub {
    margin-top: 10.6666666667vw;
    width: 29.3333333333vw;
  }
}
.flowList .item + .item {
  margin-left: 20px;
}

@media screen and (max-width: 1200px) {
  .flowList .item + .item {
    margin-left: 1.3888888889vw;
  }
}
@media screen and (max-width: 678px) {
  .flowList .item + .item {
    margin-left: 0;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 678px) {
  .c_flowContents01 .c_inner .box.-col02 .item {
    height: 17.8666666667vw;
  }
  .c_flowContents01 .c_inner .box.-col03 {
    margin-top: 10.6666666667vw;
  }
  .c_flowContents01 .c_inner .box.-col03 li.item.-last-item {
    height: 13.3333333333vw;
  }
}
.c_flow-point {
  margin-top: 60px;
}

@media screen and (max-width: 678px) {
  .c_flow-point {
    margin-top: 13.3333333333vw;
  }
}
.c_flow-point .pointIconWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .c_flow-point .pointIconWrap {
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
  }
  .c_flow-point .pointIconWrap img {
    width: 100%;
  }
}
@media screen and (max-width: 678px) {
  .c_flow-point .pointIconWrap {
    flex-wrap: wrap;
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .c_flow-point .pointIconWrap .item {
    width: 50%;
    padding: 2.6666666667vw;
  }
}
.c_flow-point .pointIconWrap .item + .item {
  margin-left: 30px;
}

@media screen and (max-width: 678px) {
  .c_flow-point .pointIconWrap .item + .item {
    margin-left: 0;
  }
}
@media screen and (max-width: 678px) {
  .c_flow-point .pointIconWrap img {
    width: 100%;
  }
}
.c_flow-point .c_pointText {
  margin: 0 auto;
  max-width: 730px;
  border: 4px solid #007ed5;
  padding: 6px;
}

@media screen and (max-width: 678px) {
  .c_flow-point .c_pointText {
    padding: 0.8vw;
  }
}
.c_flow-point .c_pointText .outline {
  border: 2px solid #007ed5;
}

.c_flow-point .c_pointText .outline .c_inner .text {
  font-size: 2.8rem;
  padding: 20px 0;
  font-weight: 800;
  line-height: 1.5;
  color: #333333;
}

@media screen and (max-width: 678px) {
  .c_flow-point .c_pointText .outline .c_inner .text {
    font-size: 4.8vw;
    padding: 2.6666666667vw;
  }
}
.c_flow-point .c_pointText .outline .c_inner .text span {
  background: #007ed5;
  color: #FFF;
  display: inline-block;
  padding: 0;
  line-height: 1.2;
  padding: 0 5px;
}

.l_flowContentsWrap {
  display: flex;
  margin-top: 60px;
}

@media screen and (max-width: 678px) {
  .l_flowContentsWrap {
    display: block;
    margin-top: 8vw;
  }
}
.c_flowContentsBox {
  width: 50%;
  text-align: left;
  border: 1px solid #007ed5;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 678px) {
  .c_flowContentsBox {
    width: 100%;
  }
}
.c_flowContentsBox .title {
  background-color: #007ed5;
  color: #FFF;
  font-size: 2.8rem;
  border-radius: 8px 8px 0 0;
  text-align: center;
  line-height: 1.2;
  padding: 20px 0;
}

@media screen and (max-width: 678px) {
  .c_flowContentsBox .title {
    font-size: 4.8vw;
    padding: 2.6666666667vw 0;
  }
}
.c_flowContentsBox .title span {
  font-size: 1.6rem;
  display: block;
  color: #FFF;
  padding: 0;
  margin-top: 5px;
}

@media screen and (max-width: 678px) {
  .c_flowContentsBox .title span {
    font-size: 3.7333333333vw;
    margin-top: 0.6666666667vw;
  }
}
.c_flowContentsBox .note {
  text-align: center;
  padding: 40px 0;
}

@media screen and (max-width: 678px) {
  .c_flowContentsBox .note {
    padding: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
.c_flowContentsBox .c_flowContentsList {
  padding-top: 70px;
  padding-left: 70px;
  padding-bottom: 65px;
}

@media screen and (max-width: 1200px) {
  .c_flowContentsBox .c_flowContentsList {
    padding: 2.7777777778vw 2.7777777778vw 2.7777777778vw;
  }
}
@media screen and (max-width: 678px) {
  .c_flowContentsBox .c_flowContentsList {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.c_flowContentsBox .c_flowContentsList .item {
  font-size: 1.8rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

.c_flowContentsBox .c_flowContentsList .item a {
  text-decoration: underline;
}

.c_flowContentsBox .c_flowContentsList .item a:hover {
  text-decoration: none;
}

@media screen and (max-width: 678px) {
  .c_flowContentsBox .c_flowContentsList .item {
    font-size: 3.7333333333vw;
    align-items: flex-start;
  }
  .c_flowContentsBox .c_flowContentsList .item p {
    flex: 1;
  }
}
.c_flowContentsBox .c_flowContentsList .item:before {
  content: "";
  display: block;
  background: url(../../img/cmn/icon_clover.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

@media screen and (max-width: 678px) {
  .c_flowContentsBox .c_flowContentsList .item:before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.c_flowContentsBox .c_flowContentsList .item span {
  font-size: 1.4rem;
}

.c_flowContentsBox .c_flowContentsList .item + .item {
  margin-top: 15px;
}

@media screen and (max-width: 678px) {
  .c_flowContentsBox .c_flowContentsList .item + .item {
    margin-top: 2vw;
  }
}
.c_flowContentsBox + .c_flowContentsBox {
  margin-left: 20px;
}

@media screen and (max-width: 678px) {
  .c_flowContentsBox + .c_flowContentsBox {
    margin-left: 0;
    margin-top: 8vw;
  }
}
/* access 
-----------------------------------------*/
#access {
  padding: 80px 0 100px;
}

@media screen and (max-width: 678px) {
  #access {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
.c_accessContentsWrap {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 678px) {
  .c_accessContentsWrap {
    display: block;
    margin-top: 8vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.c_accessContentsWrap .textWrap {
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .c_accessContentsWrap .textWrap {
    flex: 1;
  }
}
.c_accessContentsWrap .textWrap .box .sbj {
  color: #008e42;
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 678px) {
  .c_accessContentsWrap .textWrap .box .sbj {
    font-size: 4.2666666667vw;
  }
}
.c_accessContentsWrap .textWrap .box .sbj:before {
  content: "";
  display: block;
  height: 30px;
  width: 10px;
  background-color: #008e42;
  margin-right: 10px;
}

@media screen and (max-width: 678px) {
  .c_accessContentsWrap .textWrap .box .sbj:before {
    height: 4vw;
    width: 1.3333333333vw;
  }
}
.c_accessContentsWrap .textWrap .box .text {
  font-size: 2.4rem;
}

@media screen and (max-width: 678px) {
  .c_accessContentsWrap .textWrap .box .text {
    font-size: 4.2666666667vw;
  }
}
.c_accessContentsWrap .textWrap .box .text .small {
  display: block;
  font-size: 1.2rem;
  text-indent: -1.2rem;
  padding-left: 12px;
}

.c_accessContentsWrap .textWrap .box .name {
  font-size: 2.4rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 678px) {
  .c_accessContentsWrap .textWrap .box .name {
    font-size: 4.2666666667vw;
  }
}
.c_accessContentsWrap .textWrap .box .address {
  font-size: 1.6rem;
}

@media screen and (max-width: 678px) {
  .c_accessContentsWrap .textWrap .box .address {
    font-size: 3.7333333333vw;
  }
}
.c_accessContentsWrap .textWrap .box .tel {
  font-size: 3.4rem;
  line-height: 1;
  padding: 10px 0 10px;
}

@media screen and (max-width: 678px) {
  .c_accessContentsWrap .textWrap .box .tel {
    font-size: 5.6vw;
  }
}
.c_accessContentsWrap .textWrap .box .tel li + li {
  margin-top: 7px;
}

.c_accessContentsWrap .textWrap .box .tel span {
  font-size: 2.4rem;
}

@media screen and (max-width: 678px) {
  .c_accessContentsWrap .textWrap .box .tel span {
    font-size: 3.7333333333vw;
  }
}
.c_accessContentsWrap .textWrap .box .tel a {
  font-size: 3.4rem;
  line-height: 1;
  transition: 0.3;
}

@media screen and (max-width: 678px) {
  .c_accessContentsWrap .textWrap .box .tel a {
    font-size: 5.6vw;
  }
}
.c_accessContentsWrap .textWrap .box .tel a:hover {
  opacity: 0.5;
}

.c_accessContentsWrap .textWrap .box .tel a span {
  font-size: 2.4rem;
}

@media screen and (max-width: 678px) {
  .c_accessContentsWrap .textWrap .box .tel a span {
    font-size: 3.7333333333vw;
  }
}
.c_accessContentsWrap .textWrap .box .e-mail a {
  font-size: 2rem;
  transition: 0.3;
}

@media screen and (max-width: 678px) {
  .c_accessContentsWrap .textWrap .box .e-mail a {
    font-size: 3.7333333333vw;
  }
}
.c_accessContentsWrap .textWrap .box .e-mail a:hover {
  opacity: 0.5;
}

.c_accessContentsWrap .textWrap .box .e-mail a span {
  font-size: 1.8rem;
}

@media screen and (max-width: 678px) {
  .c_accessContentsWrap .textWrap .box .e-mail a span {
    font-size: 2.4vw;
  }
}
.c_accessContentsWrap .textWrap .box + .box {
  margin-top: 35px;
}

@media screen and (max-width: 678px) {
  .c_accessContentsWrap .textWrap .box + .box {
    margin-top: 4.6666666667vw;
  }
}
.mapWrap {
  width: 580px;
}

@media screen and (max-width: 1200px) {
  .mapWrap {
    width: 40.2777777778vw;
  }
}
@media screen and (max-width: 678px) {
  .mapWrap {
    width: 100%;
  }
}
.mapWrap .map {
  border: 1px solid #949494;
}

.mapWrap .map img {
  width: 100%;
}

.mapWrap .note {
  text-align: left;
  font-size: 1.6rem;
  padding: 15px 0;
}

@media screen and (max-width: 678px) {
  .mapWrap .note {
    font-size: 3.2vw;
    padding: 2vw 0;
  }
}
.mapWrap .note.-sub {
  padding: 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 678px) {
  .mapWrap .note.-sub {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 678px) {
  .c_contact-btn {
    text-align: center;
  }
}
.c_contact-btn a {
  line-height: 1;
  font-size: 2rem;
  background: #ff0006;
  display: inline-block;
  color: #FFF;
  padding: 14px 32px;
  border-radius: 40px;
  margin-top: 35px;
  transition: 0.3s;
}

@media screen and (max-width: 678px) {
  .c_contact-btn a {
    font-size: 3.7333333333vw;
    text-align: center;
    margin: 9.3333333333vw 0 9.3333333333vw;
  }
}
.c_contact-btn a:hover {
  opacity: 0.6;
}
/*# sourceMappingURL=top.css.map */
