@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
}

.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;
}

/*Font
--------------------------------------------*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #068576;
  font-weight: 500;
  background: #f1eee4;
  word-break: break-word;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}

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

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

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

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

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

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

.bg-vage {
  background: #f1eee4;
}

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

.main-visual {
  position: relative;
}
@media screen and (min-width: 767px) {
  .main-visual {
    text-align: right;
  }
  .main-visual-title {
    position: absolute;
    left: 30px;
    bottom: 30px;
  }
  .main-visual-img {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .main-visual {
    text-align: right;
  }
  .main-visual-title {
    width: 70%;
    position: absolute;
    left: 5%;
    bottom: 5%;
  }
  .main-visual-img {
    width: 85%;
  }
}

.c-table {
  display: grid;
}
.c-table-item {
  border-bottom: 1px solid #b8c6c5;
  line-height: 1.5;
}
.c-table-item:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 767px) {
  .c-table {
    row-gap: 22px;
  }
  .c-table-item {
    display: grid;
    grid-template-columns: 140px 1fr;
    padding-bottom: 22px;
  }
  .c-table-item a {
    color: #068576;
  }
}
@media screen and (max-width: 768px) {
  .c-table {
    row-gap: 20px;
  }
  .c-table-item {
    display: grid;
    grid-template-columns: 115px 1fr;
    padding-bottom: 20px;
    font-size: 13px;
  }
  .c-table-item a {
    color: #068576;
  }
  .c-table-item .text-caution {
    font-size: 12px;
  }
}

.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: 767px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 15px;
  }
}

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

.category-list-item {
  border-bottom: 1px solid #b8c6c5;
}
.category-list-item a {
  display: flex;
  color: #fff;
  align-items: center;
  font-weight: 700;
  position: relative;
  box-sizing: border-box;
}
.category-list-item a .bi {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) {
  .category-list-item a {
    padding: 20px 25px 20px 10px;
  }
  .category-list-item a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .category-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .category-list-item a {
    font-size: 14px;
    padding: 15px 20px 15px 0;
  }
}

.schedule-list {
  background: #fff;
  box-sizing: border-box;
  line-height: 1.4;
  display: grid;
}
@media screen and (min-width: 767px) {
  .schedule-list {
    padding: 35px 30px;
    border-radius: 8px;
    row-gap: 10px;
  }
  .schedule-list-item {
    -moz-column-gap: 10px;
         column-gap: 10px;
    display: grid;
    grid-template-columns: 110px 1fr;
  }
  .schedule-list-item-name {
    border-right: 1px solid #068576;
  }
}
@media screen and (max-width: 768px) {
  .schedule-list {
    padding: 20px;
    border-radius: 8px;
    row-gap: 20px;
  }
  .schedule-list-item {
    display: grid;
  }
  .schedule-list-item-name {
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid #068576;
  }
  .schedule-list-item-text {
    font-size: 14px;
  }
}

.agenda-list {
  font-weight: 700;
  line-height: 1.6;
  display: grid;
}
.agenda-list-item {
  border-bottom: 1px solid #b8c6c5;
}
@media screen and (min-width: 767px) {
  .agenda-list {
    row-gap: 10px;
  }
  .agenda-list-item {
    padding-bottom: 10px;
  }
  .agenda-list-item-name {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .agenda-list-item-detail {
    display: grid;
    -moz-column-gap: 10px;
         column-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
  .agenda-list-item-detail-text {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .agenda-list {
    row-gap: 10px;
  }
  .agenda-list-item {
    padding-bottom: 10px;
  }
  .agenda-list-item-name {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .agenda-list-item-detail {
    font-size: 14px;
    display: grid;
    -moz-column-gap: 10px;
         column-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
  .agenda-list-item-detail-text {
    text-align: right;
  }
}

.c-button {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  border: solid 1px #068576;
}
.c-button .text,
.c-button .bi {
  color: #068576;
}
@media screen and (min-width: 767px) {
  .c-button {
    padding: 0 20px;
    height: 55px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    min-width: 200px;
    transition: 0.1s all ease-in;
  }
  .c-button.middle {
    width: 340px;
  }
  .c-button:hover {
    background: #068576;
  }
  .c-button:hover .text,
  .c-button:hover .bi {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    padding: 0 15px;
    height: 60px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    min-width: 180px;
    max-width: 100%;
    transition: 0.1s all ease-in;
    line-height: 1.5;
  }
  .c-button.middle {
    width: 95%;
  }
  .c-button .text {
    font-size: 14px;
  }
}

.arw-button {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #068576;
}
.arw-button .text,
.arw-button .bi {
  color: #068576;
}
@media screen and (min-width: 767px) {
  .arw-button {
    gap: 0 15px;
    width: 112px;
    padding: 5px 0;
    transition: 0.1s all ease-in;
  }
  .arw-button:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .arw-button {
    gap: 0 15px;
    padding: 5px 0;
  }
}

.border-button {
  border: solid 1px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.border-button .text,
.border-button .bi {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .border-button {
    transition: 0.1s all ease-in;
    height: 60px;
    border-radius: 8px;
    gap: 0 15px;
    font-size: 20px;
  }
  .border-button:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .border-button {
    transition: 0.1s all ease-in;
    height: 60px;
    border-radius: 8px;
    gap: 0 15px;
    font-size: 16px;
  }
}

.page-btn {
  position: relative;
}
@media screen and (min-width: 767px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-btn {
    margin-top: 10%;
  }
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .page-btn a {
    font-size: 15px;
  }
}
@media screen and (min-width: 767px) {
  .page-btn a {
    font-size: 14px;
  }
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
@media screen and (min-width: 767px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
@media screen and (min-width: 767px) {
  .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: 767px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #068576;
}
@media screen and (min-width: 767px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  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: #068576;
}
@media screen and (min-width: 767px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

.sub-visual {
  position: relative;
  display: flex;
  align-items: center;
}
.sub-visual-title {
  line-height: 1.2;
  box-sizing: border-box;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
.sub-visual-title .sub,
.sub-visual-title .main {
  display: block;
}
.sub-visual-title .sub {
  color: #d1dcd1;
}
.sub-visual-img {
  height: 100%;
  background: url(../img/common/sub-visual-img.jpg) no-repeat center/cover;
}
@media screen and (min-width: 767px) {
  .sub-visual {
    height: clamp(350px, 30vw, 500px);
  }
  .sub-visual-title {
    padding-left: 5%;
    width: 42%;
  }
  .sub-visual-title .sub {
    font-size: clamp(80px, 8vw, 120px);
  }
  .sub-visual-title .main {
    font-size: clamp(20px, 3vw, 40px);
  }
  .sub-visual-img {
    width: 58%;
    border-radius: 30px 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .sub-visual {
    height: 120px;
  }
  .sub-visual-title {
    padding-left: 5%;
    width: 60%;
  }
  .sub-visual-title .sub {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .sub-visual-title .main {
    font-size: 16px;
  }
  .sub-visual-img {
    width: 40%;
    border-radius: 15px 0 0 15px;
  }
}

.en {
  font-family: "Shippori Mincho", serif;
}

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

.text-line {
  padding-bottom: 3px;
  border-bottom: 1px solid #068576;
}

.c-tel {
  font-family: "Shippori Mincho", serif;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
}
.c-tel.white-tel .number,
.c-tel.white-tel .bi {
  color: #fff;
}
.c-tel .number,
.c-tel .bi {
  color: #068576;
}
@media screen and (min-width: 767px) {
  .c-tel .number {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .c-tel .number {
    font-size: 26px;
  }
}

.worktime {
  font-family: "Shippori Mincho", serif;
}

.c-title {
  line-height: 1.4;
  color: #068576;
  font-family: "Shippori Mincho", serif;
}
.c-title .main,
.c-title .sub {
  display: block;
}
.c-title.white-title {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .c-title:not(:last-child) {
    margin-bottom: 35px;
  }
  .c-title .sub {
    font-size: 32px;
  }
  .c-title .main {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .c-title:not(:last-child) {
    margin-bottom: 35px;
  }
  .c-title .sub {
    font-size: 18px;
  }
  .c-title .main {
    margin-bottom: 5px;
    font-size: 30px;
  }
}

.title01 {
  line-height: 1.5;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 767px) {
  .title01 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .title01 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.title02 {
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #b8c6c5;
}
@media screen and (min-width: 767px) {
  .title02 {
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .title02 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 767px) {
  #bread-clumb {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #bread-clumb li {
    position: relative;
    color: #068576;
    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: #068576;
    transition: 0.1s all ease-in;
    border-bottom: 1px solid transparent;
  }
  #bread-clumb li a:hover {
    border-bottom: 1px solid #068576;
  }
}
@media screen and (max-width: 768px) {
  #bread-clumb {
    display: none;
  }
}

.bg-wave {
  background: url(../img/common/c-wave-bg.png) no-repeat center top/100%;
}
.bg-note {
  position: relative;
}
.bg-note:before, .bg-note:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
}
.bg-note:before {
  background: url(../img/common/lesson_course-bg-deco-left.png) no-repeat center;
}
.bg-note:after {
  background: url(../img/common/lesson_course-bg-deco-right.png) no-repeat center;
}
.bg-round {
  background: url(../img/common/bg-round.png) no-repeat center top/100%;
}
@media screen and (min-width: 767px) {
  .bg-wave {
    padding-top: 140px;
  }
  .bg-note:before, .bg-note:after {
    width: calc((100% - 1080px) / 2);
  }
  .bg-note:before {
    left: 0;
  }
  .bg-note:after {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .bg-wave {
    padding-top: 50px;
  }
  .bg-note:before, .bg-note:after {
    display: none;
  }
}

.c-contents {
  display: grid;
}
.c-contents-list {
  display: grid;
}
.c-contents-list-item {
  display: grid;
  background: #fff;
  box-sizing: border-box;
  align-items: flex-start;
}
.c-contents-list-item-detail {
  background: #068576;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .c-contents {
    grid-template-columns: 525px 540px;
  }
  .c-contents-list {
    row-gap: 30px;
  }
  .c-contents-list-item {
    grid-template-columns: 1fr 460px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding: 40px;
    border-radius: 30px;
  }
  .c-contents-list-item-detail {
    border-radius: 30px;
    padding: 40px 30px;
  }
  .c-contents-img {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .c-contents {
    row-gap: 30px;
  }
  .c-contents-list {
    row-gap: 30px;
  }
  .c-contents-list-item {
    row-gap: 20px;
    padding: 25px;
    border-radius: 15px;
  }
  .c-contents-list-item-detail {
    border-radius: 15px;
    padding: 20px;
  }
  .c-contents-img {
    text-align: center;
  }
}

.c-column {
  display: grid;
}
.c-column-card-title {
  line-height: 1.5;
  font-weight: 700;
  display: grid;
  align-items: center;
}
.c-column-card-title .number {
  background: #068576;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .c-column-three {
    gap: 40px 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-column-card {
    background: #fff;
    border-radius: 30px;
  }
  .c-column-card-box {
    padding: 15px 20px 30px;
  }
  .c-column-card-title {
    margin-bottom: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    grid-template-columns: 35px 1fr;
    font-size: 18px;
  }
  .c-column-card-title .number {
    font-size: 24px;
    height: 35px;
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .c-column {
    row-gap: 35px;
  }
  .c-column-card {
    border-radius: 15px;
  }
  .c-column-card-box {
    padding: 15px 20px 30px;
    background: #fff;
    border-radius: 0 0 30px 30px;
  }
  .c-column-card-title {
    display: flex;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .c-column-card-title .number {
    font-size: 22px;
    height: 35px;
    width: 35px;
  }
  .c-column-card-title .main {
    box-sizing: border-box;
    padding-left: 15px;
    width: calc(100% - 35px);
  }
}

.gallery-list {
  display: grid;
}
@media screen and (min-width: 767px) {
  .gallery-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .gallery-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

/*top-about
=========================================================*/
.top-about-lead-title {
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
}
.top-about-lesson {
  background: #fff;
  overflow: hidden;
}
.top-about-lesson-contents-title {
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 767px) {
  .top-about {
    padding: 140px 0;
  }
  .top-about-lead {
    text-align: center;
  }
  .top-about-lead-title {
    font-size: 52px;
    margin-bottom: 50px;
    font-weight: 600;
  }
  .top-about-lead-text {
    padding-bottom: 80px;
    font-size: 18px;
    background: url(../img/top/top-about-ic-left.png) no-repeat left bottom, url(../img/top/top-about-ic-right.png) no-repeat right top;
  }
  .top-about-lesson {
    display: flex;
    border-radius: 30px;
    margin-top: 90px;
  }
  .top-about-lesson-contents {
    width: calc(100% - 590px);
    order: 2;
    padding: 0 70px 0 45px;
    box-sizing: border-box;
  }
  .top-about-lesson-contents-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .top-about-lesson-img {
    width: 590px;
    height: 400px;
    order: 1;
  }
  .top-about-lesson .c-button-box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 70px 0 30%;
    background: url(../img/top/top-about-ic-left.png) no-repeat left 5% bottom 15px/30%, url(../img/top/top-about-ic-right.png) no-repeat right 5% top 15px/20%;
  }
  .top-about-lead-title {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
  }
  .top-about-lesson {
    border-radius: 15px;
    margin-top: 50px;
    padding: 25px;
    box-sizing: border-box;
    display: grid;
  }
  .top-about-lesson-contents {
    box-sizing: border-box;
  }
  .top-about-lesson-contents-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .top-about-lesson-img {
    margin-top: 30px;
    padding-top: 68%;
    border-radius: 15px;
  }
  .top-about .c-button-box {
    margin-top: 30px;
    text-align: center;
  }
}

