@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&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: "Zen Kaku Gothic New", sans-serif;
  color: #222;
  font-weight: 500;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    min-width: 1280px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}

@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(34, 34, 34, 0.15);
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-border-frame {
    box-shadow: 3px 3px 0 rgba(34, 34, 34, 0.15);
  }
}

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

.bg-vage {
  background: #f4f4f4;
}

@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 {
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  background: url(../img/top/mv_img.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .main-visual {
    height: 750px;
    width: calc(100% - 120px);
    padding: 0 0 100px 100px;
    margin: 0 auto;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    width: 90%;
    height: 250px;
    margin: 0 auto;
    border-radius: 8px;
    padding: 0 0 20px 20px;
  }
  .main-visual-title {
    width: 80%;
  }
}

.c-table-item {
  border-bottom: 1px solid #aaa;
  display: grid;
}
@media screen and (min-width: 768px) {
  .c-table-item {
    grid-template-columns: 120px 1fr;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-table-item {
    font-size: 13px;
    grid-template-columns: 120px 1fr;
    padding: 15px 0;
  }
  .c-table-item-text {
    padding-left: 15px;
  }
}

.c-table-list-item {
  display: grid;
}
.c-table-list-item-name {
  background: #f7dcdb;
}
@media screen and (min-width: 768px) {
  .c-table-list-item {
    grid-template-columns: 120px 1fr;
  }
  .c-table-list-item:last-of-type .c-table-list-item-name,
  .c-table-list-item:last-of-type .c-table-list-item-text {
    border-bottom: none;
  }
  .c-table-list-item-name, .c-table-list-item-text {
    padding: 5px 10px;
  }
  .c-table-list-item-name {
    border-bottom: 1px solid #fff;
  }
  .c-table-list-item-text {
    border-bottom: 1px solid #f7dcdb;
  }
}
@media screen and (max-width: 767px) {
  .c-table-list-item {
    font-size: 14px;
    grid-template-columns: 120px 1fr;
  }
  .c-table-list-item:last-of-type .c-table-list-item-name,
  .c-table-list-item:last-of-type .c-table-list-item-text {
    border-bottom: none;
  }
  .c-table-list-item-name, .c-table-list-item-text {
    font-size: 14px;
    line-height: 1.6;
    padding: 10px;
  }
  .c-table-list-item-name {
    border-bottom: 1px solid #fff;
  }
  .c-table-list-item-text {
    border-bottom: 1px solid #f7dcdb;
  }
}

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

.taxonomy-list {
  display: flex;
  flex-wrap: wrap;
}
.taxonomy-list li {
  border-radius: 3px;
  padding: 2px 4px;
  font-weight: 700;
  border: solid 1px #222;
}
@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-sns-list {
  display: grid;
}
.c-sns-list a {
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-sns-list {
    row-gap: 30px;
  }
  .c-sns-list a {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .c-sns-list a:hover {
    text-decoration: underline;
  }
  .c-sns-list .icon {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-sns-list {
    row-gap: 20px;
  }
  .c-sns-list a {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .c-sns-list a:hover {
    text-decoration: underline;
  }
  .c-sns-list .icon {
    width: 30px;
  }
}

.c-button {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  background: #fff;
  border-radius: 100px;
  -moz-column-gap: 6px;
       column-gap: 6px;
  border: solid 1px #aaa;
  position: relative;
}
.c-button .text {
  color: #222;
}
.c-button .bi {
  position: absolute;
  right: 0;
  top: 50%;
  color: #aaa;
  transform: translateY(-50%);
}
.c-button.mail {
  background: #fff300;
}
.c-button.mail .bi-envelope {
  color: #222;
  position: relative;
  top: auto;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .c-button {
    height: 60px;
    min-width: 300px;
  }
  .c-button:hover {
    background: #fff300;
  }
  .c-button:hover .bi {
    color: #222;
  }
  .c-button .bi {
    right: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    height: 50px;
    min-width: 200px;
  }
  .c-button .bi {
    right: 10px;
    font-size: 20px;
  }
}

.button-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff300;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .button-mail {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.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: #222;
}
@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: #fff300;
}
@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 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-visual-title {
  line-height: 1.2;
}
.sub-visual .inline-box {
  position: relative;
}
.sub-visual .inline-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff300;
}
.sub-visual .inline-box .inline {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .sub-visual-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43%;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
  }
  .sub-visual-title .inline-box {
    font-size: 35px;
    padding-bottom: 10px;
  }
  .sub-visual-title .inline-box:before {
    height: 20px;
  }
  .sub-visual-img {
    width: 57%;
  }
}
@media screen and (max-width: 767px) {
  .sub-visual-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
  }
  .sub-visual-title .inline-box {
    font-size: 15px;
    padding-bottom: 5px;
  }
  .sub-visual-title .inline-box:before {
    height: 6px;
  }
  .sub-visual-img {
    width: 50%;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

.c-title {
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.c-title .inline-box {
  position: relative;
  padding-bottom: 5px;
  padding: 0 5px;
}
.c-title .inline-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff300;
}
.c-title .inline-box .inline {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .c-title .inline-box:before {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .c-title .inline-box:before {
    height: 10px;
  }
}

.accent-title {
  position: relative;
}
.accent-title .sub {
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  color: #f4f4f4;
  font-weight: 700;
}
.accent-title .main {
  display: block;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
.accent-title .main:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff300;
  border-radius: 3px;
}
.accent-title.text-c .sub {
  left: 50%;
  transform: translateX(-50%);
}
.accent-title.text-c .main {
  display: inline-block;
}
.accent-title.title-purple .main:before {
  background: #662843;
}
.accent-title.title-pink .main:before {
  background: #f7dcdb;
}
.accent-title.title-gray .main:before {
  background: #f4f4f4;
}
.accent-title.title-blue .main:before {
  background: #312f90;
}
.accent-title.title-turquoise .main:before {
  background: #47dfcf;
}
@media screen and (min-width: 768px) {
  .accent-title {
    padding-top: 50px;
    margin-bottom: 25px;
  }
  .accent-title .sub {
    font-size: 70px;
  }
  .accent-title .main {
    font-size: 28px;
    padding-left: 30px;
  }
  .accent-title .main:before {
    top: 14px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .accent-title {
    padding-top: 30px;
    margin-bottom: 25px;
  }
  .accent-title .sub {
    display: block;
    width: 100%;
    font-size: 40px;
  }
  .accent-title .main {
    font-size: 22px;
    padding-left: 25px;
  }
  .accent-title .main:before {
    top: 12px;
    width: 14px;
    height: 14px;
  }
}

.title01 {
  color: #fff;
  background: #fff300;
  color: #222;
}
.title01.bg-pink {
  color: #222;
  background: #f7dcdb;
}
.title01.bg-purple {
  color: #fff;
  background: #662843;
}
.title01.bg-white {
  color: #222;
  background: #fff;
}
.title01.bg-turquoise {
  color: #fff;
  background: #47dfcf;
}
.title01.bg-blue {
  color: #fff;
  background: #312f90;
}
@media screen and (min-width: 768px) {
  .title01 {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .title01 {
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.title02 {
  border-bottom: 2px solid #aaa;
}
@media screen and (min-width: 768px) {
  .title02 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .title02 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
}

.title03 {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .title03 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .title03 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

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

/*top-links
=========================================================*/
.top-links-item a {
  position: relative;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  line-height: 1.2;
}
.top-links .bg-car-cheer {
  background: url(../img/top/top-link-img01.jpg) no-repeat center/cover;
}
.top-links .bg-piano {
  background: url(../img/top/top-link-img02.jpg) no-repeat center/cover;
}
.top-links .bg-food {
  background: url(../img/top/top-link-img03.jpg) no-repeat center/cover;
}
.top-links .bg-dog {
  background: url(../img/top/top-link-img04.jpg) no-repeat center/cover;
}
.top-links .bi {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  bottom: 10px;
  background: #fff;
  border-radius: 50%;
  color: #222;
}
@media screen and (min-width: 768px) {
  .top-links {
    width: calc(100% - 120px);
    margin: 0 auto;
    padding: 30px 0;
  }
  .top-links-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 285px);
  }
  .top-links-item:hover {
    opacity: 0.85;
  }
  .top-links-item:nth-of-type(1) {
    border-radius: 10px 0 0 10px;
  }
  .top-links-item:last-child {
    border-radius: 0 10px 10px 0;
  }
  .top-links-item a {
    font-size: 24px;
  }
  .top-links-item .bi {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-links {
    margin: 0 auto;
    padding: 30px 5%;
    box-sizing: border-box;
  }
  .top-links-list {
    border-radius: 8px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 150px);
  }
  .top-links-item a {
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
  }
  .top-links-item-title {
    line-height: 1.2;
  }
  .top-links-item .bi {
    width: 20px;
    height: 20px;
    font-size: 16px;
  }
}

/*top-about
=========================================================*/
@media screen and (min-width: 768px) {
  .top-about {
    padding: 60px 0;
  }
  .top-about .widebox {
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .top-about-contents {
    order: 2;
    width: calc(100% - 640px);
  }
  .top-about-img {
    width: 600px;
  }
  .top-about-text {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .top-about .c-list {
    border: solid 1px #aaa;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    font-size: 20px;
    padding: 15px;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .top-about .c-button-container {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 60px 0;
  }
  .top-about .widebox {
    display: flex;
    row-gap: 25px;
    flex-direction: column;
  }
  .top-about-contents {
    order: 2;
  }
  .top-about-img {
    text-align: center;
  }
  .top-about-text {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .top-about .c-list {
    border: solid 1px #aaa;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    font-size: 16px;
    padding: 15px;
    border-radius: 8px;
    box-sizing: border-box;
  }
  .top-about .c-button-container {
    margin-top: 50px;
    text-align: center;
  }
}

/*top-service
=========================================================*/
.top-service-card-figure {
  position: relative;
}
.top-service-card-figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.top-service-card-text {
  position: relative;
}
.top-service-card-text .bi {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: solid 1px #aaa;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .top-service .largebox {
    background: #f4f4f4 url(../img/top/top-service-bg.png) no-repeat left center;
    width: calc(100% - 120px);
    margin: 0 auto;
    border-radius: 80px;
    padding: 100px 0;
    min-width: 1280px;
  }
  .top-service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
  .top-service-card:hover {
    opacity: 0.85;
  }
  .top-service-card-figcaption {
    font-size: 24px;
  }
  .top-service-card-text p {
    padding-right: 80px;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .top-service-card-text .bi {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .top-service .largebox {
    background: #f4f4f4 url(../img/top/top-service-bg.png) no-repeat left top 50px/50px;
    margin: 0 auto;
    border-radius: 40px;
    padding: 50px 3%;
    box-sizing: border-box;
  }
  .top-service-list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .top-service-card-figcaption {
    font-size: 20px;
  }
  .top-service-card-text p {
    padding-right: 60px;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .top-service-card-text .bi {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

/*top-column
=========================================================*/
.top-column-head {
  display: grid;
  align-items: flex-end;
}
.top-column .c-title {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.top-column-list {
  line-height: 1.5;
}
.top-column-list-item .post-date {
  display: block;
}
.top-column-list-item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #aaa;
}
.top-column-list a {
  color: #222;
}
@media screen and (min-width: 768px) {
  .top-column {
    padding: 100px 0;
  }
  .top-column-head {
    margin-bottom: 40px;
    grid-template-columns: 1fr auto;
  }
  .top-column-head .c-title {
    width: 220px;
  }
  .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: 10px;
  }
  .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;
  }
  .top-column-head .c-button {
    display: none;
  }
  .top-column-head .c-title {
    display: block;
  }
  .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-column .c-button-container {
    text-align: center;
    margin-top: 50px;
  }
}

/*top-news
=========================================================*/
.top-news {
  position: relative;
}
.top-news-head {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: 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 #aaa;
}
.top-news-list-item a {
  display: block;
  box-sizing: border-box;
  color: #222;
  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 #aaa;
  border-radius: 50%;
}
.top-news-list-item .post-date {
  color: #222;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 60px 0;
  }
  .top-news:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc((100% - 1080px) / 2);
    height: calc(100% - 120px);
    background: #f4f4f4;
  }
  .top-news .inbox {
    padding: 80px 0;
    display: grid;
    grid-template-columns: 1fr 675px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    position: relative;
    align-items: flex-start;
  }
  .top-news .inbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #f4f4f4;
  }
  .top-news-head {
    row-gap: 30px;
  }
  .top-news-head .c-title {
    width: 150px;
  }
  .top-news-list {
    background: #fff;
    position: relative;
    padding: 30px;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .top-news-list-item a {
    padding: 20px 0;
    grid-template-columns: auto 1fr;
  }
  .top-news-list-item a:hover {
    opacity: 0.85;
  }
  .top-news-list-item-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 40px 0;
  }
  .top-news-head {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 20px;
    align-items: flex-end;
  }
  .top-news-head .c-title {
    display: block;
    margin-bottom: 20px;
  }
  .top-news-head .c-button-container {
    display: none;
  }
  .top-news-list-item a {
    padding: 20px 10px;
    display: block;
    box-sizing: border-box;
    grid-template-columns: auto 1fr;
    color: #222;
  }
  .top-news-list-item-title {
    font-size: 14px;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  .top-news .c-button-container {
    text-align: center;
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .about-thought {
    padding: 100px 0;
  }
  .about-thought .lead-text {
    text-align: center;
    font-size: 18px;
    margin-bottom: 60px;
    font-weight: 700;
  }
  .about-thought-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 80px;
  }
  .about-thought-message .about-thought-container {
    display: grid;
    grid-template-columns: 450px 1fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .about-thought-message .about-thought-container .about-thought-contents {
    order: 2;
  }
  .about-thought-philosophy strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .about-thought {
    padding: 60px 0;
  }
  .about-thought .lead-text {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 700;
  }
  .about-thought-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }
  .about-thought-message .about-thought-container {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }
  .about-thought-message .about-thought-container .about-thought-contents {
    order: 2;
  }
  .about-thought-philosophy {
    text-align: left;
  }
  .about-thought-philosophy strong {
    font-size: 18px;
  }
}

.about-company {
  background: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .about-company {
    padding: 100px 0 0;
  }
  .about-company .c-title {
    margin-bottom: 50px;
  }
  .about-company-container {
    display: grid;
    grid-template-columns: 520px 1fr;
    justify-content: flex-start;
    background: #fff;
    padding: 60px;
    border-radius: 10px;
    box-sizing: border-box;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .about-company .c-table-item {
    grid-template-columns: 170px 1fr;
  }
  .about-company-img {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }
  .about-company .googlemap {
    height: 400px;
    margin-top: 100px;
  }
  .about-company .googlemap iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-company {
    padding: 60px 0 0;
  }
  .about-company .c-title {
    margin-bottom: 35px;
  }
  .about-company-container {
    justify-content: flex-start;
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    box-sizing: border-box;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .about-company .c-table-item {
    grid-template-columns: 120px 1fr;
  }
  .about-company-img {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
    margin-top: 50px;
  }
  .about-company .googlemap {
    height: 250px;
    margin-top: 50px;
  }
  .about-company .googlemap iframe {
    width: 100%;
    height: 100%;
  }
}

.about-lesson video {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .about-lesson {
    padding: 100px 0;
  }
  .about-lesson-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .about-lesson-contents {
    width: 540px;
  }
  .about-lesson-img {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 450px;
  }
  .about-lesson .movie-list {
    width: calc(100% - 540px);
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
  }
  .about-lesson .movie-list-item {
    width: 354px;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) {
  .about-lesson {
    padding: 60px 0;
  }
  .about-lesson-container {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
  .about-lesson-img {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  .about-lesson .movie-list {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  .about-lesson .movie-list-item {
    width: 100%;
    aspect-ratio: 1/1;
  }
}

@media screen and (min-width: 768px) {
  .piano-lesson {
    padding: 0 0 80px;
  }
  .piano-lesson-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
  }
  .piano-lesson-list-card .com-img {
    padding-top: 220px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .piano-lesson-list-card-title {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .piano-lesson-list-card .fee-info {
    margin-top: 20px;
    border-bottom: 1px solid #aaa;
    display: grid;
    align-items: flex-end;
    grid-template-columns: 120px 1fr;
    font-size: 18px;
  }
  .piano-lesson-list-card .fee-info-text {
    font-size: 25px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .piano-lesson {
    padding: 0 0 60px;
  }
  .piano-lesson-list {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }
  .piano-lesson-list-card .com-img {
    aspect-ratio: 17/11;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .piano-lesson-list-card-title {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .piano-lesson-list-card .fee-info {
    margin-top: 20px;
    border-bottom: 1px solid #aaa;
    display: grid;
    align-items: flex-end;
    grid-template-columns: 120px 1fr;
    font-size: 16px;
  }
  .piano-lesson-list-card .fee-info-text {
    font-size: 20px;
    text-align: right;
  }
}

.piano-info {
  background: #f7dcdb;
}
.piano-info-container {
  background: #f4f4f4;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .piano-info {
    padding: 100px 0;
  }
  .piano-info-container {
    padding: 30px;
    border-radius: 10px;
  }
  .piano-info-img {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .piano-info {
    padding: 60px 0;
  }
  .piano-info-container {
    padding: 20px;
    border-radius: 8px;
  }
  .piano-info-text {
    text-align: left;
  }
  .piano-info-img {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}

@media screen and (min-width: 768px) {
  .voice {
    padding: 100px 0;
  }
  .voice .accent-title {
    margin-bottom: 50px;
  }
  .voice-list {
    display: grid;
    gap: 50px 25px;
    grid-template-columns: repeat(3, 1fr);
  }
  .voice-list-item {
    border: solid 2px #f7dcdb;
    padding: 20px 20px 40px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .voice-list-item-heading {
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: flex-start;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .voice-list-item-heading-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 25px;
  }
  .voice-list-item-heading .com-img {
    height: 80px;
    border-radius: 50%;
  }
  .voice-list-item-text {
    border-top: 2px solid #f7dcdb;
    margin-top: 20px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 60px 0;
  }
  .voice .accent-title {
    margin-bottom: 30px;
  }
  .voice-list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .voice-list-item {
    border: solid 2px #f7dcdb;
    padding: 20px 20px 40px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .voice-list-item-heading {
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: flex-start;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .voice-list-item-heading-title {
    font-size: 17px;
    font-weight: 700;
    margin-top: 25px;
  }
  .voice-list-item-heading .com-img {
    height: 80px;
    border-radius: 50%;
  }
  .voice-list-item-text {
    border-top: 2px solid #f7dcdb;
    margin-top: 20px;
    padding-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .cafe-chopin-about {
    padding: 100px 0;
  }
  .cafe-chopin-about-img img {
    width: 80%;
  }
  .cafe-chopin-about .l-contents {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    row-gap: 80px;
  }
  .cafe-chopin-about .l-contents-text {
    background: #f4f4f4;
    padding: 40px;
    box-sizing: border-box;
  }
  .cafe-chopin-about .menu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .cafe-chopin-about .menu-list-card {
    background: #662843;
    border-radius: 10px;
    padding: 20px 20px 35px;
    box-sizing: border-box;
  }
  .cafe-chopin-about .menu-list-card .com-img {
    height: 300px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .cafe-chopin-about .menu-list-card-title {
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .cafe-chopin-about .menu-list-card-text {
    background: #f4f4f4;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    min-height: 200px;
  }
  .cafe-chopin-about .menu-list-card .price {
    color: #fff;
    text-align: right;
    margin-top: 25px;
    line-height: 1.2;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .cafe-chopin-about {
    padding: 60px 0;
  }
  .cafe-chopin-about-img img {
    width: 100%;
  }
  .cafe-chopin-about .l-contents {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }
  .cafe-chopin-about .l-contents-text {
    background: #f4f4f4;
    padding: 25px;
    box-sizing: border-box;
  }
  .cafe-chopin-about .menu-list {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }
  .cafe-chopin-about .menu-list-card {
    background: #662843;
    border-radius: 10px;
    padding: 20px 20px 35px;
    box-sizing: border-box;
  }
  .cafe-chopin-about .menu-list-card .com-img {
    width: 100%;
    aspect-ratio: 49/30;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .cafe-chopin-about .menu-list-card-title {
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .cafe-chopin-about .menu-list-card-text {
    background: #f4f4f4;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    min-height: 100px;
    font-size: 14px;
  }
  .cafe-chopin-about .menu-list-card .price {
    color: #fff;
    text-align: right;
    margin-top: 25px;
    line-height: 1.2;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .cafe-chopin-gallery-list {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .cafe-chopin-gallery-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .cafe-chopin-info {
    padding: 100px 0;
  }
  .cafe-chopin-info-container {
    display: flex;
    flex-direction: column;
    row-gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .cafe-chopin-info {
    padding: 60px 0;
  }
  .cafe-chopin-info-container {
    display: flex;
    flex-direction: column;
    row-gap: 80px;
  }
}

@media screen and (min-width: 768px) {
  .cafe-chopin-access-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .cafe-chopin-access-container .googlemap {
    height: 400px;
  }
  .cafe-chopin-access-container .googlemap iframe {
    border-radius: 5px;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cafe-chopin-access-container {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
  .cafe-chopin-access-container .googlemap {
    height: 250px;
  }
  .cafe-chopin-access-container .googlemap iframe {
    border-radius: 5px;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .about-koinuno-waltz {
    padding: 100px 0;
  }
  .about-koinuno-waltz-container {
    display: grid;
    -moz-column-gap: 60px;
         column-gap: 60px;
    grid-template-columns: 1fr 450px;
  }
}
@media screen and (max-width: 767px) {
  .about-koinuno-waltz {
    padding: 60px 0;
  }
  .about-koinuno-waltz-container {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
}

@media screen and (min-width: 768px) {
  .koinuno-waltz-info-container {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }
  .koinuno-waltz-info-contents {
    display: grid;
    grid-template-columns: 450px 1fr;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .koinuno-waltz-info-textbox {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .koinuno-waltz-info-container {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }
  .koinuno-waltz-info-contents {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }
  .koinuno-waltz-info-textbox {
    order: 2;
  }
}

.koinuno-waltz-price .c-price {
  display: flex;
  flex-direction: column;
}
.koinuno-waltz-price .c-price-list {
  display: flex;
  flex-direction: column;
}
.koinuno-waltz-price .c-price-list-item {
  background: #f4f4f4;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .koinuno-waltz-price {
    padding: 100px 0 60px;
  }
  .koinuno-waltz-price .c-price {
    row-gap: 70px;
  }
  .koinuno-waltz-price .c-price-list {
    row-gap: 30px;
  }
  .koinuno-waltz-price .c-price-list-item {
    padding: 25px;
  }
  .koinuno-waltz-price .c-price-list-info {
    display: grid;
    grid-template-columns: 800px 1fr;
    align-items: flex-end;
  }
  .koinuno-waltz-price .c-price-list-info-fee {
    text-align: right;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .koinuno-waltz-price {
    padding: 60px 0 40px;
  }
  .koinuno-waltz-price .c-price {
    row-gap: 40px;
  }
  .koinuno-waltz-price .c-price-list {
    row-gap: 20px;
  }
  .koinuno-waltz-price .c-price-list-item {
    padding: 20px;
  }
  .koinuno-waltz-price .c-price-list-info-fee {
    text-align: right;
    font-size: 18px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .faq {
    padding: 100px 0;
  }
  .faq .accent-title {
    margin-bottom: 50px;
  }
  .faq-list {
    display: grid;
    row-gap: 50px;
    box-sizing: border-box;
  }
  .faq-list-item {
    border-bottom: 1px solid #aaa;
    padding: 0 0 30px 55px;
    box-sizing: border-box;
  }
  .faq-title {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .faq-title .icon {
    position: absolute;
    left: -55px;
    top: 0;
    width: 40px;
    height: 40px;
    background: #47dfcf;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
  }
  .faq-title .icon.bg-blue {
    background: #312f90;
  }
  .faq-body {
    padding: 25px;
    box-sizing: border-box;
    background: #f4f4f4;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 60px 0;
  }
  .faq .accent-title {
    margin-bottom: 30px;
  }
  .faq-list {
    display: grid;
    row-gap: 40px;
    box-sizing: border-box;
  }
  .faq-list-item {
    border-bottom: 1px solid #aaa;
    padding: 0 0 30px 40px;
    box-sizing: border-box;
  }
  .faq-title {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .faq-title .icon {
    position: absolute;
    left: -40px;
    top: 0;
    width: 30px;
    height: 30px;
    background: #47dfcf;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
  }
  .faq-title .icon.bg-blue {
    background: #312f90;
  }
  .faq-body {
    padding: 15px;
    box-sizing: border-box;
    background: #f4f4f4;
    border-radius: 8px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .welfare-gtb-about {
    padding: 100px 0;
  }
  .welfare-gtb-about .l-contents-card-container {
    display: grid;
    grid-template-columns: 450px 1fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .welfare-gtb-about .l-contents-card-contents {
    order: 2;
  }
  .welfare-gtb-about .l-contents-list {
    margin-top: 50px;
    display: grid;
    text-align: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .welfare-gtb-about .l-contents-list-item {
    border: solid 4px #312f90;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .welfare-gtb-about .l-contents-list-item-text {
    line-height: 1.5;
    font-size: 24px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .welfare-gtb-about {
    padding: 60px 0;
  }
  .welfare-gtb-about .l-contents-card-container {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }
  .welfare-gtb-about .l-contents-card-contents {
    order: 2;
  }
  .welfare-gtb-about .l-contents-list {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    text-align: center;
    row-gap: 20px;
  }
  .welfare-gtb-about .l-contents-list-item {
    border: solid 4px #312f90;
    padding: 15px 30px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .welfare-gtb-about .l-contents-list-item-text {
    line-height: 1.5;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .welfare-gtb-support {
    padding: 80px 0;
  }
  .welfare-gtb-support-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 80px;
  }
  .welfare-gtb-support-info {
    display: grid;
    grid-template-columns: 450px 1fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .welfare-gtb-support-info-container {
    order: 2;
  }
  .welfare-gtb-support .maker-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    gap: 30px;
  }
  .welfare-gtb-support .maker-list-item {
    border-radius: 10px;
    border: solid 1px #312f90;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    box-sizing: border-box;
    font-size: 20px;
  }
  .welfare-gtb-support .maker-list-item a {
    height: 100%;
    padding: 20px 20px 30px;
    display: block;
    box-sizing: border-box;
  }
  .welfare-gtb-support .maker-list-item a:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 767px) {
  .welfare-gtb-support {
    padding: 50px 0;
  }
  .welfare-gtb-support-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 80px;
  }
  .welfare-gtb-support-info {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .welfare-gtb-support-info-container {
    order: 2;
  }
  .welfare-gtb-support .maker-list {
    display: grid;
    text-align: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .welfare-gtb-support .maker-list-item {
    border-radius: 10px;
    border: solid 1px #312f90;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    box-sizing: border-box;
    font-size: 11px;
    letter-spacing: 0;
  }
  .welfare-gtb-support .maker-list-item a {
    height: 100%;
    padding: 20px 15px;
    display: block;
    box-sizing: border-box;
  }
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #aaa;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #222;
  border-bottom: 1px solid #fff300;
}
.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: #222;
}
.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: #222;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #fff300;
  background-color: #fff300;
  border-radius: 5px;
}
@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 .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;
}

/*All Post 
----------------------------------------------------*/
.post-wrp .post-list-item {
  border-bottom: solid #aaa 1px;
}
.post-wrp .post-list-item a {
  color: #222;
  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: #222;
}
.post-wrp .post-list-item .post-title {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .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 .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 #222;
  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 #222;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #222;
  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 #fff300;
}
@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: #fff300;
  font-weight: bold;
}

.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-list > li {
  border-bottom: 1px solid #aaa;
}
.site-map-list > li > a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.1s all ease-in;
  color: #222;
}
.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: #222;
}
@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 #fff300;
  }
  .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 #fff300;
  }
  .site-map-list > li .sitemap-dropdown {
    padding-left: 20px;
  }
  .site-map-list > li .sitemap-dropdown a {
    padding: 15px 0;
  }
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #222;
  font-weight: bold;
  border-bottom: 1px solid #222;
  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-logo {
    width: 150px;
    margin-bottom: 8%;
    left: -6%;
    position: relative;
  }
  .drawer-nav {
    padding: 0 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(34, 34, 34, 0.1);
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #aaa;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    font-family: "aralet-n", sans-serif;
    font-weight: 500;
    padding: 20px 5px;
    color: #222;
    line-height: 1.2;
    position: relative;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item .bi {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #fff300 !important;
    right: 10px !important;
    top: 10px;
    border-radius: 8px;
  }
  /*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: #222 !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;
    row-gap: 30px;
    justify-content: center;
  }
  .drawer-info .l-cta-list {
    display: grid;
    row-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 10px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin-top: 40px;
  }
  .drawer-info .l-cta-item {
    padding-bottom: 15px;
    border-bottom: none;
  }
  .drawer-info .l-cta-item-name {
    margin-bottom: 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    letter-spacing: 0;
    height: 50px;
    margin-bottom: 15px;
    line-height: 1.2;
    border-radius: 5px;
  }
  .drawer-info .l-cta-item-name.bg-pink {
    color: #222;
    background: #f7dcdb;
  }
  .drawer-info .l-cta-item-name.bg-purple {
    color: #fff;
    background: #662843;
  }
  .drawer-info .l-cta-item-name.bg-white {
    color: #222;
    background: #fff;
  }
  .drawer-info .l-cta-item-name.bg-turquoise {
    color: #fff;
    background: #47dfcf;
  }
  .drawer-info .l-cta-item-name.bg-blue {
    color: #fff;
    background: #312f90;
  }
  .drawer-info .l-cta-item a {
    width: auto;
    height: auto;
  }
  .c-button-container {
    margin-top: 30px;
  }
}
.header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-right-info {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header {
    height: 100px;
    padding: 0 60px 0 0;
    display: grid;
    grid-template-columns: 385px 1fr;
  }
  .header-right {
    margin-top: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    justify-content: flex-end;
  }
  .header-right-info {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .header-logo {
    height: 164px;
  }
  .header .nav-list {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .header .nav a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 20px 0 0;
  }
  .header-logo {
    width: 200px;
    position: relative;
    top: -2px;
  }
  .header-right {
    width: 100%;
    z-index: 100;
    left: 0;
    bottom: 0;
    background: #fff;
    box-sizing: border-box;
    padding-right: 50px;
  }
  .header-right-info {
    height: 70px;
    width: 100%;
    -moz-column-gap: 15px;
         column-gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-right-info a {
    display: flex;
    width: 50px;
    height: 50px;
    font-size: 18px;
    justify-content: center;
  }
}

@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;
    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 #aaa;
  }
  .dropdown-item:last-of-type {
    border-bottom: none;
  }
  .dropdown-item a {
    color: #222;
    padding: 15px 0;
    position: relative;
    display: block;
  }
  .dropdown-item a:hover {
    color: #fff300;
  }
  .dropdown-item a .ic-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.l-cta-container {
  background: #f4f4f4;
  box-sizing: border-box;
}
.l-cta-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.l-cta .bi {
  border-radius: 50%;
  background: #fff300;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-cta {
    padding: 80px 0;
  }
  .l-cta-container {
    padding: 30px 100px;
    border-radius: 50px;
  }
  .l-cta-contact {
    height: 140px;
    border-radius: 10px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    box-sizing: border-box;
  }
  .l-cta-contact:hover {
    border: solid 3px #fff300;
  }
  .l-cta-contact-title {
    font-size: 22px;
  }
  .l-cta-contact .bi {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
  .l-cta-list {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .l-cta-item {
    position: relative;
  }
  .l-cta-item:nth-child(4n):before {
    display: none;
  }
  .l-cta-item:last-child:before {
    display: none;
  }
  .l-cta-item:before {
    content: "";
    position: absolute;
    right: -15px;
    bottom: 0;
    width: 1px;
    height: 130px;
    background: #aaa;
  }
  .l-cta-item-name {
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
  }
  .l-cta-item-name small {
    font-size: 18px;
  }
  .l-cta-item-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .l-cta-item-list-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 120px;
    width: 120px;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .l-cta-item-list-item a:hover {
    border: solid 2px #aaa;
  }
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding: 40px 0;
  }
  .l-cta-container {
    padding: 30px 25px;
  }
  .l-cta-contact {
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .l-cta-contact-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .l-cta-contact-box {
    padding-left: 15px;
    box-sizing: border-box;
    width: calc(100% - 40px);
  }
  .l-cta-contact .bi {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .l-cta-contact-text {
    font-size: 13px;
    line-height: 1.5;
  }
  .l-cta-list {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .l-cta-item {
    position: relative;
    border-bottom: 1px solid #aaa;
    padding-bottom: 30px;
  }
  .l-cta-item-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .l-cta-item-name small {
    font-size: 13px;
  }
  .l-cta-item-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .l-cta-item-list-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 60px;
    width: 60px;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .l-cta-item-list-item a img {
    width: 30px;
  }
}

.footer {
  background: #aaaaac;
}
.footer-heading {
  display: grid;
}
.footer-heading-info {
  display: flex;
  flex-direction: column;
}
.footer-nav-list a {
  color: #222;
}
.footer-nav-level01 {
  display: flex;
  flex-direction: column;
}
.footer-nav-level01-item {
  width: 100%;
  position: relative;
}
.footer-nav-level01-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #222;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 80px 0 50px;
  }
  .footer-heading {
    grid-template-columns: 1fr 600px;
  }
  .footer-heading-info {
    row-gap: 50px;
  }
  .footer-nav {
    row-gap: 60px;
  }
  .footer-nav a:hover {
    text-decoration: underline;
  }
  .footer-nav-list {
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    height: 270px;
    display: grid;
    justify-content: flex-end;
    gap: 15px 80px;
  }
  .footer-nav-level01 {
    margin-top: 10px;
    row-gap: 10px;
  }
  .footer-nav-level01-item {
    font-size: 12px;
    padding-left: 17px;
  }
  .footer-nav-level01-item:before {
    width: 10px;
  }
  .footer-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 80px;
    padding-top: 20px;
    border-top: 1px solid #222;
  }
  .footer-sub-nav {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
  }
  .footer-sub-nav a {
    color: #222;
  }
  .footer-sub-nav a:hover {
    text-decoration: underline;
  }
  .footer #copyright {
    font-size: 14px;
  }
  .footer #copyright a {
    color: #222;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 60px 0 30px;
  }
  .footer-heading {
    row-gap: 50px;
  }
  .footer-heading-info {
    row-gap: 30px;
  }
  .footer-logo {
    width: 200px;
  }
  .footer-nav {
    row-gap: 50px;
  }
  .footer-nav-list {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    justify-content: flex-end;
    gap: 30px 20px;
  }
  .footer-nav-level01 {
    margin-top: 10px;
    row-gap: 10px;
  }
  .footer-nav-level01-item {
    font-size: 12px;
    padding-left: 17px;
  }
  .footer-nav-level01-item:before {
    width: 10px;
  }
  .footer-bottom {
    display: grid;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #222;
  }
  .footer-sub-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
  }
  .footer-sub-nav a {
    color: #222;
    font-size: 14px;
  }
  .footer #copyright {
    margin-top: 50px;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
  }
  .footer #copyright a {
    color: #222;
  }
}/*# sourceMappingURL=style.css.map */