/* フォント・文字サイズ指定
-------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700;900&display=swap');
@import url('reset.css');
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  word-break: normal;
  word-wrap: break-word;
}
:root {
 margin-top: 0 !important;
}
html {
  font-size: 62.5%;
  margin-top: 0 !important;
}
body {
  font-family: "Noto Sans JP", "Noto Sans Japanese", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, sans-serif;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans', 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  color: #003819;
  line-height: 1.5;
  letter-spacing: .05em;
  position: relative;
}
main {
  min-height: 100vh;
  position: relative;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  :root {
    font-size: calc(100vw / 60);
    /*font-size: calc(100vw / 32);*/
  }
}
@media screen and (max-width: 700px) {
  :root {
  font-size: calc(100vw / 40);
  /*font-size: calc(100vw / 32);*/
 }
}
img {
 max-width: 100%;
 vertical-align: bottom;
}
a {
 color: #003819;
}
br.sp {
  display: none;
}
br.pc {
  display: block;
}
@media screen and (max-width: 1280px) {
  br.pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}
.osw {
 font-family: 'Oswald', sans-serif !important;
 font-weight: 400;
}
/* header
-------------------------------------------------------------*/
.p-header {
  display: flex;
  justify-content: space-between;
  background: #fff;
  align-items: center;
  top: 0;
  left: 0;
  padding: 8px 20px;
  width: 100%;
  z-index: 999;
}
.p-header-logo {
  width: 20%;
  min-width: 219px;
}
.p-header-logo .logo_img {
  transition: .3s;
}
.p-header-logo .logo_img:hover {
  opacity: .6;
}
.p-header-function,
.p-header-navigation,
.p-header-contact {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 2rem;
}
.p-header-function {
  justify-content: flex-end;
  width: 92%;
}
.p-header-navigation {
  justify-content: flex-end;
  width: 52%;
}
.p-header-navigation li {
  font-weight: bold;
  margin-right: 4%;
}
.p-header-navigation li a {
  transition: .3s;
}
.p-header-navigation li a:hover {
  opacity: .6;
}
.p-header-contact {
  align-items: flex-start;
}
.p-header-contact li:first-child {
  text-align: center;
  margin-right: 12px;
}
.p-header-navigation.sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .p-header .p-header-navigation {
    display: none;
  }
  .p-header-navigation.sp {
    display: flex;
    justify-content: center;
    background: #eef9f3;
    padding: 16px;
    margin: 0 auto;
    width: 100%;
    z-index: 999;
  }
}
@media screen and (max-width: 768px) {
  .p-header {
    position: fixed;
    height: 80px;
    padding: 12px 8px 24px;
  }
  .p-header-contact li:first-child {
    text-align: left;
    margin-right: 4px;
  }
  .p-header-logo {
    width: 36%;
    min-width: 100px;
  }
  .p-header-navigation.sp {
    position: fixed;
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: bold;
    background: #eef9f3;
    padding: 12px 0;
    margin-top: 80px;
    width: 100%;
  }
}
/* common
-------------------------------------------------------------*/
.c-btn {
  position: relative;
  display: inline-block;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-radius: 50px;
  padding: 12px 32px 12px 56px;
  overflow: hidden;
  background: linear-gradient(to right, #ffe787 50%, #e38200);
  -webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.2);
  transition-property: background;
  transition: 0.2s;
  z-index: 1;
}
.c-btn.icon:hover {
  background: linear-gradient(#ffe787,#ffe787);
  background-repeat: no-repeat;
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.c-btn.icon:hover:before {
  -webkit-transform: translateY(-48%);
  transform: translateY(-48%);
}
.c-btn.icon:hover:after {
  -webkit-transform: translate(-48%,-48%);
  transform: translate(-48%,-48%);
}
.c-lead {
  font-size: 1.3rem;
  font-weight: bold;
  padding-top: 8px
}
.osw.local {
  font-size: 6.8rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .icon.listing {
    min-width: 44vw;
  }
}
@media screen and (max-width: 1024px) {
  .osw.local {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 1.2rem;
    padding: 8px 12px 8px 40px;
    border-radius: 12px;
  }
  .c-lead {
    position: absolute;
    font-size: 1.1rem;
    padding-top: 0;
  }
  .osw.local {
    font-size: 2.4rem;
  }
}
/* icon */
.icon {
  position: relative;
}
.icon:before,
.icon:after {
  position: absolute;
  top: 50%;
  height: 32px;
  width: 32px;

}
.icon:before {
  content: "";
  background: #003819;
  border-radius: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  font-size: 1.6rem;
  color: #fff;
  left: 26px;
  text-align: center;
  line-height: 32px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.icon.mail:after {
  content: "\f0e0";
}
.icon.file:after {
  content: "\f56d";
}
.icon.arrow:after {
  content: "\f061";
}
/* icon listing */
.icon.listing {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 12px;
  min-width: 36vw;
}
/* icon secondary */
.icon.secondary:before,
.icon.secondary:after {
  height: 40px;
  width: 40px;
}
.icon.secondary:before {
  left: -20px;
}
.icon.secondary:after {
  line-height: 40px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .icon:before,
  .icon:after,
  .icon.secondary:before,
  .icon.secondary:after {
    height: 24px;
    width: 24px;
  }
  .icon:after,
  .icon.secondary:after {
    font-size: 1rem;
    line-height: 24px;
    left: 22px;
  }
  .icon.listing {
    font-size: 1.8rem;
    border-radius: 50px;
    margin-top: 8px;
    width: 100%;
  }
}
/* p-title */
.p-title {
  text-align: center;
  font-weight: bold;
}
.p-title p {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  border-bottom: 2px solid #003819;
  padding-bottom: 12px;
}
.p-title p:before,
.p-title p:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-title p:before {
  border: 12px solid transparent;
  border-top: 12px solid #003819;
}
.p-title p:after {
  border: 14px solid transparent;
  border-top: 14px solid #eef9f3;
  margin-top: -1px;
  margin-left: -4px;
}
.p-title h2 {
  font-size: 4.8rem;
  padding-top: 20px;
}
.p-title.secondary p:after {
  border-top: 14px solid #fff;
}
.p-title.tertiary {
  color: #fff;
}
.p-title.tertiary p {
  border: 0;
  padding-bottom: 4px;
}
.p-title.tertiary p:before,
.p-title.tertiary p:after {
  border: 0;
}
.p-title.tertiary p:after {
  background: url(../images/az/flow-title.png) center bottom no-repeat;
  height: 20px;
  width: 100%;
  margin-left: 0;
}
.p-title.tertiary h2 {
  padding-top: 32px;
}
@media screen and (max-width: 960px) {
  .p-title {
    margin: 0 auto;
    width: 92%;
  }
}
@media screen and (max-width: 768px) {
  .p-title {
    width: 80%;
  }
  .p-title p {
    font-size: 1.2rem;
    padding-bottom: 8px;
  }
  .p-title h2 {
    font-size: 2.4rem;
    padding-top: 12px;
  }
}
/* lp-listing-area
-------------------------------------------------------------*/
.lp-listing-area {
  background: #003819;
  padding: 24px 0;
  height: auto;
  width: 100%;
}
.lp-listing-area .area-unit {
  margin: 0 auto;
  width: 80%;
}
.lp-listing-area .area-btn {
  display: flex;
  justify-content: space-between;
  color: #fff;
  text-align: center;
  align-items: baseline;
}
.lp-listing-area .area-text {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-top: 24px;
}
.lp-listing-area .area-lead {
  position: relative;
  font-weight: bold;
}
.lp-listing-area .area-lead:before,
.lp-listing-area .area-lead:after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 24px;
  width: 2px;
  background-color: #fff;
  top: 0;
  left: 100px;
  -webkit-transform: rotate(-36deg);
  transform: rotate(-36deg);
}
.lp-listing-area .area-lead:after {
  left: unset;
  right: 100px;
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
}
.lp-listing-area .area-lead.local:before {
    left: 28px;
  }
.lp-listing-area .area-lead.local:after {
  left: unset;
  right: 28px;
}
/* lp-listing-area secondary */
.lp-listing-area.secondary {
  background: #005c29;
}
.lp-listing-area.secondary .area-text {
  padding-top: 0;
  padding-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .lp-listing-area .area-unit {
    width: 94%;
  }
  .lp-listing-area .area-btn {
    justify-content: space-evenly;
  }
  .lp-listing-area .area-lead:before,
  .lp-listing-area .area-lead:after {
    left: 60px;
    height: 16px;
  }
  .lp-listing-area .area-lead:after {
    left: unset;
    right: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .lp-listing-area .area-lead.local:before {
    left: -12px;
  }
  .lp-listing-area .area-lead.local:after {
    right: -12px;
  }
}
@media screen and (max-width: 768px) {
  .lp-listing-area {
    padding: 20px 0;
  }
  .lp-listing-area .area-unit {
    width: 92%;
  }
  .lp-listing-area li:last-child {
    margin-top: 12px;
  }
  .lp-listing-area .area-btn {
    display: block;
  }
  .lp-listing-area .area-lead {
    font-size: 1.2rem;
  }
  .lp-listing-area .area-lead.local:before {
    left: 40px;
  }
  .lp-listing-area .area-lead.local:after {
    left: unset;
    right: 40px;
  }
  .lp-listing-area .area-text {
    font-size: 1.4rem;
    padding-top: 12px;
  }
  .lp-listing-area.secondary .area-text {
    padding-bottom: 12px;
  }
}
/* lp-listing-area local */
.lp-listing-area.local .icon.listing{
  display: grid;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 2.4rem;
  min-height: 92px;
  min-width: 26vw;
}
.lp-listing-area.local .area-btn {
  align-items: center;
}
.lp-listing-area.local .c-lead {
  padding-top: 0;
}
.lp-listing-area.local .icon:before,
.lp-listing-area.local .icon:after {
  height: 48px;
  width: 48px;
}
.lp-listing-area.local .icon:before {
  left: 20px;
}
.lp-listing-area.local .icon:after {
  font-size: 2rem;
  left: 44px;
  line-height: 48px;
}
@media screen and (max-width: 1200px) {
  .lp-listing-area.local .area-btn {
    display: flex;
    justify-content: space-between;
    font-size: 1.8rem;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 60%;
  }
  .lp-listing-area.local .area-btn li {
    display: inline-block;
    width: 48%;
  }
  .lp-listing-area.local .area-btn li:first-child {
    width: 100%;
  }
  .lp-listing-area.local .icon.listing {
    font-size: 2rem;
    min-height: 64px;
  }
  .lp-listing-area.local .icon:before,
  .lp-listing-area.local .icon:after {
    height: 28px;
    width: 28px;
  }
  .lp-listing-area.local .icon:before {
    left: 12px;
  }
  .lp-listing-area.local .icon:after {
    font-size: 1.4rem;
    left: 26px;
    line-height: 28px;
  }
  .lp-listing-area.local li:last-child {
    margin-top: 0;
  }
  .lp-listing-area.local .c-lead {
    position: relative;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-listing-area.local .area-btn {
    width: 100%;
  }
  .lp-listing-area.local .area-btn li {
    display: flex;
  }
  .lp-listing-area.local .icon.listing {
    font-size: 1.6rem;
  }
}
/* lp-section
-------------------------------------------------------------*/
.lp-section.secondary {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .lp-section {
    padding-top: 72px;
    margin-top: -72px;
  }
  .lp-section.secondary {
    padding: 96px 0 24px;
  }
}
/* kv
-------------------------------------------------------------*/
.lp-section.kv {
  background: url(../images/az/kv-bg.png);
  background-size: cover;
  height: auto;
  width: 100%;
}
.kv__title-area {
  font-weight: bold;
  color: #e5f602;
  text-align: center;
  padding-top: 40px;
}
.kv__title-area div {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 0 auto;
}
.kv__title-area span {
  font-size: 4rem;
}
.kv__title-area .area-primary,
.kv__title-area .area-primary span {
  position: relative;
  font-size: 6.8rem;
  line-height: 100%;
  display: inline-block;
}
.kv__title-area .area-primary span:before {
  position: absolute;
  content: "";
  font-size: 7.2rem;
  background: #e5f602;
  border-radius: 50%;
  left: 50%;
  top: -18%;
  height: 10px;
  width: 10px;
  margin-left: -2px;
}
.kv__title-area .area-secondary {
  font-size: 3.6rem;
  color: #fff;
  line-height: 100%;
  padding-top: 4px;
}
.kv__text-area {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  margin: 24px auto 0;
  width: 92%;
  z-index: 0;
}
.kv__text-area .area-balloon {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #003819;
  background: #fff;
  border-radius: 60px;
  text-align: center;
  padding: 24px 0;
  margin-right: 2rem;
  height: 16.8rem;
  width: 24vw;
}
.kv__text-area .area-balloon:last-child {
  margin-right: 0;
}
.kv__text-area .area-balloon .balloon-lead {
  padding-top: 4px;
}
.kv__text-area .area-balloon span {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 160%;
  background: #e5f702;
  padding: 4px;
}
.kv__text-area .area-balloon:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 24px 0;
  border-color: transparent #fff transparent transparent;
  margin-left: -16px;
}
.kv__text-area .area-balloon .balloon-img {
  position: relative;
}
/* kv__text-area secondary */
.kv__text-area .area-balloon.secondary {
  padding: 12px 0 ;
}
.kv__text-area .area-balloon.secondary:before {
  border-width: 24px 20px 0 0;
  border-color: #fff transparent transparent transparent;
  margin-left: 40px;
}
/* kv__text-area tertiary */
.kv__text-area .area-balloon.tertiary:before {
  border-width: 24px 20px 0 0;
  border-color: #fff transparent transparent transparent;
  margin-left: 12px;
}
.kv__img-area {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.kv__img-area .test-img {
  text-align: center;
  padding: 0 6vw;
  margin-top: -32px;
}
.kv__img-area .test-img img {
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .kv__title-area {
    width: 92%;
    margin: 0 auto;
  }
  .kv__text-area .area-balloon {
    width: 28vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-section.kv {
    padding-top: 180px;
  }
  .kv__title-area .area-primary,
  .kv__title-area .area-primary span {
    font-size: 3.2rem;
  }
  .kv__title-area span {
    font-size: 1.8rem;
  }
  .kv__title-area .area-primary span:before {
    top: -12px;
    height: 8px;
    width: 8px;
    margin-left: -4px;
  }
  .kv__title-area .area-secondary {
    font-size: 2rem;
  }
  .kv__text-area {
    margin: 20px auto 0;
    width: 100%;
  }
  .kv__text-area .area-balloon {
    margin-right: 0;
    letter-spacing: 0;
  }
  .kv__text-area .area-balloon .balloon-lead {
    padding-top: 4px;
  }
  .kv__text-area .area-balloon span {
    font-size: 1.2rem;
    line-height: 28px;
  }
  .kv__text-area .area-balloon {
    font-size: 1rem;
    border-radius: 28px;
    padding: 20px 0;
    min-height: 120px;
    width: 30vw;
  }
  .kv__text-area .area-balloon.tertiary {
    padding: 24px 0;
  }
  .kv__text-area .area-balloon:before {
    border-width: 0px 8px 12px 0;
  }
  .kv__text-area .area-balloon.secondary:before {
    border-width: 12px 8px 0 0;
    margin-left: 20px;
  }
  .kv__text-area .area-balloon.tertiary:before {
    border-width: 12px 8px 0 0;
  }
  .kv__img-area .test-img {
    width: 24%;
  }
}
/* solution
-------------------------------------------------------------*/
.lp-section.solution {
  padding-top: 48px;
}
.solution-local {
  text-align: center;
}
.solution-local__lead {
  font-weight: bold;
  padding-bottom: 12px;
}
.solution-local .local-img {
  position: relative;
  padding-top: 20px;
  margin: 0 auto -16px;
  z-index: 1;
}
.solution-main {
  position: relative;
  background: #eef9f3;
  padding: 60px 0;
}
.solution-box {
  margin: 32px auto 0;
  width: 80%;
}
.solution-box__item {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  background: #009843;
  border-radius: 0 40px;
  padding: 24px 32px;
  margin-top: 24px;
}
.solution-box__item:first-child {
  margin-top: 0;
}
.solution-box__item .item-detail {
  display: flex;
  align-items: center;
  color: #fff;
  width: 50%;
}
.solution-box__item .item-text {
  position: relative;
  font-size: 2rem;
  padding-left: 60px;
}
.solution-box__item .item-text:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 20px;
  top: 50%;
  left: 16px;
  background: #fff;
}
.solution-box__item .item-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  background: #fff;
  border-radius: 0 30px;
  padding: 32px 24px 32px 36px;
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .solution-local {
    font-size: 1.2rem;
    margin: 0 auto;
    width: 92%;
  }
  .solution-box__item {
    display: block;
  }
  .solution-box__item .item-detail {
    display: block;
    text-align: center;
    width: 100%;
  }
  .solution-box__item .item-text {
    padding-left: 0;
  }
  .solution-box__item .item-text:before {
    width: 0;
  }
  .solution-box__item .item-inner {
    padding: 32px;
    margin-top: 24px;
    width: 100%;
  }
  .solution-box__item .item-inner.icon:before,
  .solution-box__item .item-inner.icon:after {
    top: 0;
    left: calc(50% - 12px);
  }
  .solution-box__item .item-inner.icon:after {
    top: -12px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  .lp-section.solution {
    padding-top: 96px;
  }
  .solution-local .local-img {
    margin: 0 auto -16px;
    width: 80%;
  }
  .solution-main {
    padding: 40px 0;
  }
  .solution-box {
    margin: 20px auto 0;
    width: 92%;
  }
  .solution-box__item {
    font-size: 1.4rem;
    border-radius: 0 24px;
    padding: 12px;
  }
  .solution-box__item .item-inner {
    border-radius: 0 20px;
    padding: 20px;
  }
  .solution-box__item .item-img {
    width: 32%;
  }
}
/* service
-------------------------------------------------------------*/
.lp-section.service {
  padding-top: 48px;
}
.service-box {
  position: relative;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding-top: 48px;
}
.service-box:before {
  position: absolute;
  content: "";
  background: url(../images/az/service-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  bottom: 0;
  left: 50%;
  height: 400px;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
.service-text {
  position: relative;
  display: flex;
  justify-content: space-evenly;
}
.service-text:before {
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 100% 0%, 100% 60%, 50% 100%, 0 60%);
  background: #005c29;
  bottom: -8rem;
  height: 120px;
  width: 92%;
}
.service-text:after {
  position: absolute;
  content: "";
  border: solid 12px transparent;
  border-top: solid 12px #f0ff00;
  bottom: -4.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.service-text li {
  position: relative;
  background: #009843;
  border-radius: 0 40px;
  padding: 56px 0;
  width: 24%;
  box-shadow: 0 0 26px rgb(157 157 157 / 20%);
}
.service-text li:before,
.service-text li:after {
  position: absolute;
  content: "";
  display: block;
  background: #003819;
  border-radius: 10px;
  top: 36%;
  right: -6rem;
  height: 4px;
  width: 36px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .4s;
}
.service-text li:last-child:before,
.service-text li:last-child:after {
  height: 0;
  width: 0;
}
.service-text li:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.service-title {
  position: relative;
  font-size: 4.4rem;
  color: #005c29;
  background: #f0ff00;
  border-radius: 100px;
  padding: 32px 0;
  margin: 60px auto 0;
  width: 28%;
  z-index: 1;
}
.service-img {
  position: relative;
  text-align: center;
  margin-top: -2rem;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .service-text li {
    padding: 32px 8px;
  }
  .service-text li:before,
  .service-text li:after {
    right: -5.4rem;
  }
}
@media screen and (max-width: 960px) {
  .service-title {
    padding: 20px 0;
    width: 40%;
  }
  .service-text li {
    width: 26%;
  }
  .service-text li:before, .service-text li:after {
    right: -4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-section.service {
    padding-top: 96px;
  }
  .service-box {
    font-size: 1.2rem;
    padding-top: 16px;
  }
  .service-box:before {
    height: 120px;
  }
  .service-text li {
    border-radius: 0 12px;
    padding: 24px 0;
  }
  .service-text:before {
    bottom: -3rem;
    height: 40px;
  }
  .service-text:after {
    border: solid 8px transparent;
    border-top: solid 8px #f0ff00;
    bottom: -2.4rem;
  }
  .service-text li:before,
  .service-text li:after {
    right: -2rem;
    height: 2px;
    width: 16px;
  }
  .service-title {
    font-size: 1.6rem;
    padding: 12px 0;
    margin: 20px auto 0;
    width: 36%;
  }
  .service-img {
    margin: 0 auto;
    width: 24%;
  }
}
/* features
-------------------------------------------------------------*/
.features-bg {
  background: #eef9f3;
  padding: 80px 0 200px;
}
.freatures-main {
  position: relative;
  margin: 40px auto 0;
}
.freatures-main:before {
  position: absolute;
  content: "";
  display: block;
  background: #005c29;
  top: 0;
  left: 50%;
  height: 100%;
  width: 92%;
  padding-bottom: 120px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
.freatures-main__unit {
  display: flex;
}
.freatures-main__unit .unit-primary,
.freatures-main__unit .unit-secondary {
  padding: 60px;
  min-height: 540px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.freatures-main__unit .unit-primary {
  position: absolute;
  color: #fff;
  background: #009843;
  left: 0;
  margin-top: 100px;
  width: 56%;
  z-index: 2;
}
.freatures-main__unit .osw {
  position: absolute;
  font-size: 8rem;
  font-weight: bold;
  color: #fff;
  padding-left: 12vh;
  margin-top: 32px;
  z-index: 3;
}
.freatures-main__unit .unit-secondary {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  margin: 160px 0 0 auto;
  width: 56%;
  z-index: 1;
}
.freatures-main__unit .unit-secondary p {
  object-fit: contain;
  margin: 0 0 0 auto;
  width: 80%;
}
.freatures-main__unit .unit-title {
  position: relative;
  font-size: 3.6rem;
  font-weight: bold;
  color: #f0ff00;
}
.freatures-main__unit .unit-title:before {
  position: absolute;
  content: "";
  border-bottom: 4px solid #fff;
  bottom: -32px;
  left: 0;
  width: 24px;
}
.freatures-main__unit .unit-text {
  padding-top: 60px;
  line-height: 225%;
}
/* freatures-main__unit secondary */
.freatures-main__unit.secondary .unit-primary {
  left: unset;
  right: 0;
}
.freatures-main__unit.secondary .unit-secondary {
  margin: 160px auto 0 0;
}
.freatures-main__unit.secondary .unit-secondary p {
  margin: 0 auto 0 0;
}
.freatures-main__unit.secondary .osw {
  top: unset;
  right: 0;
  padding-left: 0;
  padding-right: 20vh;
}
@media screen and (max-width: 768px) {
  .features-bg {
    padding: 24px 0;
  }
  .freatures-main {
    margin: 20px auto 0;
  }
  .freatures-main:before {
    padding-bottom: 0;
  }
  .freatures-main__unit {
    display: block;
    padding: 20px 0;
  }
  .freatures-main__unit .unit-primary,
  .freatures-main__unit .unit-secondary {
    padding: 32px 20px;
    min-height: fit-content;
    box-shadow: 0 0 20px rgb(0 0 0 / 0);
  }
  .freatures-main__unit .unit-primary {
    position: relative;
    margin: 0 auto;
    width: 80%;
  }
  .freatures-main__unit .unit-secondary,
  .freatures-main__unit.secondary .unit-secondary {
    width: 80%;
    margin: 0 auto;
  }
  .freatures-main__unit .unit-secondary p {
    margin: 0 auto;
    width: 100%;
  }
  .freatures-main__unit .osw,
  .freatures-main__unit.secondary .osw {
    font-size: 3.2rem;
    text-align: center;
    padding: unset;
    margin-top: -24px;
    width: 100%;
  }
  .freatures-main__unit .unit-title {
    font-size: 1.6rem;
    text-align: center;
  }
  .freatures-main__unit .unit-title:before {
    border-bottom: 2px solid #fff;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .freatures-main__unit .unit-text {
    font-size: 1.4rem;
    padding-top: 24px;
    line-height: 164%;
  }
}
/* functions
-------------------------------------------------------------*/
.functions-main {
  display: flex;
  justify-content: space-between;
  margin: 48px auto 0;
  width: 92%;
}
.functions-main li {
  position: relative;
  border: 4px solid #005c29;
  border-radius: 0 40px;
  padding: 40px 28px;
  width: calc(25% - 48px / 4);
  text-align: center;
  z-index: 0;
}
.functions-main__title {
  position: absolute;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  color: #003819;
  background: #fff;
  padding: 4px 8px;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  z-index: 1;
}
.functions-main__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.functions-main__box .box-img {
  position: relative;
  border: 3px solid #005c29;
  border-radius: 50%;
  min-width: 94px;
  min-height: 94px;
}
.functions-main__box .box-img img {
  position: absolute;
  object-fit: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.functions-main__box .box-text {
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 20px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .functions-main li {
    padding: 20px 16px;
  }
  .functions-main__title {
    font-size: 1.6rem;
  }
  .functions-main__box .box-img {
    min-width: 60px;
    min-height: 60px;
  }
  .functions-main__box .box-img img {
    width: 60%;
  }
}
@media screen and (max-width: 960px) {
  .functions-main li {
    width: calc(25% - 24px / 4);
  }
}
@media screen and (max-width: 768px) {
  .functions-main {
    display: block;
    margin-top: 20px;
  }
  .functions-main__title {
    font-size: 1.6rem;
    top: -16px;
    padding: 4px 12px;
  }
  .functions-main li {
    border-radius: 0 10px;
    border: 2px solid #005c29;
    margin-top: 20px;
    width: 100%;
  }
  .functions-main__box {
    justify-content: flex-start;
  }
  .functions-main__box .box-text {
    font-size: 1.2rem;
    font-weight: unset;
  }
  .functions-main__box .box-img {
    border: 2px solid #005c29;
  }
}
/* flow
-------------------------------------------------------------*/
.flow-bg {
  background: url(../images/az/flow-bg.png);
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.flow-main {
  position: relative;
  color: #fff;
  margin: 48px auto 0;
  width: 80%;
}
.flow-main__box {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-between;
  border: 6px solid #fff;
  border-radius: 0 40px;
  padding: 56px;
  margin-top: 32px;
}
.flow-main__box:after {
  position: absolute;
  content: "";
  background: #fff;
  bottom: -40px;
  left: 20%;
  height: 36px;
  width: 4px;
}
.flow-main__box:last-child:after {
  width: 0;
}
.flow-main__box .osw.local {
  width: 10%;
}
.flow-main__box .box-item {
  text-align: center;
  font-weight: bold;
  width: 20%;
}
.flow-main__box .box-item .item_title {
  position: relative;
  font-size: 2.4rem;
}
.flow-main__box .box-item .item_text {
  font-size: 1.8rem;
  color: #003819;
  background: #f0ff00;
  border-radius: 50px;
  padding: 8px 16px;
  margin: 8px auto;
  width: fit-content;
}
.flow-main__box .box-item .item_text.secondary {
  background: #fff;
}
.flow-main__box .box-text {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .flow-bg {
    padding: 24px 0;
  }
  .flow-main {
    margin: 24px auto 0;
    width: 92%;
  }
  .flow-main__box {
    display: block;
    border: 2px solid #fff;
    border-radius: 0 12px;
    padding: 12px 20px;
    margin-top: 16px;
  }
  .flow-main__box:after {
    bottom: -20px;
    left: 50%;
    height: 20px;
    width: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .flow-main__box .osw.local,
  .flow-main__box .box-item,
  .flow-main__box .box-text {
    width: 100%;
  }
  .flow-main__box .osw.local {
    font-size: 2.4rem;
    text-align: center;
  }
  .flow-main__box .box-item .item_title {
    font-size: 1.6rem;
  }
  .flow-main__box .box-text {
    font-size: 1.4rem;
  }
  .flow-main__box .box-item .item_title:after {
    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 12px;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .flow-main__box .box-item .item_text {
    font-size: 1.2rem;
    padding: 4px 12px;
    margin: 12px auto 0;
  }
  .flow-main__box .box-text {
    padding-top: 8px;
  }
}
/* faq
-------------------------------------------------------------*/
.faq-main {
  margin: 48px auto 0;
  width: 80%;
}
.faq-main__list {
  position: relative;
  border-top: 2px solid #eef9f3;
}
.faq-main__list:before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  height: 2px;
  width: 40%;
  background: #003819;
}
.faq-main__list .list-title {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  padding: 36px 0 36px 60px;
  cursor: pointer;
}
.faq-main__list .list-title:before,
.faq-main__list .list-title:after {
  position: absolute;
  content: "";
}
.faq-main__list .list-title:before {
  background: #005c29;
  border-radius: 50%;
  top: 32px;
  left: 0;
  height: 40px;
  width: 40px;
}
.faq-main__list .list-title:after {
  background: url(../images/az/faq.svg);
  background-size: cover;
  top: 44px;
  left: 12px;
  height: 16px;
  width: 16px;
}
.faq-main__list .list-title span:after {
  position: absolute;
  content: "";
  border-top: 2px solid #003819;
  border-right: 2px solid #003819;
  right: 2%;
  top: 50%;
  height: 8px;
  width: 8px;
  margin: auto;
  vertical-align: middle;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: .3s;
}
.faq-main__list .list-text {
  display: none;
  background: #eef9f3;
  padding: 40px;
  margin: 24px 0;
}
.faq-main__list .list-text.open {
  display: block;
}
.faq-main__list .list-title.open span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .faq-main {
    margin: 24px auto 0;
    width: 92%;
  }
  .faq-main__list:before {
    width: 20%;
  }

  .faq-main__list .list-title,
  .faq-main__list .list-text {
    font-size: 1.4rem;
  }
  .faq-main__list .list-title {
    padding: 20px 24px 20px 40px;
  }
  .faq-main__list .list-title:before {
    top: 18px;
    height: 24px;
    width: 24px;
  }
  .faq-main__list .list-title:after {
    top: 24px;
    left: 6px;
    height: 12px;
    width: 12px;
  }
  .faq-main__list .list-title span:after {
    top: 40%;
    height: 6px;
    width: 6px;
  }
  .faq-main__list .list-text {
    padding: 16px;
    margin: 0 0 16px;
  }
}
/* footer
-------------------------------------------------------------*/
.p-footer {
  padding: 60px 0;
  margin: 0 auto;
  width: 92%;
}
.p-footer-wrapper {
  display: flex;
  align-items: center;
}
.p-footer-wrapper a {
  transition: .3s;
}
.p-footer-wrapper a:hover {
  opacity: .6;
}
.p-footer-logo {
  margin-right: 12px;
  width: 20%;
}
.p-footer-navigation {
  display: flex;
  justify-content: space-between;
  width: 80%;
}
.p-footer-navigation .navigation-box {
  display: flex;
}
.p-footer-navigation .osw {
  display: inline-block;
  padding-top: 12px;
}
.p-footer-navigation .navigation-box li {
  position: relative;
  align-items: center;
}
.p-footer-navigation .navigation-box li:last-child {
  padding-left: 40px;
}
.p-footer-navigation .navigation-box li:last-child:before {
  position: absolute;
  content: "";
  background: #005c29;
  left: 20px;
  bottom: 0;
  height: 24px;
  width: 1px;
}
#page_top{
  position: fixed;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  background: linear-gradient(to right, #ffe787 50%, #e38200);
  z-index: 999;
}
#page_top a{
  display: block;
  height: 50px;
  width: 50px;
  text-decoration: none;
}
#page_top a:hover {
  opacity: .6;
}
#page_top .icon:before {
  height: 0;
  width: 0;
}
#page_top .icon:after {
  content: "\f062";
  font-size: 2.4rem;
  color: #005C29;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding: 36px 0;
  }
  .p-footer-wrapper {
    display: block;
  }
  .p-footer-logo {
    text-align: center;
    width: 100%;
  }
  .p-footer-navigation {
    align-items: center;
    margin-top: 20px;
    width: 100%;
  }
  .navigation-box li a,
  .p-footer-navigation .osw {
    font-size: 1.2rem;
  }
  .p-footer-navigation .navigation-box li:last-child {
    padding-left: 24px;
  }
  .p-footer-navigation .navigation-box li:last-child:before {
    left: 12px;
    height: 20px;
  }
  .p-footer-privacy {
    width: 12%;
  }
}

/*************************
資料ダウンロード非表示
****************************/
/*
.disp-none{
  display: none !important;
}
*/