/*top-lesson
=========================================================*/
.top-lesson {
  background: url(../img/top/top-lesson-bg.png) no-repeat left top/100%;
}
.top-lesson-title {
  font-family: "Shippori Mincho", serif;
  box-sizing: border-box;
}
.top-lesson-title .eng,
.top-lesson-title .ja {
  display: block;
}
.top-lesson-title .eng {
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
}
.top-lesson-title .ja {
  text-align: right;
  color: #fff;
}
.top-lesson-list {
  box-sizing: border-box;
}
.top-lesson-list-card {
  background: #fff;
}
.top-lesson-list-card-contents {
  box-sizing: border-box;
}
.top-lesson-list-card-contents-title {
  align-items: center;
}
.top-lesson-list-card-contents-title .number {
  border-radius: 50%;
  background: #068576;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.top-lesson-list-card-contents-title .title {
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  .top-lesson {
    padding: 70px 0 80px;
  }
  .top-lesson-title {
    width: 880px;
    margin-bottom: 50px;
    padding-left: 20px;
  }
  .top-lesson-title .eng {
    font-size: 180px;
    margin-bottom: 25px;
  }
  .top-lesson-title .ja {
    font-size: 32px;
  }
  .top-lesson-list {
    max-width: 1680px;
    padding: 0 30px;
    margin: 0 auto;
    display: grid;
    -moz-column-gap: 40px;
         column-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
  .top-lesson-list-card {
    border-radius: 30px;
  }
  .top-lesson-list-card-img {
    border-radius: 30px 30px 0 0;
    overflow: hidden;
  }
  .top-lesson-list-card-contents {
    padding: 20px 30px 35px;
  }
  .top-lesson-list-card-contents-title {
    display: grid;
    grid-template-columns: 35px 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .top-lesson-list-card-contents-title .title {
    font-size: 32px;
  }
  .top-lesson-list-card-contents-title .number {
    width: 35px;
    height: 35px;
    font-size: 24px;
    padding-bottom: 2px;
  }
  .top-lesson .c-button-box {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 70px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-lesson {
    padding: 70px 0 80px;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .top-lesson-title {
    padding-top: 20px;
    line-height: 1.6;
    margin-bottom: 50px;
  }
  .top-lesson-title .eng {
    font-size: 45px;
    margin-bottom: 5px;
  }
  .top-lesson-title .ja {
    font-size: 25px;
    text-align: left;
  }
  .top-lesson-list {
    margin: 0 auto;
    display: grid;
    row-gap: 40px;
  }
  .top-lesson-list-card {
    border-radius: 15px;
    background: transparent;
  }
  .top-lesson-list-card-img {
    border-radius: 30px 30px 0 0;
    overflow: hidden;
  }
  .top-lesson-list-card-contents {
    padding: 20px 30px 35px;
    background: #fff;
    border-radius: 0 0 15px 15px;
  }
  .top-lesson-list-card-contents-title {
    display: grid;
    grid-template-columns: 30px 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin-bottom: 15px;
  }
  .top-lesson-list-card-contents-title .title {
    font-size: 22px;
  }
  .top-lesson-list-card-contents-title .number {
    width: 30px;
    height: 30px;
    font-size: 20px;
    padding-bottom: 2px;
  }
  .top-lesson .c-button-box {
    text-align: center;
    display: grid;
    margin-top: 50px;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

/*top-voice
=========================================================*/
.top-voice-title {
  font-family: "Shippori Mincho", serif;
}
.top-voice-title .eng,
.top-voice-title .ja {
  display: block;
}
.top-voice-title .eng {
  color: rgba(6, 133, 118, 0.2);
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .top-voice {
    padding: 140px 0 16%;
    max-width: 1480px;
    margin: 0 auto;
    position: relative;
  }
  .top-voice-title {
    font-family: "Shippori Mincho", serif;
    margin-bottom: 30px;
  }
  .top-voice-title .eng {
    font-size: 180px;
    line-height: 1;
    margin: 0 0 65px -100px;
  }
  .top-voice-title .ja {
    font-size: 32px;
  }
  .top-voice-contents {
    box-sizing: border-box;
    padding-left: 100px;
  }
  .top-voice .c-button {
    margin-top: 30px;
  }
  .top-voice-img {
    position: absolute;
    left: 50%;
    top: 140px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .top-voice {
    padding: 80px 0;
  }
  .top-voice-title {
    font-family: "Shippori Mincho", serif;
    margin-bottom: 30px;
  }
  .top-voice-title .eng {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .top-voice-title .ja {
    font-size: 22px;
    box-sizing: border-box;
    padding-left: 15px;
  }
  .top-voice-contents {
    box-sizing: border-box;
  }
  .top-voice .c-button {
    margin-top: 30px;
  }
  .top-voice-img {
    margin-top: 50px;
    text-align: center;
  }
}

/*top-school
=========================================================*/
.top-school-title {
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
}
.top-school-title .eng {
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(255, 255, 255, 0.2);
}
.top-school-container {
  background: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .top-school {
    padding: 250px 0 12vw;
    background: url(../img/top/top-school-img-right.png) no-repeat bottom 340px right/52%, url(../img/top/top-school-bg.png) no-repeat center top/cover;
  }
  .top-school .widebox {
    position: relative;
    padding: 230px 0 420px;
    background: url(../img/top/top-school-img-left.png) no-repeat left bottom;
  }
  .top-school-title {
    margin-bottom: 30px;
  }
  .top-school-title .ja {
    font-size: 32px;
  }
  .top-school-title .eng {
    font-size: 180px;
  }
  .top-school-container {
    width: 600px;
    border-radius: 30px;
    padding: 80px 60px;
    margin-left: 170px;
  }
  .top-school .c-button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-school {
    padding: 120px 0 75%;
    background: url(../img/top/top-school-img-right.png) no-repeat top 10% right/48%, url(../img/top/top-school-img-left.png) no-repeat left bottom/65%, url(../img/top/top-school-bg.png) no-repeat center top/cover;
  }
  .top-school .widebox {
    position: relative;
    padding: 80px 0 0;
  }
  .top-school-title {
    margin-bottom: 30px;
  }
  .top-school-title .ja {
    font-size: 22px;
  }
  .top-school-title .eng {
    font-size: 45px;
  }
  .top-school-container {
    border-radius: 15px;
    padding: 30px 25px;
  }
  .top-school .c-button {
    margin-top: 40px;
  }
}

/*top-column
=========================================================*/
.top-column {
  position: relative;
  z-index: 10;
}
.top-column::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  background: url(../img/top/top-column-top-bg.png) no-repeat center top/100%;
}
.top-column-head {
  display: grid;
  align-items: flex-end;
}
.top-column-list {
  display: grid;
}
.top-column-list-item a {
  color: #068576;
}
.top-column-list-item .post-date {
  color: #068576;
  font-weight: 700;
  display: block;
  line-height: 1;
}
.top-column-list-item-title {
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #b8c6c5;
}
@media screen and (min-width: 767px) {
  .top-column {
    padding: 110px 0 100px;
  }
  .top-column::before {
    height: 85px;
    top: -85px;
  }
  .top-column-head {
    margin-bottom: 40px;
    grid-template-columns: 1fr 340px;
  }
  .top-column-head .c-title {
    margin-bottom: 0;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .top-column-list-item a:hover {
    opacity: 0.8;
  }
  .top-column-list-item .com-img {
    padding-top: 270px;
    border-radius: 30px;
    margin-bottom: 20px;
  }
  .top-column-list-item .post-date {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .top-column-list-item-title {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .top-column {
    padding: 60px 0;
  }
  .top-column::before {
    height: 85px;
    top: -83px;
    background-position: bottom center;
  }
  .top-column-head {
    margin-bottom: 40px;
    grid-template-columns: 1fr 150px;
  }
  .top-column-head .c-title {
    margin-bottom: 0;
  }
  .top-column-head .c-button {
    width: 150px;
    max-width: initial;
    min-width: initial;
  }
  .top-column-list {
    display: grid;
    row-gap: 40px;
  }
  .top-column-list-item a:hover {
    opacity: 0.8;
  }
  .top-column-list-item .com-img {
    padding-top: 68%;
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .top-column-list-item .post-date {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .top-column-list-item-title {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .top-column-list-item-text {
    font-size: 14px;
  }
}

/*top-news
=========================================================*/
.top-news-head {
  background: #f1eee4;
}
.top-news .news-list {
  box-sizing: border-box;
  display: grid;
}
.top-news .news-list-item {
  box-sizing: border-box;
}
.top-news .news-list-item a {
  display: block;
  position: relative;
  line-height: 1.5;
  color: #068576;
}
.top-news .news-list-item a .bi {
  position: absolute;
  right: 0;
  top: calc(50% + 15px);
  color: #068576;
  transform: translateY(-50%);
}
.top-news .news-list-item a time {
  color: #068576;
}
@media screen and (min-width: 767px) {
  .top-news {
    padding: 80px 0 120px;
  }
  .top-news .inbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top-news-head {
    display: grid;
    width: 275px;
    min-height: 330px;
    grid-template-rows: 1fr auto;
  }
  .top-news-head .c-button {
    width: 220px;
  }
  .top-news .news-list {
    width: calc(100% - 275px);
    padding-left: 60px;
    box-sizing: border-box;
  }
  .top-news .news-list-item:hover {
    opacity: 0.8;
  }
  .top-news .news-list-item a {
    padding: 25px 20px;
    font-size: 18px;
    border-bottom: 1px solid #b8c6c5;
  }
  .top-news .news-list-item a .bi {
    right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 30px 0 60px;
  }
  .top-news-head {
    display: grid;
    grid-template-columns: 1fr 120px;
    align-items: flex-end;
  }
  .top-news-head .c-title {
    margin-bottom: 0;
  }
  .top-news-head .c-button {
    width: 120px;
  }
  .top-news .news-list {
    box-sizing: border-box;
  }
  .top-news .news-list-item a {
    padding: 25px 25px 25px 0;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #b8c6c5;
  }
  .top-news .news-list-item a .bi {
    right: 5px;
  }
}

@media screen and (min-width: 767px) {
  .about-thought {
    padding: 100px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .about-thought {
    padding: 60px 0;
  }
  .about-thought-text br {
    display: block;
  }
}

.about-feature-head {
  display: grid;
}
@media screen and (min-width: 767px) {
  .about-feature {
    padding: 60px 0 80px;
  }
  .about-feature-head {
    grid-template-columns: 1fr 192px;
  }
}
@media screen and (max-width: 768px) {
  .about-feature {
    padding: 60px 0;
  }
  .about-feature-head {
    grid-template-columns: 1fr 80px;
  }
  .about-feature-list .c-column-card {
    max-width: 340px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 767px) {
  .about-gallery {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .about-gallery {
    padding-bottom: 70px;
  }
}

.voice-list {
  display: grid;
}
.voice-list-item {
  box-sizing: border-box;
  background: #fff;
  display: grid;
}
@media screen and (min-width: 767px) {
  .voice {
    padding: 100px 0;
  }
  .voice-lead-text {
    font-size: 18px;
    margin-bottom: 45px;
  }
  .voice-list {
    row-gap: 40px;
  }
  .voice-list-item {
    padding: 40px;
    border-radius: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-template-columns: 340px 1fr;
  }
  .voice-list-item .com-img {
    height: 230px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 60px 0;
  }
  .voice-lead-text {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .voice-list {
    row-gap: 30px;
  }
  .voice-list-item {
    padding: 20px;
    border-radius: 15px;
    row-gap: 25px;
  }
  .voice-list-item .com-img {
    padding-top: 68%;
    border-radius: 15px;
  }
}

@media screen and (min-width: 767px) {
  .lesson-vision {
    padding: 100px 0 50px;
  }
  .lesson-vision .c-contents-img {
    position: relative;
    top: -60px;
    right: -15px;
  }
  .lesson-vision .schedule-list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .lesson-vision {
    padding: 60px 0;
  }
  .lesson-vision .c-contents-img {
    text-align: center;
  }
  .lesson-vision .schedule-list {
    margin-top: 30px;
  }
}

@media screen and (min-width: 767px) {
  .lesson-course {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .lesson-course {
    padding: 60px 0;
  }
}

.faq {
  background: #068576 url(../img/common/c-round-frame-bg.png) no-repeat center bottom -1px/100%;
}
.faq-contents {
  box-sizing: border-box;
  background: #fff;
  display: grid;
}
.faq-contents-item {
  border-bottom: 1px solid #b8c6c5;
}
.faq-contents-item-title, .faq-contents-item-text {
  box-sizing: border-box;
}
.faq-contents-item-title {
  display: flex;
}
.faq-contents-item-title .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  background: #068576;
  border-radius: 50px;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .faq {
    padding: 90px 0 190px;
  }
  .faq-caitainer {
    display: grid;
    grid-template-columns: 260px 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
    align-items: flex-start;
  }
  .faq-contents {
    padding: 40px 30px;
    border-radius: 30px;
    row-gap: 25px;
  }
  .faq-contents-item {
    padding-bottom: 25px;
  }
  .faq-contents-item-text {
    padding-left: 50px;
  }
  .faq-contents-item-title {
    gap: 15px;
    margin-bottom: 10px;
  }
  .faq-contents-item-title .title {
    width: calc(100% - 35px);
    font-size: 18px;
    font-weight: 700;
  }
  .faq-contents-item-title .ic {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 60px 0;
  }
  .faq-caitainer {
    display: grid;
    row-gap: 40px;
  }
  .faq-contents {
    padding: 25px;
    border-radius: 15px;
    row-gap: 20px;
  }
  .faq-contents-item {
    padding-bottom: 20px;
  }
  .faq-contents-item-text {
    padding-left: 50px;
  }
  .faq-contents-item-title {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
  }
  .faq-contents-item-title .title {
    width: calc(100% - 30px);
    font-size: 17px;
    font-weight: 700;
    padding-left: 15px;
    box-sizing: border-box;
    line-height: 1.5;
  }
  .faq-contents-item-title .ic {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

.flow-list {
  text-align: center;
  display: grid;
}
.flow-list-item {
  font-weight: 700;
}
.flow-list-item:last-of-type .flow-list-item-img:before {
  display: none;
}
.flow-list-item-img {
  position: relative;
}
.flow-list-item-img:before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) {
  .flow {
    padding: 150px 0;
  }
  .flow-list {
    gap: 53px;
    grid-template-columns: repeat(4, 1fr);
  }
  .flow-list-item-img:before {
    width: 18px;
    height: 16px;
    right: -35px;
    top: 50%;
    background: url(../img/common/arw-right.png) no-repeat center/contain;
  }
  .flow .text {
    margin-top: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 60px 0;
  }
  .flow-list {
    row-gap: 65px;
  }
  .flow-list-item {
    position: relative;
  }
  .flow-list-item:last-of-type:before {
    display: none;
  }
  .flow-list-item:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 18px;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%) rotate(90deg);
    background: url(../img/common/arw-right.png) no-repeat center/contain;
  }
  .flow-list-item-img {
    text-align: center;
  }
  .flow-list-item-img img {
    width: 50%;
  }
  .flow-list-item-img:before {
    display: none;
  }
  .flow .text {
    margin-top: 15px;
    font-size: 18px;
  }
}

.school-greeting-profile {
  display: flex;
  text-align: left;
  justify-content: center;
}
.school-greeting-profile-name .ruby,
.school-greeting-profile-name .name {
  display: block;
  line-height: 1.4;
}
.school-greeting-profile-name .name {
  font-weight: 700;
}
.school-greeting-profile-detail dt {
  box-sizing: border-box;
  border-bottom: 1px solid #068576;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .school-greeting {
    padding: 100px 0;
  }
  .school-greeting .c-contents-img {
    width: 476px;
    margin: 0 0 0 auto;
  }
  .school-greeting-profile {
    margin-top: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .school-greeting-profile-name {
    width: 150px;
  }
  .school-greeting-profile-name .ruby {
    font-size: 14px;
  }
  .school-greeting-profile-name .name {
    font-size: 20px;
  }
  .school-greeting-profile-detail {
    width: calc(100% - 150px);
  }
  .school-greeting-profile-detail dt {
    padding: 0 0 5px 10px;
    margin-bottom: 5px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .school-greeting {
    padding: 60px 0;
  }
  .school-greeting-profile {
    margin-top: 30px;
    row-gap: 15px;
    display: grid;
    grid-template-columns: 1fr;
    padding-left: 10px;
  }
  .school-greeting-profile-name {
    text-align: right;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .school-greeting-profile-name .ruby {
    font-size: 14px;
  }
  .school-greeting-profile-name .name {
    font-size: 20px;
  }
  .school-greeting-profile-detail dt {
    padding: 0 0 5px 10px;
    margin-bottom: 5px;
    font-size: 17px;
  }
}

@media screen and (min-width: 767px) {
  .school-access {
    padding: 70px 0;
  }
  .school-access-container {
    display: grid;
    grid-template-columns: 510px 1fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .school-access-map {
    background: #ccc;
    height: 415px;
  }
  .school-access-map iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .school-access {
    padding: 60px 0;
  }
  .school-access-container {
    display: grid;
    row-gap: 30px;
  }
  .school-access-map {
    background: #ccc;
    height: 300px;
  }
  .school-access-map iframe {
    width: 100%;
    height: 100%;
  }
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #b8c6c5;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #068576;
  border-bottom: 1px solid #068576;
}
.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: #068576;
}
.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: 767px) {
  .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: 768px) {
  .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 #068576;
  background-color: #068576;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 767px) {
  .contact-btn ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .contact-btn ul li #form-btn {
    width: 340px;
    border-radius: 100px;
    font-size: 18px;
    padding: 25px 0;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    border-radius: 100px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 60px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  .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-box .c-button {
  margin-top: 30px;
}

/*All Post 
----------------------------------------------------*/
.post-wrp .post-list-item {
  border-bottom: solid #b8c6c5 1px;
}
.post-wrp .post-list-item a {
  color: #068576;
  display: block;
  box-sizing: border-box;
}
.post-wrp .post-list-item .tag-time {
  display: grid;
}
.post-wrp .post-list-item .post-tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.2;
}
.post-wrp .post-list-item .post-tag-list-item {
  border: solid #b8c6c5 1px;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #068576;
}
.post-wrp .post-list-item .post-title {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 20px;
    grid-template-columns: 100px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
  }
  .post-wrp .post-list-item .post-tag-list {
    gap: 10px;
    font-size: 12px;
  }
  .post-wrp .post-list-item .post-tag-list-item {
    border-radius: 100px;
    padding: 8px 10px;
  }
  .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: 768px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 15px;
    grid-template-columns: 90px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 80px;
    height: 80px;
    background: #ccc;
    border-radius: 10px;
  }
  .post-wrp .post-list-item .post-tag-list {
    gap: 10px;
    font-size: 11px;
  }
  .post-wrp .post-list-item .post-tag-list-item {
    padding: 5px 8px;
    border-radius: 50px;
  }
  .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 #068576;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #068576;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #068576;
  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: 767px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 3%;
  }
  #contents-u.s-post .s-post-taglist li {
    margin: 1% 1% 0 0;
  }
  #contents-u.s-post .s-post-taglist li span {
    font-size: 3vw;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #068576;
}
@media screen and (min-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #068576;
  font-weight: bold;
}
#contents-u.s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  box-sizing: border-box;
  border: solid 1px #b8c6c5;
  line-height: 1;
  font-size: 14px;
  color: #068576;
  border-radius: 100px;
}
#contents-u.s-post .tag-name span {
  color: #068576;
}

.privacy-page .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .privacy-page .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .privacy-page .privacy-box {
    margin-bottom: 30px;
  }
}

.site-map-list li {
  border-bottom: 1px solid #b8c6c5;
}
.site-map-list li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.1s all ease-in;
  color: #068576;
}
.site-map-list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  border-radius: 2px;
}
.site-map-list li a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 767px) {
  .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 #068576;
  }
}
@media screen and (max-width: 768px) {
  .site-map-list li a {
    padding: 15px 0 15px 30px;
  }
  .site-map-list li a:before {
    margin-top: -5px;
    border: solid 5px #068576;
  }
}

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

@media screen and (max-width: 768px) {
  /*---------------------------------------------
   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 {
    font-size: 3.8vw;
    display: block;
    position: relative;
    padding: 5%;
    box-sizing: border-box;
    font-weight: bold;
    color: #000;
  }
  /*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: 768px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 130px;
    margin-bottom: 8%;
  }
  .drawer-nav {
    padding: 7% 5% 20% !important;
    background: #f1eee4 url(../img/common/c-wave-bg.png) no-repeat center bottom -20%/100%;
  }
  .drawer-nav .drawer-menu {
    background: #fff;
    border-radius: 10px;
    padding: 5% 5% 8%;
    box-sizing: border-box;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #b8c6c5;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    padding: 20px 5px;
    color: #068576;
    line-height: 1.2;
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #068576 !important;
    right: 10px !important;
    top: 10px;
    border-radius: 10px;
  }
  /*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: 20px;
  }
  .drawer-info-list {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 15px;
    text-align: center;
    background: #068576;
    color: #fff;
    display: grid;
    width: 90%;
    margin: 0 auto;
    border: solid 2px #fff;
    box-sizing: border-box;
    row-gap: 10px;
  }
  .drawer-info-list .c-tel .number {
    font-size: 25px;
  }
  .drawer-info-list .border-button .text {
    font-size: 13px;
  }
}
.header {
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .header {
    height: 120px;
    padding: 0 40px;
  }
  .header-left {
    width: 230px;
  }
  .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 230px);
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .header .nav-list {
    gap: 15px;
  }
  .header .nav-list a {
    color: #068576;
    padding: 5px 10px;
    transition: 0.1s all ease-in;
    border-radius: 6px;
  }
  .header .nav-list a:hover {
    background: #068576;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 70px;
    padding: 0 5%;
  }
  .header-left {
    width: 130px;
  }
  .header-right {
    display: none;
  }
}

.l-cta {
  background: url(../img/common/l-cta-bg.jpg) no-repeat center right/cover;
  position: relative;
  color: #fff;
}
.l-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.45);
}
.l-cta::after {
  content: "";
  top: 0;
  position: absolute;
  display: block;
  width: 100%;
  background: url(../img/top/top-column-bottom-bg.png) no-repeat center bottom/100%;
  z-index: 10;
}
.l-cta .widebox {
  position: relative;
  z-index: 10;
}
.l-cta-list {
  box-sizing: border-box;
  background: rgba(6, 133, 118, 0.8);
}
.l-cta-list-item-title {
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 767px) {
  .l-cta {
    padding: 220px 0 140px;
  }
  .l-cta:after {
    height: 80px;
  }
  .l-cta-list {
    border-radius: 30px;
    text-align: center;
    padding: 80px 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 70px;
  }
  .l-cta-list-item-title {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .l-cta-list-item .worktime {
    padding-right: 15px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 60px 0;
  }
  .l-cta:after {
    top: -2px;
    height: 60px;
    background-position: top center;
  }
  .l-cta-list {
    border-radius: 30px;
    text-align: center;
    display: grid;
    padding: 25px;
    box-sizing: border-box;
    row-gap: 20px;
  }
  .l-cta-list-item-title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .l-cta-list-item .worktime {
    text-align: center;
    font-size: 13px;
  }
}

.l-lesson-banner {
  background: url(../img/common/l-lesson-banner.png) no-repeat center/cover;
}
.l-lesson-banner .inbox {
  display: grid;
}
.l-lesson-banner-detail-title {
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 767px) {
  .l-lesson-banner {
    padding: 100px 0;
  }
  .l-lesson-banner .inbox {
    -moz-column-gap: 80px;
         column-gap: 80px;
    grid-template-columns: 500px 1fr;
  }
  .l-lesson-banner-detail {
    order: 1;
  }
  .l-lesson-banner-detail-title {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .l-lesson-banner-detail .c-button {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .l-lesson-banner {
    padding: 60px 0;
  }
  .l-lesson-banner .inbox {
    row-gap: 40px;
  }
  .l-lesson-banner-detail-title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 25px;
  }
  .l-lesson-banner-detail .c-button {
    width: 80%;
    min-width: initial;
    margin: 25px auto 0;
    display: flex;
  }
}

.footer-address {
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 767px) {
  .footer {
    padding: 100px 0 20px;
  }
  .footer-left, .footer-right {
    width: 50%;
  }
  .footer-logo {
    margin-bottom: 40px;
  }
  .footer-address {
    margin-bottom: 25px;
  }
  .footer-tel {
    display: inline-block;
  }
  .footer-tel .number {
    font-size: 28px;
  }
  .footer-right {
    display: grid;
    justify-content: flex-end;
    grid-template-columns: auto auto;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .footer-nav {
    display: grid;
    row-gap: 20px;
  }
  .footer-nav a {
    padding-bottom: 5px;
    color: #068576;
    border-bottom: 1px solid transparent;
    transition: 0.1s all ease-in;
  }
  .footer-nav a:hover {
    border-bottom: 1px solid #068576;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 0 30px;
  }
  .footer-wrp {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 50px;
  }
  .footer-left {
    text-align: center;
  }
  .footer-logo {
    width: 160px;
    margin: 0 auto 30px;
  }
  .footer-address {
    margin-bottom: 25px;
  }
  .footer-tel {
    display: inline-block;
    text-align: center;
  }
  .footer-tel .number {
    font-size: 20px;
  }
  .footer-tel .worktime {
    font-size: 12px;
  }
  .footer-right {
    display: grid;
    align-items: flex-start;
    grid-template-columns: auto auto;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .footer-nav {
    display: grid;
    row-gap: 20px;
  }
  .footer-nav a {
    padding-bottom: 5px;
    color: #068576;
    border-bottom: 1px solid transparent;
    transition: 0.1s all ease-in;
    font-size: 13px;
  }
}

#copyright a {
  color: #068576;
}
@media screen and (min-width: 767px) {
  #copyright {
    margin-top: 70px;
    font-size: 12px;
  }
  #copyright a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #copyright {
    margin-top: 40px;
    text-align: center;
    font-size: 10px;
  }
  #copyright a {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */