@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html {
  font-size: 62.5%;
}

/*Font
--------------------------------------------*/
.left {
  float: left;
}

.right {
  float: right;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-rr {
  flex-direction: row-reverse;
}

.flx-strt {
  justify-content: start;
}

.flx-btw {
  justify-content: space-between;
}

.flx-ard {
  justify-content: space-around;
}

.flx-end {
  justify-content: flex-end;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-strt {
  align-items: flex-start;
}

.flx-alitem-strch {
  align-items: stretch;
}

.flx-alitem-c {
  align-items: center;
}

.flx-alitem-end {
  align-items: flex-end;
}

.flx-alitem-base {
  align-items: baseline;
}

.flx-alcont-strt {
  align-content: flex-start;
}

.flx-alcont-strch {
  align-content: stretch;
}

.flx-alcont-end {
  align-content: flex-end;
}

.flx-alcont-c {
  align-content: center;
}

.flx-alcont-s-btw {
  align-content: space-between;
}

.flx-alcont-s-ard {
  align-content: space-around;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #1e1e1e;
  font-weight: 500;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 1px;
    box-sizing: border-box;
    min-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 768px) {
  #contents-u {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.inbox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inbox {
    width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  .inbox {
    width: 90%;
  }
}

.middlebox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .middlebox {
    width: 1180px;
  }
}
@media screen and (max-width: 767px) {
  .middlebox {
    width: 90%;
  }
}

.widebox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .widebox {
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .widebox {
    width: 90%;
  }
}

.c-border-frame {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-border-frame {
    box-shadow: 6px 6px 0 rgba(30, 30, 30, 0.15);
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-border-frame {
    box-shadow: 3px 3px 0 rgba(30, 30, 30, 0.15);
  }
}

.border {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .border-red {
    border: solid 3px #1d6600;
  }
  .border-org {
    border: solid 3px #278900;
  }
  .border-top-bottom-red {
    border-top: 10px solid #1d6600;
    border-bottom: 10px solid #1d6600;
  }
  .border-top-red {
    border-bottom: 10px solid #1d6600;
  }
  .border-bottom-red {
    border-bottom: 10px solid #1d6600;
  }
}
@media screen and (max-width: 767px) {
  .border-red {
    border: solid 2px #1d6600;
  }
  .border-org {
    border: solid 2px #278900;
  }
  .border-top-bottom-red {
    border-top: 5px solid #1d6600;
    border-bottom: 5px solid #1d6600;
  }
  .border-top-red {
    border-bottom: 5px solid #1d6600;
  }
  .border-bottom-red {
    border-bottom: 5px solid #1d6600;
  }
}

.bg-vage {
  background: #f7f7f7;
}

@media screen and (min-width: 768px) {
  .l-space {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-space {
    padding: 60px 0;
  }
}

/*main-visual
=========================================================*/
.main-visual {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: url("../img/top/main-visual.jpg") no-repeat 84% center/cover;
}
.main-visual-inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.main-visual-badge {
  display: table;
  background: #278900;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  box-sizing: border-box;
}
.main-visual-title {
  color: #1e1e1e;
  font-weight: 700;
}
.main-visual-text {
  color: #1e1e1e;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .main-visual {
    height: 900px;
    margin-top: -100px;
  }
  .main-visual-inner {
    max-width: 1468px;
  }
  .main-visual-badge {
    padding: 9px 15px;
    font-size: 18px;
    letter-spacing: 0.36px;
  }
  .main-visual-title {
    margin-top: 32px;
    font-size: 43px;
    line-height: 60px;
    letter-spacing: 0;
  }
  .main-visual-text {
    margin-top: 30px;
    font-size: 28px;
    letter-spacing: 1.4px;
  }
  .main-visual-btn {
    margin-top: 32px;
  }
  .main-visual-btn .c-button {
    min-width: 238px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    display: block;
    background: none;
    aspect-ratio: 16/10;
    background: url("../img/top/main-visual.jpg") no-repeat 70% center/cover;
  }
  .main-visual-inner {
    padding: 25px 0;
  }
  .main-visual-badge {
    padding: 6px 10px;
    font-size: 11px;
    letter-spacing: 0;
  }
  .main-visual-title {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .main-visual-text {
    margin-top: 15px;
    font-size: 12px;
    letter-spacing: 0.8px;
  }
  .main-visual-btn {
    margin-top: 10px;
  }
  .main-visual-btn .c-button {
    height: 50px;
  }
}

.c-list-item {
  position: relative;
}
.c-list.dotted-list .c-list-item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 15px;
  }
}

.taxonomy-list {
  display: flex;
  flex-wrap: wrap;
}
.taxonomy-list li {
  border-radius: 3px;
  padding: 2px 4px;
  font-weight: 700;
  border: solid 1px #1e1e1e;
}
@media screen and (min-width: 768px) {
  .taxonomy-list {
    gap: 15px;
  }
  .taxonomy-list li {
    font-size: 16px;
    padding: 2px 6px;
  }
}
@media screen and (max-width: 767px) {
  .taxonomy-list {
    gap: 5px;
  }
  .taxonomy-list li {
    border-radius: 3px;
    font-size: 11px;
  }
}

.c-sns {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}

.c-button {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  box-sizing: border-box;
  background: #1d6600;
  color: #fff;
  border-radius: 3px;
  box-shadow: 2px 2px 1.5px rgba(0, 0, 0, 0.16);
  transition: 0.2s opacity ease-in;
}
.c-button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  color: #278900;
}
.c-button .text {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
}
.c-button:hover {
  opacity: 0.85;
}
@media screen and (min-width: 768px) {
  .c-button {
    height: 70px;
    min-width: 238px;
    padding: 0 37px 0 38px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .c-button .icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .c-button .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    height: 60px;
    min-width: 220px;
    padding: 0 25px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .c-button .icon {
    width: 34px;
    height: 34px;
    font-size: 17px;
  }
  .c-button .text {
    font-size: 16px;
  }
}

.c-button-line {
  position: relative;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #278900;
  border-radius: 3px;
  color: #278900;
  transition: 0.2s opacity ease-in;
}
.c-button-line::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  background: #278900;
}
.c-button-line .text {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  color: #1d6600;
}
.c-button-line:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .c-button-line {
    width: 360px;
    height: 70px;
  }
  .c-button-line::after {
    right: -24px;
    width: 50px;
  }
  .c-button-line .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-button-line {
    width: 260px;
    height: 60px;
  }
  .c-button-line::after {
    right: -15px;
    width: 30px;
  }
  .c-button-line .text {
    font-size: 15px;
  }
}

.c-button-arrow {
  padding-bottom: 5px;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width: 768px) {
  .c-button-arrow {
    display: inline-flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-button-arrow {
    display: inline-flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

.c-button-small {
  border: solid 1px #278900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 3px;
}
.c-button-small .text {
  color: #278900;
}
@media screen and (min-width: 768px) {
  .c-button-small {
    min-width: 150px;
    padding: 10px;
  }
  .c-button-small:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 767px) {
  .c-button-small {
    min-width: 120px;
    padding: 5px 10px;
  }
}

.page-btn {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-btn {
    margin-top: 10%;
  }
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 14px;
  }
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
.page-btn .left {
  left: 0;
}
.page-btn .right {
  right: 0;
}

ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 768px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #1e1e1e;
}
@media screen and (min-width: 768px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li a {
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
ul.pagenation li.current {
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  background: #1d6600;
}
@media screen and (min-width: 768px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

/*sub-visual（トップページ以外の下層ページ共通ビジュアル）
=========================================================*/
.sub-visual {
  box-sizing: border-box;
  background: #f9fcf3;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.sub-visual-title .en {
  display: block;
  color: #31ac00;
  font-weight: 700;
  line-height: 1;
}
.sub-visual-title .ja {
  display: block;
  color: #1e1e1e;
  font-weight: 500;
  line-height: 1;
}
.sub-visual-title .line {
  display: block;
  background: #31ac00;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .sub-visual {
    height: 350px;
    padding-bottom: 80px;
    margin-top: -100px;
  }
  .sub-visual-title .en {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .sub-visual-title .ja {
    margin-top: 16px;
    font-size: 36px;
    letter-spacing: 1.8px;
  }
  .sub-visual-title .line {
    margin-top: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sub-visual {
    height: 180px;
    padding-bottom: 30px;
  }
  .sub-visual-title .en {
    font-size: 13px;
    letter-spacing: 0.65px;
  }
  .sub-visual-title .ja {
    margin-top: 12px;
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .sub-visual-title .line {
    margin-top: 20px;
    width: 30px;
  }
}

@media screen and (min-width: 768px) {
  .com-txt p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .com-txt p {
    margin-bottom: 20px;
  }
  .com-txt p br {
    display: none;
  }
}
.com-txt p:last-child {
  margin-bottom: 0;
}

.c-tel {
  line-height: 1;
}
.c-tel-number {
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
}
@media screen and (min-width: 768px) {
  .c-tel-number .number {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-tel-number .number {
    font-size: 20px;
  }
}

.c-title {
  display: flex;
  flex-direction: column;
}
.c-title .sub {
  display: block;
  color: #31ac00;
  font-weight: 700;
  line-height: 1;
}
.c-title .main {
  display: block;
  color: #1e1e1e;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-title .sub {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .c-title .main {
    margin-top: 15px;
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 767px) {
  .c-title .sub {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
  .c-title .main {
    margin-top: 10px;
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}

.c-title-bar {
  display: flex;
  align-items: stretch;
  -moz-column-gap: 15px;
       column-gap: 15px;
  color: #1e1e1e;
  font-weight: 500;
  line-height: 1.4;
}
.c-title-bar::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 4px;
  background: #278900;
}
@media screen and (min-width: 768px) {
  .c-title-bar {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 767px) {
  .c-title-bar {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}

.title01 {
  display: flex;
  flex-direction: column;
}
.title01 .sub {
  display: block;
  color: #31ac00;
  font-weight: 700;
  line-height: 1;
}
.title01 .main {
  display: block;
  color: #1e1e1e;
  font-weight: 500;
  line-height: 1.5;
}
.title01 .lead {
  display: block;
  color: #1e1e1e;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .title01 .sub {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .title01 .main {
    margin-top: 20px;
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .title01 .lead {
    margin-top: 10px;
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 767px) {
  .title01 .sub {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
  .title01 .main {
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .title01 .lead {
    margin-top: 8px;
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}

.title02 {
  display: block;
  color: #278900;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .title02 {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 767px) {
  .title02 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.9px;
  }
}

.title03 {
  display: block;
  color: #1e1e1e;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .title03 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 767px) {
  .title03 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.75px;
  }
}

@media screen and (min-width: 768px) {
  #bread-clumb {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #bread-clumb li {
    position: relative;
    color: #1e1e1e;
    font-size: 14px;
    float: left;
    margin-right: 20px;
  }
  #bread-clumb li:after {
    content: "|";
    position: absolute;
    display: block;
    right: -12px;
    top: 0;
  }
  #bread-clumb li:last-child {
    margin-right: 0;
  }
  #bread-clumb li:last-child:after {
    display: none;
  }
  #bread-clumb li a {
    color: #1e1e1e;
    transition: 0.1s all ease-in;
    border-bottom: 1px solid transparent;
  }
  #bread-clumb li a:hover {
    border-bottom: 1px solid #1e1e1e;
  }
}
@media screen and (max-width: 767px) {
  #bread-clumb {
    display: none;
  }
}

/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
/*top-about
=========================================================*/
.top-about {
  background: #fefffc;
}
.top-about-block {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #278900;
  display: grid;
}
.top-about-list-item {
  display: flex;
  align-items: flex-start;
  color: #278900;
  font-weight: 500;
  line-height: 1.2;
  background-image: repeating-linear-gradient(to right, #c8c8c8 0 2px, transparent 2px 4px);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
}
.top-about-list-item:last-child {
  background-image: none;
}
.top-about-list-item .bi {
  flex-shrink: 0;
  color: #1e1e1e;
  font-size: 16px;
}
.top-about-lead {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.top-about-text {
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .top-about {
    padding: 120px 0;
  }
  .top-about-block {
    margin-top: 69px;
    padding: 49px 100px;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .top-about-list-item {
    -moz-column-gap: 16px;
         column-gap: 16px;
    padding: 21px 0 22px 18px;
    font-size: 20px;
    letter-spacing: 0;
  }
  .top-about-list-item:first-child {
    padding-top: 0;
  }
  .top-about-list-item:last-child {
    padding-bottom: 0;
  }
  .top-about-list-item .bi {
    margin-top: 4px;
  }
  .top-about-list-item .text {
    max-width: 440px;
  }
  .top-about-lead {
    margin-top: 80px;
  }
  .top-about-text {
    margin-top: 36px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 60px 0;
  }
  .top-about-block {
    margin-top: 35px;
    padding: 25px 20px;
    grid-template-columns: 1fr;
  }
  .top-about-list-item {
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 15px 0;
    font-size: 15px;
    letter-spacing: 0;
  }
  .top-about-list-item .bi {
    margin-top: 2px;
    font-size: 14px;
  }
  .top-about-list:first-child .top-about-list-item:first-child {
    padding-top: 0;
  }
  .top-about-list:first-child .top-about-list-item:last-child {
    background-image: repeating-linear-gradient(to right, #c8c8c8 0 2px, transparent 2px 4px);
  }
  .top-about-list:last-child .top-about-list-item:last-child {
    padding-bottom: 0;
  }
  .top-about-lead {
    margin-top: 40px;
  }
  .top-about-text {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

/*top-beginners
=========================================================*/
.top-beginners {
  background: url("../img/top/top-beginners-bg.jpg") no-repeat center/cover;
}
.top-beginners .c-title .sub {
  color: #278900;
}
.top-beginners-lead {
  text-align: center;
  line-height: 1.4;
}
.top-beginners-label {
  color: #278900;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.6px;
}
.top-beginners-story, .top-beginners-reason, .top-beginners-flow {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.75);
}
.top-beginners-story-title .dash {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 1px;
  margin-left: 15px;
  background: #1e1e1e;
}
.top-beginners-story-text {
  font-weight: 400;
  line-height: 1.4;
}
.top-beginners-reason-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.top-beginners-reason-list-item .icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.top-beginners-reason-list-item .text {
  display: block;
  line-height: 1.4;
}
.top-beginners-flow-list {
  display: flex;
  align-items: center;
}
.top-beginners-flow-list-item {
  display: flex;
  align-items: center;
}
.top-beginners-flow-list-item .icon {
  display: flex;
  flex-shrink: 0;
}
.top-beginners-flow-list-item .text {
  line-height: 1.4;
}
.top-beginners-btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-beginners {
    padding: 120px 0;
  }
  .top-beginners-lead {
    margin-top: 103px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .top-beginners-block {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .top-beginners-story {
    position: relative;
    height: 331px;
  }
  .top-beginners-story-body {
    position: relative;
    z-index: 2;
    padding: 75px 0 0 40px;
  }
  .top-beginners-story-title {
    margin-top: 15px;
    white-space: nowrap;
  }
  .top-beginners-story-text {
    margin-top: 30px;
    width: 311px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .top-beginners-story-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 382px;
    height: 331px;
  }
  .top-beginners-reason {
    height: 331px;
    padding: 30px 40px 0;
  }
  .top-beginners-reason .c-title-bar {
    margin-top: 15px;
  }
  .top-beginners-reason-list {
    margin: 44px -24px 0;
  }
  .top-beginners-reason-list-item .icon {
    height: 85px;
  }
  .top-beginners-reason-list-item .text {
    margin-top: 29px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .top-beginners-flow {
    margin-top: 40px;
    height: 126px;
    padding: 0 67px 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top-beginners-flow-head {
    align-self: flex-start;
    margin-top: 16px;
  }
  .top-beginners-flow-head .c-title-bar {
    margin-top: 15px;
  }
  .top-beginners-flow-list {
    -moz-column-gap: 23px;
         column-gap: 23px;
  }
  .top-beginners-flow-list-item:not(:first-child)::before {
    content: "";
    display: block;
    position: relative;
    top: 2px;
    flex-shrink: 0;
    width: 22px;
    height: 1px;
    margin-right: 23px;
    background: #63ab21;
  }
  .top-beginners-flow-list-item .text {
    margin-left: 21px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .top-beginners-btn {
    margin-top: 53px;
  }
}
@media screen and (max-width: 767px) {
  .top-beginners {
    padding: 60px 0;
  }
  .top-beginners-lead {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .top-beginners-block {
    margin-top: 35px;
    display: grid;
    row-gap: 20px;
  }
  .top-beginners-story {
    display: flex;
    flex-direction: column-reverse;
  }
  .top-beginners-story-body {
    padding: 25px 20px 30px;
  }
  .top-beginners-story-title {
    margin-top: 12px;
  }
  .top-beginners-story-title .dash {
    width: 30px;
    margin-left: 10px;
  }
  .top-beginners-story-text {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .top-beginners-story-img {
    width: 100%;
    aspect-ratio: 382/331;
  }
  .top-beginners-reason {
    padding: 25px 20px 30px;
  }
  .top-beginners-reason .c-title-bar {
    margin-top: 12px;
  }
  .top-beginners-reason-list {
    margin-top: 25px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
  }
  .top-beginners-reason-list-item .icon {
    height: 70px;
  }
  .top-beginners-reason-list-item .icon img {
    width: auto;
    max-height: 70px;
  }
  .top-beginners-reason-list-item .text {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .top-beginners-flow {
    margin-top: 20px;
    padding: 25px 20px 30px;
  }
  .top-beginners-flow-head .c-title-bar {
    margin-top: 12px;
  }
  .top-beginners-flow-list {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
  .top-beginners-flow-list-item .icon {
    justify-content: center;
    width: 55px;
  }
  .top-beginners-flow-list-item .icon img {
    width: auto;
    max-height: 45px;
  }
  .top-beginners-flow-list-item .text {
    margin-left: 12px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .top-beginners-btn {
    margin-top: 40px;
  }
}

/*top-service
=========================================================*/
.top-service {
  background: #fff;
}
.top-service .c-title .sub {
  color: #278900;
}
.top-service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.top-service-list-item {
  position: relative;
}
.top-service-list-item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #c8c8c8;
}
.top-service-list-item-num {
  color: #278900;
  font-weight: 500;
  line-height: 1.4;
}
.top-service-list-item-title {
  color: #278900;
  font-weight: 500;
  line-height: 1.4;
}
.top-service-list-item-text {
  font-weight: 400;
  line-height: 1.4;
}
.top-service-btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-service {
    padding: 120px 0;
  }
  .top-service-lead {
    margin-top: 49px;
  }
  .top-service-list {
    margin-top: 60px;
    -moz-column-gap: 69px;
         column-gap: 69px;
  }
  .top-service-list-item:not(:first-child)::before {
    left: -35px;
  }
  .top-service-list-item-num {
    font-size: 60px;
    letter-spacing: 3px;
  }
  .top-service-list-item-title {
    font-size: 24px;
    letter-spacing: 1.2px;
    min-height: 70px;
  }
  .top-service-list-item-text {
    margin-top: 21px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .top-service-list-item-img {
    margin-top: 19px;
    height: 220px;
  }
  .top-service-btn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top-service {
    padding: 60px 0;
  }
  .top-service-lead {
    margin-top: 30px;
  }
  .top-service-list {
    margin-top: 35px;
    grid-template-columns: 1fr;
    row-gap: 35px;
  }
  .top-service-list-item:not(:first-child)::before {
    top: -18px;
    bottom: auto;
    left: 0;
    right: 0;
    width: auto;
    height: 1px;
  }
  .top-service-list-item-num {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .top-service-list-item-title {
    margin-top: 5px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .top-service-list-item-text {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .top-service-list-item-img {
    margin-top: 15px;
    width: 100%;
    aspect-ratio: 381/220;
  }
  .top-service-btn {
    margin-top: 40px;
  }
}

/*top-case
=========================================================*/
.top-case {
  background: #fff;
}
.top-case .c-title .sub {
  color: #278900;
}
.top-case-lead {
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
}
.top-case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.top-case-list-item-tag {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  background: #f0fbda;
  border: 1px solid #278900;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  color: #278900;
  font-weight: 500;
  line-height: 1.4;
  padding: 5px 10px;
}
.top-case-list-item-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  background: #f8f9f6;
}
.top-case-list-item-client {
  box-sizing: border-box;
  width: 100%;
  background: #278900;
  color: #fff;
}
.top-case-list-item-client::before {
  background: #fff;
}
.top-case-list-item-label {
  color: #278900;
  font-weight: 500;
  line-height: 1.4;
}
.top-case-list-item-text {
  font-weight: 400;
  line-height: 1.4;
}
.top-case-list-item-line {
  height: 1px;
  background-image: repeating-linear-gradient(to right, #c8c8c8 0 2px, transparent 2px 4px);
  background-repeat: repeat-x;
}
.top-case-list-item-result-label {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #278900;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}
.top-case-list-item-result {
  color: #278900;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
.top-case-btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-case {
    padding-bottom: 120px;
  }
  .top-case-lead {
    margin-top: 29px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .top-case-list {
    margin-top: 60px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .top-case-list-item-tag {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .top-case-list-item-body {
    row-gap: 24px;
  }
  .top-case-list-item-client {
    padding: 15px 20px;
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .top-case-list-item-client::before {
    width: 4px;
  }
  .top-case-list-item-box {
    box-sizing: border-box;
    width: 340px;
    min-height: 84px;
  }
  .top-case-list-item-label {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .top-case-list-item-text {
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .top-case-list-item-line {
    width: 340px;
  }
  .top-case-list-item-result-label {
    width: 340px;
    min-height: 28px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .top-case-list-item-result {
    min-height: 25px;
    font-size: 21px;
    letter-spacing: 1.05px;
    width: 340px;
  }
  .top-case-btn {
    margin-top: 80px;
  }
  .top-case-btn .c-button-line {
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .top-case {
    padding-bottom: 60px;
  }
  .top-case-lead {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .top-case-list {
    margin-top: 35px;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .top-case-list-item-tag {
    font-size: 12px;
    letter-spacing: 0.6px;
    padding: 5px 10px;
    box-sizing: border-box;
  }
  .top-case-list-item-body {
    row-gap: 18px;
    padding-bottom: 30px;
  }
  .top-case-list-item-client {
    min-height: 54px;
    padding: 12px 15px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .top-case-list-item-client::before {
    width: 3px;
  }
  .top-case-list-item-box, .top-case-list-item-line, .top-case-list-item-result-label {
    width: calc(100% - 40px);
  }
  .top-case-list-item-label {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .top-case-list-item-text {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .top-case-list-item-result-label {
    height: 28px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .top-case-list-item-result {
    font-size: 18px;
    letter-spacing: 0.9px;
    width: calc(100% - 40px);
  }
  .top-case-btn {
    margin-top: 40px;
  }
}

/*top-Price & FAQ
=========================================================*/
.top-price {
  background: #fff;
}
.top-price .c-title .sub {
  color: #278900;
}
.top-price-block {
  display: grid;
}
.top-price-card {
  box-sizing: border-box;
  background: #f8f9f6;
}
.top-price-text p {
  position: relative;
  font-weight: 500;
}
.top-price-text p span {
  padding-bottom: 5px;
  border-bottom: 1px solid #278900;
}
.top-price-btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-price {
    padding-bottom: 120px;
  }
  .top-price-block {
    margin-top: 69px;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .top-price-card {
    position: relative;
    height: 292px;
  }
  .top-price-card .c-title-bar {
    position: absolute;
    top: 30px;
    left: 30px;
  }
  .top-price-card:first-child .top-price-icon {
    top: 121px;
    left: 64px;
  }
  .top-price-card:last-child .top-price-icon {
    top: 119px;
    left: 59px;
  }
  .top-price-icon {
    position: absolute;
  }
  .top-price-text {
    position: absolute;
    top: 117px;
    left: 220px;
  }
  .top-price-text p {
    font-size: 18px;
    line-height: 39px;
    letter-spacing: 0.9px;
  }
  .top-price-btn {
    margin-top: 80px;
  }
  .top-price-btn .c-button-line {
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .top-price {
    padding-bottom: 60px;
  }
  .top-price-block {
    margin-top: 35px;
    row-gap: 20px;
  }
  .top-price-card {
    padding: 25px 20px 30px;
  }
  .top-price-icon {
    margin-top: 20px;
    text-align: center;
  }
  .top-price-icon img {
    width: auto;
    max-height: 90px;
  }
  .top-price-text {
    margin-top: 20px;
  }
  .top-price-text p {
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 0.75px;
  }
  .top-price-btn {
    margin-top: 40px;
  }
  .top-price-btn .c-button-line {
    width: 300px;
  }
  .top-price-btn .c-button-line .text {
    font-size: 13px;
  }
}

.top-faq-list-item {
  position: relative;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.4;
  background-image: repeating-linear-gradient(to right, #c8c8c8 0 2px, transparent 2px 4px);
  background-repeat: no-repeat;
}
.top-faq-list-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: #278900;
}
@media screen and (min-width: 768px) {
  .top-faq-list {
    position: absolute;
    top: 90px;
    left: 221px;
    width: 360px;
  }
  .top-faq-list-item {
    height: 44.74px;
    padding-left: 22px;
    font-size: 18px;
    letter-spacing: 0.9px;
    white-space: nowrap;
    background-position: 20px 36.78px;
    background-size: 340px 1px;
  }
  .top-faq-list-item::before {
    top: 7.94px;
    width: 9.97px;
    height: 9.97px;
  }
}
@media screen and (max-width: 767px) {
  .top-faq-list {
    margin-top: 20px;
  }
  .top-faq-list-item {
    padding: 0 0 12px 18px;
    margin-bottom: 12px;
    font-size: 15px;
    letter-spacing: 0.75px;
    background-position: left bottom;
    background-size: 100% 1px;
  }
  .top-faq-list-item::before {
    top: 8px;
    width: 8px;
    height: 8px;
  }
}

/*top-column
=========================================================*/
.top-column-head {
  display: grid;
  align-items: flex-end;
}
.top-column .c-title {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.top-column-list {
  line-height: 1.5;
}
.top-column-list-item .post-date {
  display: block;
  color: #1d6600;
}
.top-column-list-item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #d9d9d9;
}
.top-column-list a {
  color: #1e1e1e;
}
@media screen and (min-width: 768px) {
  .top-column {
    padding: 100px 0;
  }
  .top-column-head {
    margin-bottom: 40px;
    grid-template-columns: 1fr auto;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .top-column-list-item a {
    transition: 0.1s all ease-in;
  }
  .top-column-list-item a:hover {
    opacity: 0.8;
  }
  .top-column-list-item .post-date {
    font-size: 16px;
    margin-top: 15px;
  }
  .top-column-list-item-title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .top-column-list-item-text {
    font-size: 14px;
  }
  .top-column-list .com-img {
    height: 248px;
    margin-bottom: 20px;
    border-radius: 0;
  }
  .top-column-list time {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .top-column {
    padding: 40px 0;
  }
  .top-column-head {
    margin-bottom: 35px;
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .top-column-head .c-button {
    width: 120px;
    min-width: initial;
    height: 40px;
  }
  .top-column-head .c-button .text {
    font-size: 12px;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .top-column-list-item .post-date {
    font-size: 14px;
    margin-top: 15px;
  }
  .top-column-list-item-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .top-column-list-item-text {
    font-size: 14px;
  }
  .top-column-list .com-img {
    width: 100%;
    aspect-ratio: 400/248;
    margin-bottom: 15px;
    border-radius: 0;
  }
  .top-column-list time {
    line-height: 1.2;
    margin-bottom: 10px;
  }
}

/*top-news
=========================================================*/
.top-news-head {
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: flex-start;
}
.top-news-head .c-button {
  justify-content: flex-start;
}
.top-news-head .c-title {
  display: flex;
  flex-direction: column;
}
.top-news-list {
  display: grid;
}
.top-news-list-item {
  border-bottom: 1px solid #d9d9d9;
}
.top-news-list-item a {
  display: block;
  box-sizing: border-box;
  color: #1e1e1e;
  position: relative;
}
.top-news-list-item a .bi {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.top-news-list-item a .bi-arrow-right-short {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #d9d9d9;
  border-radius: 50%;
}
.top-news-list-item .post-date {
  color: #1d6600;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 80px 0;
  }
  .top-news .inbox {
    display: grid;
    grid-template-columns: auto 760px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    align-items: flex-start;
  }
  .top-news-head {
    row-gap: 30px;
    min-height: 100%;
  }
  .top-news-list-item a {
    padding: 25px 45px 25px 0;
    grid-template-columns: auto 1fr;
  }
  .top-news-list-item a:hover {
    opacity: 0.85;
  }
  .top-news-list-item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 40px 0;
  }
  .top-news-head {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 30px;
    align-items: flex-end;
  }
  .top-news-head .c-title {
    margin-bottom: 0;
  }
  .top-news-list-item a {
    padding: 20px 45px 20px 10px;
    display: block;
    box-sizing: border-box;
    grid-template-columns: auto 1fr;
    color: #1e1e1e;
  }
  .top-news-list-item-title {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
  }
}

/*beginners-message（代表メッセージ）
=========================================================*/
.beginners-message {
  background: #fefffc;
}
.beginners-message-block {
  display: grid;
}
.beginners-message-img-name .post {
  font-weight: 400;
}
.beginners-message-img-name .name {
  font-weight: 500;
}
.beginners-message-img-text {
  font-weight: 400;
  line-height: 1.4;
}
.beginners-message-text-lead {
  line-height: 1.4;
}
.beginners-message-text-body {
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .beginners-message {
    padding: 120px 0;
  }
  .beginners-message-block {
    margin-top: 60px;
    grid-template-columns: 575px 435px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .beginners-message-img-photo {
    height: 270px;
  }
  .beginners-message-img-name {
    margin-top: 16px;
  }
  .beginners-message-img-name .post {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .beginners-message-img-name .name {
    margin-left: 5px;
    font-size: 18px;
    letter-spacing: 0.8px;
  }
  .beginners-message-img-text {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .beginners-message-text-lead:nth-of-type(1) {
    margin-top: 0;
  }
  .beginners-message-text-lead {
    margin-top: 50px;
  }
  .beginners-message-text-body {
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .beginners-message {
    padding: 60px 0;
  }
  .beginners-message-block {
    margin-top: 30px;
    row-gap: 20px;
  }
  .beginners-message-img-photo {
    aspect-ratio: 435/270;
  }
  .beginners-message-img-name {
    margin-top: 12px;
  }
  .beginners-message-img-name .post {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .beginners-message-img-name .name {
    margin-left: 5px;
    font-size: 15px;
    letter-spacing: 0.7px;
  }
  .beginners-message-img-text {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .beginners-message-text-lead:nth-of-type(1) {
    margin-top: 20px;
  }
  .beginners-message-text-lead {
    margin-top: 25px;
  }
  .beginners-message-text-body {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

/*beginners-reason（当事務所が選ばれる理由）
=========================================================*/
.beginners-reason {
  background: #fefffc;
}
.beginners-reason-lead {
  font-weight: 400;
  line-height: 1.4;
}
.beginners-reason-list {
  display: grid;
}
.beginners-reason-list-item {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #278900;
}
.beginners-reason-list-item-head .title02 {
  text-align: left;
}
.beginners-reason-list-item-num {
  color: #278900;
  font-weight: 500;
  line-height: 1.4;
}
.beginners-reason-list-item-text {
  color: #1e1e1e;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .beginners-reason {
    padding: 120px 0;
  }
  .beginners-reason-lead {
    margin-top: 40px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .beginners-reason-list {
    margin-top: 60px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .beginners-reason-list-item {
    padding: 40px 30px;
  }
  .beginners-reason-list-item-head {
    display: grid;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    grid-template-columns: 80px 1fr;
  }
  .beginners-reason-list-item-num {
    font-size: 60px;
    letter-spacing: 3px;
  }
  .beginners-reason-list-item-text {
    margin-top: 35px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .beginners-reason {
    padding: 60px 0;
  }
  .beginners-reason-lead {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .beginners-reason-list {
    margin-top: 30px;
    row-gap: 15px;
  }
  .beginners-reason-list-item {
    padding: 25px 20px;
  }
  .beginners-reason-list-item-head {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .beginners-reason-list-item-num {
    font-size: 36px;
    letter-spacing: 1.8px;
  }
  .beginners-reason-list-item-text {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

/*beginners-flow（ご相談の流れ）
=========================================================*/
.beginners-flow {
  background: #fefffc;
}
.beginners-flow-lead {
  font-weight: 400;
  line-height: 1.4;
}
.beginners-flow-list {
  display: grid;
  text-align: center;
}
.beginners-flow-list-item {
  position: relative;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #278900;
}
.beginners-flow-list-item-num {
  color: #278900;
  font-weight: 500;
  line-height: 1.4;
}
.beginners-flow-list-item .icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.beginners-flow-list-item .icon img {
  width: auto;
}
.beginners-flow-list-item-text {
  color: #1e1e1e;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .beginners-flow {
    padding: 120px 0;
  }
  .beginners-flow-lead {
    margin-top: 40px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .beginners-flow-list {
    margin-top: 60px;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 27px;
         column-gap: 27px;
  }
  .beginners-flow-list-item {
    padding: 20px 20px 30px;
  }
  .beginners-flow-list-item:not(:first-child)::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -27px;
    width: 27px;
    height: 1px;
    background: #278900;
  }
  .beginners-flow-list-item-num {
    font-size: 30px;
    letter-spacing: 1.5px;
  }
  .beginners-flow-list-item .icon {
    margin-top: 12px;
    height: 62px;
  }
  .beginners-flow-list-item .icon img {
    max-height: 62px;
  }
  .beginners-flow-list-item .icon + .title02 {
    margin-top: 20px;
    min-height: 70px;
    display: flex;
    align-items: center;
  }
  .beginners-flow-list-item-text {
    margin-top: 35px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .beginners-flow {
    padding: 60px 0;
  }
  .beginners-flow-lead {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .beginners-flow-list {
    margin-top: 30px;
    gap: 15px;
  }
  .beginners-flow-list-item {
    padding: 20px 15px 25px;
  }
  .beginners-flow-list-item-num {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
  .beginners-flow-list-item .icon {
    margin-top: 8px;
    height: 44px;
  }
  .beginners-flow-list-item .icon img {
    max-height: 44px;
  }
  .beginners-flow-list-item .icon + .title02 {
    margin-top: 12px;
  }
  .beginners-flow-list-item-text {
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 0.65px;
    text-align: left;
  }
}

/*service-target（主な支援対象事業所）
=========================================================*/
.service-target {
  background: #fefffc;
}
.service-target-lead {
  font-weight: 400;
  line-height: 1.4;
}
.service-target-list {
  display: grid;
}
.service-target-list-item {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #278900;
  text-align: center;
}
.service-target-list-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-target-list-item .icon img {
  width: auto;
}
.service-target-list-item-text {
  color: #1e1e1e;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
}
.service-target-note {
  text-align: right;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .service-target {
    padding: 120px 0 60px;
  }
  .service-target-lead {
    margin-top: 40px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .service-target-list {
    margin-top: 60px;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .service-target-list-item {
    padding: 30px 30px 40px;
  }
  .service-target-list-item .icon {
    height: 98px;
  }
  .service-target-list-item .icon img {
    max-height: 90px;
  }
  .service-target-list-item-title {
    margin-top: 20px;
  }
  .service-target-list-item-text {
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .service-target-note {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
@media screen and (max-width: 767px) {
  .service-target {
    padding: 60px 0;
  }
  .service-target-lead {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .service-target-list {
    margin-top: 30px;
    row-gap: 20px;
  }
  .service-target-list-item {
    padding: 25px 20px 30px;
  }
  .service-target-list-item .icon {
    height: 70px;
  }
  .service-target-list-item .icon img {
    max-height: 64px;
  }
  .service-target-list-item-title {
    margin-top: 15px;
  }
  .service-target-list-item-text {
    margin-top: 12px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .service-target-note {
    margin-top: 15px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}

/*service-detail（01-03. 各支援内容ブロック）
=========================================================*/
.service-detail {
  background: #fefffc;
}
.service-detail-list {
  border-bottom: 1px solid #c8c8c8;
}
.service-detail-list-item {
  display: grid;
  border-top: 1px solid #c8c8c8;
  box-sizing: border-box;
}
.service-detail-img {
  width: 100%;
}
.service-detail-num {
  font-weight: 500;
  line-height: 1.5;
}
.service-detail-lead {
  font-weight: 400;
  line-height: 1.4;
}
.service-detail-group {
  border-top: 1px solid #c8c8c8;
}
.service-detail-group-title {
  color: #278900;
  font-weight: 500;
  line-height: 1.4;
}
.service-detail-group-list li {
  color: #1e1e1e;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .service-detail {
    padding: 60px 0 120px;
  }
  .service-detail-list {
    margin-top: 60px;
  }
  .service-detail-list-item {
    grid-template-columns: 470px 560px;
    -moz-column-gap: 50px;
         column-gap: 50px;
    padding: 40px 0;
  }
  .service-detail-img {
    height: 340px;
  }
  .service-detail-num {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .service-detail-title {
    margin-top: 15px;
  }
  .service-detail-lead {
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .service-detail-group {
    margin-top: 40px;
    padding-top: 20px;
  }
  .service-detail-group-title {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .service-detail-group-list {
    margin-top: 12px;
  }
  .service-detail-group-list li {
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .service-detail-group-list li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .service-detail {
    padding-bottom: 60px;
  }
  .service-detail-list {
    margin-top: 30px;
  }
  .service-detail-list-item {
    row-gap: 20px;
    padding: 30px 0;
  }
  .service-detail-img {
    aspect-ratio: 470/340;
  }
  .service-detail-num {
    font-size: 15px;
    letter-spacing: 0.75px;
  }
  .service-detail-title {
    margin-top: 12px;
  }
  .service-detail-lead {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .service-detail-group {
    margin-top: 20px;
    padding-top: 15px;
  }
  .service-detail-group-title {
    font-size: 15px;
    letter-spacing: 0.75px;
  }
  .service-detail-group-list {
    margin-top: 10px;
  }
  .service-detail-group-list li {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .service-detail-group-list li:first-child {
    margin-top: 0;
  }
}

/*price-pricing（料金に対する私たちの考え方）
=========================================================*/
.price-pricing {
  background: #fefffc;
}
.price-pricing-text {
  font-weight: 400;
  line-height: 1.4;
}
.price-pricing-list-item {
  box-sizing: border-box;
  display: grid;
  align-items: stretch;
  background: #fff;
  border: 1px solid #278900;
}
.price-pricing-list-name {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #278900;
  font-weight: 500;
  line-height: 1.4;
  border-right: 1px solid #c8c8c8;
}
.price-pricing-list-body-lead {
  color: #278900;
  font-weight: 500;
  line-height: 1.4;
}
.price-pricing-list-body-list li {
  font-weight: 400;
  line-height: 1.4;
}
.price-pricing-list-body-note {
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .price-pricing {
    padding: 120px 0 60px;
  }
  .price-pricing .c-title-bar {
    margin-top: 50px;
  }
  .price-pricing-text {
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .price-pricing-list {
    margin-top: 80px;
  }
  .price-pricing-list-item {
    grid-template-columns: 430px 500px;
    -moz-column-gap: 48px;
         column-gap: 48px;
    padding: 50px;
    margin-top: 40px;
  }
  .price-pricing-list-item:first-child {
    margin-top: 0;
  }
  .price-pricing-list-name {
    padding-right: 39px;
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .price-pricing-list-body-lead {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .price-pricing-list-body-list {
    margin-top: 12px;
  }
  .price-pricing-list-body-list li {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .price-pricing-list-body-list li:first-child {
    margin-top: 0;
  }
  .price-pricing-list-body-note {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
@media screen and (max-width: 767px) {
  .price-pricing {
    padding: 60px 0;
  }
  .price-pricing .c-title-bar {
    margin-top: 30px;
  }
  .price-pricing-text {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .price-pricing-list {
    margin-top: 40px;
  }
  .price-pricing-list-item {
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding: 25px 20px 30px;
    margin-top: 20px;
  }
  .price-pricing-list-item:first-child {
    margin-top: 0;
  }
  .price-pricing-list-name {
    display: block;
    padding: 0 0 20px;
    border-right: none;
    border-bottom: 1px solid #c8c8c8;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .price-pricing-list-body-lead {
    font-size: 15px;
    letter-spacing: 0.75px;
  }
  .price-pricing-list-body-list {
    margin-top: 12px;
  }
  .price-pricing-list-body-list li {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .price-pricing-list-body-list li:first-child {
    margin-top: 0;
  }
  .price-pricing-list-body-note {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}

/*price-faq（よくある質問）
=========================================================*/
.price-faq {
  background: #fefffc;
}
.price-faq-lead {
  font-weight: 400;
  line-height: 1.4;
}
.price-faq-list {
  border-bottom: 1px solid #c8c8c8;
}
.price-faq-list-item {
  border-top: 1px solid #c8c8c8;
}
.price-faq-list-q, .price-faq-list-a {
  display: grid;
  align-items: start;
}
.price-faq-list-q .icon, .price-faq-list-a .icon {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1.4;
}
.price-faq-list-q .text, .price-faq-list-a .text {
  line-height: 1.4;
}
.price-faq-list-q .icon {
  background: #278900;
  color: #fff;
}
.price-faq-list-q .text {
  font-weight: 500;
}
.price-faq-list-a .icon {
  background: #fff;
  border: 1px solid #278900;
  color: #278900;
}
.price-faq-list-a .text {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .price-faq {
    padding: 120px 0;
  }
  .price-faq-lead {
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .price-faq-list {
    margin-top: 60px;
  }
  .price-faq-list-item {
    padding: 30px 0;
  }
  .price-faq-list-q, .price-faq-list-a {
    grid-template-columns: 38px 1fr;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }
  .price-faq-list-q .icon, .price-faq-list-a .icon {
    width: 38px;
    height: 38px;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .price-faq-list-q .text, .price-faq-list-a .text {
    padding-top: 8px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .price-faq-list-a {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .price-faq {
    padding: 60px 0;
  }
  .price-faq-lead {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .price-faq-list {
    margin-top: 30px;
  }
  .price-faq-list-item {
    padding: 20px 0;
  }
  .price-faq-list-q, .price-faq-list-a {
    grid-template-columns: 30px 1fr;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .price-faq-list-q .icon, .price-faq-list-a .icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .price-faq-list-q .text, .price-faq-list-a .text {
    padding-top: 5px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .price-faq-list-a {
    margin-top: 12px;
  }
}

/*case-list（相談・導入事例一覧）
=========================================================*/
.case-list {
  background: #fefffc;
}
.case-list-head {
  display: flex;
  align-items: center;
}
.case-list-count {
  flex-shrink: 0;
  font-weight: 500;
  line-height: 1.4;
}
.case-list-tag {
  display: flex;
  flex-wrap: wrap;
}
.case-list-tag a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #278900;
  border-radius: 3px;
  color: #278900;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  transition: 0.2s all ease-in;
}
.case-list-tag-item.current a,
.case-list-tag a:hover {
  background: #278900;
  color: #fff;
}
.case-list-items {
  display: grid;
}
.case-list-item {
  display: flex;
  flex-direction: column;
}
.case-list-item-tag {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  background: #f0fbda;
  border: 1px solid #278900;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  color: #278900;
  font-weight: 500;
  line-height: 1.4;
}
.case-list-item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  background: #f8f9f6;
}
.case-list-item-client {
  box-sizing: border-box;
  width: 100%;
  background: #278900;
  color: #fff;
}
.case-list-item-client::before {
  background: #fff;
}
.case-list-item-label {
  color: #278900;
  font-weight: 500;
  line-height: 1.4;
}
.case-list-item-text {
  font-weight: 400;
  line-height: 1.4;
}
.case-list-item-line {
  height: 1px;
  background-image: repeating-linear-gradient(to right, #c8c8c8 0 2px, transparent 2px 4px);
  background-repeat: repeat-x;
}
.case-list-item-result-label {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  background: #278900;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}
.case-list-item-result {
  color: #278900;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .case-list {
    padding: 120px 0;
  }
  .case-list-head {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .case-list-count {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .case-list-tag {
    gap: 15px 20px;
  }
  .case-list-tag a {
    padding: 10px 20px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .case-list-items {
    margin-top: 58px;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px 30px;
  }
  .case-list-item-tag {
    min-width: 130px;
    padding: 5px 10px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .case-list-item-body {
    row-gap: 24px;
    padding-bottom: 40px;
  }
  .case-list-item-client {
    padding: 15px 17px;
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .case-list-item-client::before {
    width: 4px;
  }
  .case-list-item-box {
    width: 290px;
  }
  .case-list-item-label {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .case-list-item-text {
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .case-list-item-line {
    width: 100%;
  }
  .case-list-item-result-label {
    width: 290px;
    height: 28px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .case-list-item-result {
    width: 290px;
    font-size: 21px;
    letter-spacing: 1.05px;
  }
}
@media screen and (max-width: 767px) {
  .case-list {
    padding: 60px 0;
  }
  .case-list-head {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
  }
  .case-list-count {
    font-size: 15px;
    letter-spacing: 0.75px;
  }
  .case-list-tag {
    gap: 10px;
  }
  .case-list-tag a {
    padding: 8px 15px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .case-list-items {
    margin-top: 35px;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .case-list-item-tag {
    min-width: 120px;
    padding: 3px 10px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .case-list-item-body {
    row-gap: 18px;
    padding-bottom: 30px;
  }
  .case-list-item-client {
    min-height: 54px;
    padding: 12px 15px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .case-list-item-client::before {
    width: 3px;
  }
  .case-list-item-box {
    width: calc(100% - 40px);
  }
  .case-list-item-label {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .case-list-item-text {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .case-list-item-line {
    width: 100%;
  }
  .case-list-item-result-label {
    width: calc(100% - 40px);
    height: 28px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .case-list-item-result {
    font-size: 18px;
    letter-spacing: 0.9px;
    width: calc(100% - 40px);
  }
}

/*case-detail（相談・導入事例 詳細）
=========================================================*/
.case-detail {
  background: #fefffc;
}
.case-detail-card {
  box-sizing: border-box;
}
.case-detail-tag {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  min-width: 130px;
  background: #f0fbda;
  border: 1px solid #278900;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  color: #278900;
  font-weight: 500;
  line-height: 1.4;
}
.case-detail-client {
  box-sizing: border-box;
  background: #278900;
  color: #fff;
}
.case-detail-client::before {
  background: #fff;
}
.case-detail-img {
  margin: 0 auto;
  background: #f2f2f2;
}
.case-detail-box-label {
  color: #278900;
  font-weight: 500;
  line-height: 1.4;
}
.case-detail-box-text {
  font-weight: 400;
  line-height: 1.4;
}
.case-detail-line {
  height: 1px;
  background-image: repeating-linear-gradient(to right, #c8c8c8 0 2px, transparent 2px 4px);
  background-repeat: repeat-x;
}
.case-detail-result-label {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #278900;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}
.case-detail-result {
  color: #278900;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
.case-detail-note {
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
}
.case-detail-inner {
  background: #f8f9f6;
}
@media screen and (min-width: 768px) {
  .case-detail {
    padding: 98px 0 120px;
  }
  .case-detail-tag {
    padding: 5px 10px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .case-detail-client {
    padding: 15px 30px;
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .case-detail-client::before {
    width: 4px;
  }
  .case-detail-inner {
    padding: 80px 50px 95px;
  }
  .case-detail-img {
    width: 560px;
    height: 399px;
  }
  .case-detail-box {
    margin-top: 80px;
  }
  .case-detail-box-label {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .case-detail-box-title {
    margin-top: 20px;
  }
  .case-detail-box-text {
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .case-detail-line {
    margin-top: 40px;
  }
  .case-detail-line + .case-detail-box {
    margin-top: 40px;
  }
  .case-detail-result-label {
    margin-top: 60px;
    height: 50px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .case-detail-result {
    margin-top: 40px;
    font-size: 28px;
    letter-spacing: 1.4px;
  }
  .case-detail-note {
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .case-detail {
    padding: 38px 0 60px;
  }
  .case-detail-tag {
    min-width: 120px;
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .case-detail-client {
    min-height: 54px;
    padding: 12px 15px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .case-detail-client::before {
    width: 3px;
  }
  .case-detail-inner {
    padding: 30px 20px 40px;
  }
  .case-detail-img {
    width: 100%;
    aspect-ratio: 560/399;
  }
  .case-detail-box {
    margin-top: 35px;
  }
  .case-detail-box-label {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .case-detail-box-title {
    margin-top: 12px;
  }
  .case-detail-box-text {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .case-detail-line {
    margin-top: 25px;
  }
  .case-detail-line + .case-detail-box {
    margin-top: 25px;
  }
  .case-detail-result-label {
    margin-top: 35px;
    height: 44px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .case-detail-result {
    margin-top: 25px;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .case-detail-note {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

.access {
  background: #f7f7f7;
}
.access .googlemap {
  overflow: hidden;
}
.access .googlemap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .access .googlemap {
    height: 450px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .access .googlemap {
    height: 250px;
    border-radius: 0;
  }
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #1d6600;
  border-bottom: 1px solid #1d6600;
}
.cont-dl .in-dl .required {
  line-height: 1;
  background: #e74c3c;
  color: #fff;
}
.cont-dl .in-dl .optional {
  line-height: 1;
  background: #3498db;
  color: #fff;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  color: #1e1e1e;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
@media screen and (min-width: 768px) {
  .cont-dl .in-dl {
    display: grid;
    grid-template-columns: 350px 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 13px;
  }
  .cont-dl .in-dl dt {
    grid-template-rows: auto auto 1fr;
  }
}
@media screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #1d6600;
  background-color: #1d6600;
}
@media screen and (min-width: 768px) {
  .contact-btn ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .contact-btn ul li #form-btn {
    cursor: pointer;
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .c-title {
  margin-bottom: 25px;
}
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .contact-recaptcha-wrap {
    margin-top: 60px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.complete-page .inbox {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.complete-page .c-button-container {
  margin-top: 25px;
}

/*All Post 
----------------------------------------------------*/
.post-wrp .post-list-item {
  border-bottom: solid #d9d9d9 1px;
}
.post-wrp .post-list-item a {
  color: #1e1e1e;
  display: block;
  box-sizing: border-box;
}
.post-wrp .post-list-item .tag-time {
  display: grid;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #1e1e1e;
}
.post-wrp .post-list-item .post-title {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .post-wrp .c-title {
    margin-bottom: 30px;
  }
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 20px;
    grid-template-columns: 120px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 150px;
    height: 150px;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 20px;
    width: calc(100% - 150px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .post-wrp .c-title {
    margin-bottom: 25px;
  }
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 15px;
    grid-template-columns: 100px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 80px;
    height: 80px;
    background: #ccc;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 10px;
    width: calc(100% - 80px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .post-wrp .post-list-item .post-txt {
    font-size: 13px;
    line-height: 1.4;
  }
}

.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #1e1e1e;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 12px;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #1e1e1e;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #1e1e1e;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

/*Single Post
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #1d6600;
}
@media screen and (min-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #1d6600;
  font-weight: bold;
}

.privacy-page .c-title {
  margin-bottom: 25px;
}
.privacy-page .privacy-box .title02 {
  text-align: left;
  margin-bottom: 20px;
}
.privacy-page .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .privacy-page .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-page .privacy-box {
    margin-bottom: 30px;
  }
}

.site-map .c-title {
  margin-bottom: 25px;
}
.site-map-list > li {
  border-bottom: 1px solid #d9d9d9;
}
.site-map-list > li > a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.1s all ease-in;
  color: #1e1e1e;
}
.site-map-list > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  border-radius: 2px;
}
.site-map-list .sitemap-dropdown {
  box-sizing: border-box;
}
.site-map-list .sitemap-dropdown a {
  display: block;
  color: #1e1e1e;
}
@media screen and (min-width: 768px) {
  .site-map-list a:hover {
    opacity: 0.5;
  }
  .site-map-list > li > a {
    padding: 20px 0 20px 30px;
    font-size: 16px;
  }
  .site-map-list > li > a:before {
    margin-top: -5px;
    border: solid 5px #1d6600;
  }
  .site-map-list > li .sitemap-dropdown {
    padding-left: 20px;
  }
  .site-map-list > li .sitemap-dropdown a {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .site-map-list > li > a {
    padding: 10px 0 10px 30px;
  }
  .site-map-list > li > a:before {
    margin-top: -5px;
    border: solid 5px #1d6600;
  }
  .site-map-list > li .sitemap-dropdown {
    padding-left: 20px;
  }
  .site-map-list > li .sitemap-dropdown a {
    padding: 15px 0;
  }
}

.notfound-page .c-title {
  margin-bottom: 25px;
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #1e1e1e;
  font-weight: bold;
  border-bottom: 1px solid #1e1e1e;
  transition: 0.1s all ease-in;
}
.not-found-txt p a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 40%;
    margin-bottom: 8%;
  }
  .drawer-nav {
    text-align: left;
    padding: 15% 10% 10% !important;
    box-sizing: border-box;
    background: #fff;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #c6beaf;
  }
  .drawer-nav .drawer-menu > li:last-child {
    margin-bottom: 0;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    display: block;
    position: relative;
    box-sizing: border-box;
    font-weight: bold;
  }
  /*Drawer Btn Setting
  =======================================*/
  .drawer-hamburger,
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger,
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    z-index: 100000 !important;
  }
  /*Right Position
  -----------------------------------*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    z-index: 1000000 !important;
  }
  /*Left Position
  -----------------------------------*/
  .drawer--left .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    left: 2.5% !important;
    top: 1%;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    top: 1%;
    left: 2.5% !important;
    z-index: 1000000 !important;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
  }
  .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    overflow: visible !important;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .drawer-hamburger {
    width: 48px;
    height: 60px;
    box-sizing: border-box;
  }
  .drawer-hamburger-icon {
    margin-top: 0;
  }
  .drawer-hamburger-icon:before {
    width: 100%;
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    width: 100%;
    top: 8px;
  }
  .drawer-hamburger-txt {
    text-align: center;
    color: #fff;
    line-height: 1;
    position: relative;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    padding: 2%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  .drawer-dropdown-menu > li:last-child,
  .drawer-dropdown-menu .drawer-dropdown-menu-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .drawer-menu-item {
    position: relative;
  }
  .level1,
  .level2 {
    font-size: 4vw;
    position: relative;
  }
  .level1 li,
  .level1 p,
  .level2 li,
  .level2 p {
    padding: 2% 0 2% 2% !important;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #f2f2f2;
  }
  .level2 {
    background: #ccc;
  }
  .level2 li a {
    padding-left: 5% !important;
    box-sizing: border-box;
  }
  .drawer-current {
    position: absolute;
    right: 5px !important;
    top: 50%;
    width: 10px !important;
    height: 10px !important;
    border: solid transparent 1px !important;
    box-sizing: border-box;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    transform: rotate(-45deg);
    margin-top: -5px !important;
    transition: 0.1s all ease-in;
  }
  /*current　矢印設定
  ----------------------------------*/
  .drawer-dropdown .drawer-menu-item.current .drawer-current {
    transform: rotate(45deg) !important;
  }
  /*Original Custum Code
  =======================================*/
  /*SNS
  -----------------------------------*/
  .sns-list {
    margin: 10% auto 5%;
  }
  .sns-list li {
    margin-right: 5%;
  }
  .sns-list li:last-child {
    margin-right: 0;
  }
  /*Address
  -----------------------------------*/
  .drawer-address {
    margin: 5% auto;
    text-align: center;
    font-size: 3vw;
  }
  .drawer-address li {
    margin-bottom: 3%;
  }
  .drawer-address li:last-child {
    margin-bottom: 0;
  }
  /*Contact btn
  -----------------------------------*/
  .drawer-mail-btn {
    text-align: center;
    width: 60%;
    display: block;
    background: #000;
    margin: 10% auto;
    padding: 4% 0;
  }
  .drawer-mail-btn span {
    font-size: 3.5vw;
    color: #fff;
    position: relative;
  }
  /*縦スクロール設定
  ---------------------------------------------*/
  .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-overlay {
    z-index: 101;
  }
  .drawer-nav {
    z-index: 102;
  }
  .drawer-hamburger {
    z-index: 103;
  }
  .drawer-logo {
    width: 180px;
    margin-bottom: 8%;
  }
  .drawer-nav {
    padding: 7% 5% 20% !important;
    background: #fff;
  }
  .drawer-nav .drawer-menu {
    background: #fff;
    border-radius: 0;
    padding: 5% 5% 10%;
    box-sizing: border-box;
    box-shadow: 0 0 10px 5px rgba(30, 30, 30, 0.1);
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #d9d9d9;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    padding: 20px 5px;
    color: #1e1e1e;
    line-height: 1.2;
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #1d6600 !important;
    right: 10px !important;
    top: 10px;
    border-radius: 0;
  }
  /*open*/
  .drawer--right.drawer-open .drawer-hamburger {
    right: 10px !important;
    top: 10px;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  /*drawer box*/
  .drawer-hamburger {
    width: 50px;
    height: 50px;
  }
  /*drawer line*/
  .drawer-hamburger-icon:before {
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    top: 8px;
  }
  /*drawer box txt*/
  .drawer-hamburger-txt {
    color: #fff;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    border-bottom: 1px solid #fff;
  }
  .level1,
  .level2 {
    position: relative;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #fff;
  }
  .level2 {
    background: #fff;
  }
  .drawer-current {
    right: 5px !important;
    top: 50%;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  /*Original Custum Code
  =======================================*/
  .drawer-info {
    margin-top: 30px;
    display: grid;
    row-gap: 30px;
    justify-content: center;
  }
  .drawer-info-address {
    font-size: 13px;
    text-align: center;
  }
  .drawer-info-detail {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .drawer-info .c-tel-number .number,
  .drawer-info .c-tel-number .bi {
    color: #1d6600;
  }
}
/*header
=========================================================*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.header-logo a {
  display: block;
}
.header-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-right-info {
  display: flex;
  align-items: center;
}
.header-tel {
  color: #1d6600;
  line-height: 1.2;
}
.header-tel-lead {
  font-weight: 500;
}
.header-tel .c-tel-number {
  display: block;
  color: #1d6600;
  font-weight: 700;
}
.header-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #1d6600;
  color: #1d6600;
  transition: 0.2s all ease-in;
}
.header-mail:hover {
  background: #1d6600;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    height: 100px;
    padding: 0 20px 0 40px;
  }
  .header-logo {
    width: 240px;
  }
  .header-right {
    -moz-column-gap: 26px;
         column-gap: 26px;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .header-right-info {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .header-tel-lead {
    font-size: 12px;
    letter-spacing: 0;
  }
  .header-tel .c-tel-number {
    margin-top: 2px;
    letter-spacing: 0;
  }
  .header-tel .c-tel-number .number {
    font-size: 22px;
  }
  .header-mail {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }
  .header .nav-list {
    border-right: 1px solid #d9d9d9;
  }
  .header .nav-list-item {
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-left: 1px solid #d9d9d9;
  }
  .header .nav-list a {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .header .nav-list a:hover {
    color: #1d6600;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 20px 0 15px;
    height: 70px;
    position: relative;
  }
  .header-logo {
    width: 190px;
  }
  .header-right {
    width: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1);
  }
  .header-right-info {
    height: 60px;
    width: 100%;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .header-tel {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header-tel-lead {
    font-size: 10px;
    letter-spacing: 0;
  }
  .header-tel .c-tel-number {
    letter-spacing: 0;
  }
  .header-tel .c-tel-number .number {
    font-size: 18px;
  }
  .header-mail {
    width: 40%;
    height: 100%;
    border-radius: 0;
    border: none;
    background: #1d6600;
    color: #fff;
    font-size: 22px;
  }
  .header-mail .bi {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .nav-list-item {
    position: relative;
  }
  .nav-list-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 768px) {
  .dropdown {
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 300px;
  }
  .dropdown-list {
    padding: 10px 15px 10px;
    box-sizing: border-box;
    border-radius: 8px;
    border: solid 1px #f2f2f2;
  }
  .dropdown-item {
    display: block;
    border-bottom: 1px solid #d9d9d9;
  }
  .dropdown-item:last-of-type {
    border-bottom: none;
  }
  .dropdown-item a {
    color: #1e1e1e;
    padding: 15px 0;
    position: relative;
    display: block;
  }
  .dropdown-item a:hover {
    color: #1d6600;
  }
  .dropdown-item a .ic-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*お問い合わせバナー
=========================================================*/
.l-cta {
  background: url("../img/common/cta-bg.jpg") no-repeat center/cover;
}
.l-cta-container {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-cta-title .sub {
  color: #278900;
}
.l-cta-title .main {
  line-height: 1;
}
.l-cta-text {
  text-align: center;
  line-height: 1.4;
}
.l-cta-list {
  display: grid;
}
.l-cta-list-item a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #1d6600;
  border-radius: 3px;
  box-shadow: 2px 2px 1.5px rgba(0, 0, 0, 0.25);
  color: #fff;
  transition: 0.2s opacity ease-in;
}
.l-cta-list-item a:hover {
  opacity: 0.85;
}
.l-cta-list-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  color: #1d6600;
}
.l-cta-list-item .body {
  display: block;
}
.l-cta-list-item .name {
  display: block;
  font-weight: 500;
  line-height: 1.4;
}
.l-cta-list-item .number {
  display: block;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-cta {
    padding: 78px 0 62px;
  }
  .l-cta-container {
    padding: 33px 35px;
    row-gap: 30px;
  }
  .l-cta-title .main {
    margin-top: 20px;
  }
  .l-cta-text {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .l-cta-list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 25px;
         column-gap: 25px;
    width: 865px;
  }
  .l-cta-list-item a {
    height: 120px;
    padding: 30px 20px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .l-cta-list-item .icon {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }
  .l-cta-list-item .name {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .l-cta-list-item .number {
    margin-top: 10px;
    font-size: 26px;
    letter-spacing: 2.6px;
  }
  .l-cta-list-item:last-child .number {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding: 50px 0;
  }
  .l-cta-container {
    padding: 25px 20px 30px;
    row-gap: 20px;
  }
  .l-cta-title .main {
    margin-top: 15px;
  }
  .l-cta-text {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .l-cta-list {
    width: 100%;
    row-gap: 15px;
  }
  .l-cta-list-item a {
    height: 90px;
    padding: 20px 15px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .l-cta-list-item .icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
  .l-cta-list-item .name {
    font-size: 13px;
    letter-spacing: 0.65px;
  }
  .l-cta-list-item .number {
    margin-top: 8px;
    font-size: 22px;
    letter-spacing: 2.2px;
  }
  .l-cta-list-item:last-child .number {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

/*関連コンテンツ（下層ページ共通：beginners / service / price）
=========================================================*/
.l-related {
  background: #f8f9f6;
  box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.05);
}
.l-related-frame {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #c8c8c8;
}
.l-related-box {
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-related {
    padding: 100px 0;
  }
  .l-related-frame {
    margin-top: 45px;
    padding: 4px;
  }
  .l-related-box {
    padding: 41px 0 40px;
  }
  .l-related-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-related {
    padding: 60px 0;
  }
  .l-related-frame {
    margin-top: 25px;
    padding: 4px;
  }
  .l-related-box {
    padding: 30px 20px;
  }
  .l-related-btn {
    margin-top: 25px;
  }
}

.footer {
  background: #f7f9f6;
}
.footer-heading {
  display: grid;
}
.footer-logo {
  margin: 0;
  line-height: 1;
}
.footer-logo a {
  display: block;
}
.footer-logo img {
  display: block;
  width: 100%;
}
.footer-address {
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list a {
  color: #1e1e1e;
  font-weight: 400;
}
.footer-nav-list a:hover {
  text-decoration: underline;
}
.footer-sub-nav {
  display: flex;
}
.footer-sub-nav-item {
  line-height: 1;
}
.footer-sub-nav a {
  color: #1e1e1e;
  font-weight: 400;
}
.footer-sub-nav a:hover {
  text-decoration: underline;
}
.footer #copyright {
  font-weight: 400;
  line-height: 1;
}
.footer #copyright small {
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 80px 0 40px;
  }
  .footer-heading {
    grid-template-columns: 735px 545px;
  }
  .footer-logo {
    width: 340px;
  }
  .footer-address {
    margin-top: 26px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .footer-address-tel {
    margin-top: 6px;
  }
  .footer-address-time {
    margin-top: 6px;
  }
  .footer-address-note {
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .footer-nav {
    padding-top: 0.5px;
  }
  .footer-nav-list {
    width: 548px;
    gap: 30px;
  }
  .footer-nav-list a {
    font-size: 15px;
    letter-spacing: 0.75px;
  }
  .footer-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-top: 55px;
    padding-top: 16px;
    border-top: 1px solid #c8c8c8;
  }
  .footer-sub-nav {
    order: 2;
    justify-content: flex-end;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .footer-sub-nav a {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  .footer #copyright {
    font-size: 13px;
    letter-spacing: 0.65px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 100px;
  }
  .footer-heading {
    row-gap: 35px;
  }
  .footer-logo {
    width: 260px;
  }
  .footer-address {
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 0.65px;
  }
  .footer-address-tel, .footer-address-time {
    margin-top: 6px;
  }
  .footer-address-note {
    margin-top: 10px;
    font-size: 11px;
    letter-spacing: 0.55px;
  }
  .footer-nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 25px;
  }
  .footer-nav-list a {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .footer-bottom {
    display: grid;
    row-gap: 20px;
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid #c8c8c8;
  }
  .footer-sub-nav {
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .footer-sub-nav a {
    font-size: 13px;
    letter-spacing: 0.65px;
  }
  .footer #copyright {
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.55px;
  }
}/*# sourceMappingURL=style.css.map */