@charset "UTF-8";
/*Theme Name: 株式会社koujitsu*/
@import url("https://fonts.googleapis.com/css2?family=Caveat&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@media (min-width: 769px) {
  html {
    font-size: 100%;
    scroll-padding-top: 80px;
  }
  body {
    background: #f7f7f7;
    color: #4d4d4d;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    min-width: 1440px;
    width: 100%;
    line-height: 1.6;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  body .imgleft > div:last-child {
    width: 100%;
    margin-left: 160px;
  }
  body .imgleft > div:last-child p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  body .imgright {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  body .imgright > div:last-child {
    width: 100%;
    margin-right: 160px;
  }
  body .imgright > div:last-child p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  body .inner {
    width: 1000px;
    margin: 0 auto;
  }
  body .inner.wide {
    width: 1280px;
  }
  body .inner.huge {
    width: 1440px;
  }
  body .bg_l_gray {
    background: #efefef;
  }
  body .bg_grade_l_org {
    background: linear-gradient(240deg, #ffe9b0 -10.23%, #fffaec 43.73%);
  }
  body .bg_l_white {
    background: rgba(255, 255, 255, 0.6);
  }
  body .bg_white {
    background: #fff;
  }
  body .main_title {
    margin-bottom: 80px;
  }
  body .main_title span {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.3;
  }
  body .main_title span:after {
    position: absolute;
    content: "";
    bottom: 22px;
    right: -25px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    fill: var(--Linear, linear-gradient(90deg, #fcc63d 0%, #f5951b 100%));
    filter: drop-shadow(0 0 6px rgba(250, 205, 90, 0.6));
  }
  body .main_title.center {
    text-align: center;
  }
  body .main_title.right {
    text-align: right;
  }
  body .main_title.white {
    color: #fff;
  }
  body .main_title.white span {
    color: #facd5a;
  }
  body .main_title.white span:after {
    display: none;
  }
  body .main_title.big {
    font-size: 2.5rem;
  }
  body .sub_title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  body .sub_title span {
    font-weight: bold;
    color: #facd5a;
    margin-right: 10px;
  }
  body .mdl_title {
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin-bottom: 40px;
  }
  body .mdl_title span {
    color: #f5951b;
    font-weight: 600;
  }
  body .org_btn {
    background: #f5951b;
    color: #fff;
    display: block;
    width: 320px;
    padding: 12px 20px;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 30px;
    position: relative;
  }
  body .org_btn:hover {
    background: #fcc63d;
  }
  body .org_btn.arrow:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background: url("images/common/arrow_right.svg") no-repeat;
    background-size: 100%;
    width: 18px;
    height: 12px;
  }
  body .org_btn.grade {
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
  }
  body .org_btn.icon_right img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  body .gray_btn {
    background: #e8e7e6;
    display: block;
    width: 100%;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 25px 20px 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
    transition: color 0.4s ease-out;
  }
  body .gray_btn:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 450px;
    height: 450px;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    border-radius: 50%;
    transform: translate(-100%, -50%);
    transition: transform 0.4s ease-out;
    z-index: -1;
  }
  body .gray_btn:after {
    position: absolute;
    content: "";
    bottom: 20px;
    right: 20px;
    background-color: #facd5a;
    background-image: url("images/common/arrow_right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 13px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: all 0.4s ease-out;
    z-index: 2;
  }
  body .gray_btn span {
    position: relative;
    z-index: 2;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
  }
  body .gray_btn span:after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    width: 40px;
    height: 2px;
    bottom: -35px;
    left: 0;
    transition: background 0.4s ease-out;
  }
  body .gray_btn:hover {
    color: #fff;
  }
  body .gray_btn:hover:before {
    transform: translate(-10px, -50%);
  }
  body .gray_btn:hover:after {
    background-color: transparent;
    border-color: #fff;
  }
  body .gray_btn:hover span:after {
    background: #fff;
  }
  body .grade_btn {
    display: block;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    font-size: 0.875rem;
    width: 130px;
  }
  body .grade_btn:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url("images/common/grade_arrow.svg") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 8px;
  }
  body .grade_btn:hover {
    background: #f5951b;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .link_btn a {
    display: inline-block;
    position: relative;
    padding: 10px 70px 10px 0;
  }
  body .link_btn a:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #facd5a;
    background-image: url("images/common/arrow_right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 13px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: all 0.4s ease-out;
    z-index: 2;
  }
  body .link_btn a:hover {
    color: #f5951b;
  }
  body .link_btn a:hover:after {
    background-color: #f5951b;
  }
  body .btnarea {
    display: flex;
    gap: 25px;
  }
  body .btnarea a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 20px;
    font-size: 1.25rem;
  }
  body .btnarea a.file_btn {
    background: #fffaec;
  }
  body .btnarea a.contact_btn {
    background: #fcc63d;
    color: #fff;
  }
  body .btnarea a.contact_btn.grade_org {
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
  }
  body .btnarea a.contact_btn.grade_org:hover {
    background: #f5951b;
  }
  body .btnarea a:hover {
    background: #f5951b;
    color: #fff;
  }
  body .link_top a {
    display: inline-block;
    position: relative;
    padding-left: 70px;
  }
  body .link_top a:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #facd5a;
    background-image: url("images/common/arrow_left.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 13px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: all 0.4s ease-out;
    z-index: 2;
  }
  body .link_top a:hover {
    color: #f5951b;
  }
  body .link_top a:hover:after {
    background-color: #f5951b;
  }
  body .dec {
    display: flex;
    align-items: center;
    gap: 25px;
  }
  body .cat_list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
  }
  body .cat {
    color: #fff;
    background: #4d4d4d;
    display: block;
    width: max-content;
    text-align: center;
    border-radius: 100px;
    padding: 2px 20px;
    font-size: 0.875rem;
  }
  body .cat.accept {
    background: #facd5a;
  }
  body .cat:hover {
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
  }
  body .category_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px 15px;
    border-bottom: 2px solid #efefef;
    padding-bottom: 20px;
    margin-bottom: 80px;
  }
  body .category_list .active {
    position: relative;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
  }
  body .category_list .active:after {
    position: absolute;
    content: "";
    bottom: -22px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
  }
  body .news_list > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 10px;
  }
  body .news_list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  body .news_list .cat_list {
    max-width: 100px;
  }
  body .news_list .cat_list .cat {
    max-width: 100px;
    min-width: 100px;
    padding: 2px 5px;
  }
  body .news_list .title {
    width: calc(100% - 230px);
  }
  body .news_list .title a {
    display: block;
  }
  body .news_list .title a:hover {
    color: #f5951b;
  }
  body .case_list .imgleft:not(:last-child) {
    margin-bottom: 40px;
  }
  body .case_list .imgleft .thumb {
    display: block;
    max-width: 400px;
    width: 100%;
    position: relative;
  }
  body .case_list .imgleft .thumb:before {
    content: "";
    display: block;
    padding-top: 60%;
  }
  body .case_list .imgleft .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  body .case_list .imgleft > div {
    margin-left: 80px;
  }
  body .case_list .imgleft > div .title a {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    border-bottom: 2px solid #efefef;
    margin-bottom: 20px;
  }
  body .case_list .imgleft > div .title a:hover {
    color: #f5951b;
  }
  body .case_list .imgleft > div .grade_btn {
    margin: 20px 0 20px auto;
  }
  body .case_list .imgleft > div p {
    font-size: 0.875rem;
  }
  body .case_list .imgleft > div div p {
    margin-bottom: 10px;
  }
  body .case_list .imgleft > div div .cat {
    line-height: 1.2;
  }
  body .case_list.logo .thumb {
    background: #fff;
    border-radius: 10px;
  }
  body .case_list.logo .thumb img {
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
  }
  body .column_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 30px;
  }
  body .column_list > li {
    display: flex;
    flex-direction: column;
  }
  body .column_list .thumb {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto 15px;
  }
  body .column_list .thumb:before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  body .column_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  body .column_list .title a {
    display: block;
    color: #333;
    line-height: 1.4;
  }
  body .column_list .title a:hover {
    color: #f5951b;
  }
  body .column_list .dec {
    padding-top: 15px;
    font-size: 0.875rem;
    margin-top: auto;
  }
  body .numb_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
  }
  body .numb_list > li {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 40px 10px;
    line-height: 1.4;
  }
  body .numb_list span {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    color: #facd5a;
  }
  body .numb_list .title {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    margin: 20px auto;
  }
  body .numb_list p {
    text-align: center;
  }
  body .graf li {
    display: flex;
    align-items: stretch;
  }
  body .graf li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .graf li .title {
    width: 26%;
    border-bottom: 2px solid #facd5a;
    padding: 0 10px 10px;
  }
  body .graf li div {
    width: 74%;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 10px;
  }
  body .graf li div a {
    text-decoration: underline;
  }
  body .graf li div a:hover {
    color: #f5951b;
  }
  body .cta {
    background: url("images/common/bg_cta.webp") no-repeat;
    background-size: 100%;
    position: relative;
    padding: 40px;
  }
  body .cta:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.9);
  }
  body .cta .wrap {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
  }
  body .cta h2 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  body .cta .btnarea {
    justify-content: center;
    margin: 40px auto 0;
  }
  body .cta .btnarea a {
    padding: 15px 40px;
    border-radius: 50px;
  }
  body .cta .btnarea .file_btn {
    background: #fff1cf;
    color: #4d4d4d;
  }
  body .cta .btnarea .file_btn:hover {
    background: #f5951b;
    color: #fff;
  }
  body .cta_menu {
    display: flex;
    justify-content: space-between;
  }
  body .cta_menu li {
    width: 50%;
    position: relative;
    overflow: hidden;
  }
  body .cta_menu li:first-child:after {
    background: url("images/common/bg_cta_menu01.webp") no-repeat;
    background-size: cover;
  }
  body .cta_menu li:last-child:after {
    background: url("images/common/bg_cta_menu02.webp") no-repeat;
    background-size: cover;
  }
  body .cta_menu li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    transition: all 0.7s ease-out;
  }
  body .cta_menu li:hover:after {
    transform: scale(1.1);
  }
  body .cta_menu a {
    position: relative;
    z-index: 1;
    height: 400px;
    display: flex;
    flex-direction: column;
    padding: 40px;
  }
  body .cta_menu a::before {
    position: absolute;
    content: "";
    z-index: 3;
    right: 60px;
    bottom: 62.5px;
    width: 18px;
    height: 13px;
    background: #fff;
    -webkit-mask: url("images/common/arrow_right.svg") center/contain no-repeat;
    mask: url("images/common/arrow_right.svg") center/contain no-repeat;
    pointer-events: none;
    transition: background 0.4s ease-out;
  }
  body .cta_menu a::after {
    position: absolute;
    content: "";
    z-index: 2;
    right: 45px;
    bottom: 45px;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    padding: 1px;
    border: none;
    border-radius: 50%;
    background: #fff;
    pointer-events: none;
    transition: transform 0.4s ease-out;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
  }
  body .cta_menu a .main_title {
    transition: 0.7s;
  }
  body .cta_menu a .main_title span {
    transition: 0.7s;
  }
  body .cta_menu a:hover::before {
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
  }
  body .cta_menu a:hover::after {
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
  }
  body .cta_menu a:hover .main_title {
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .cta_menu a:hover .main_title span {
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .cta_menu a:hover p {
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .cta_menu p {
    color: #fff;
    font-size: 0.875rem;
    margin-top: auto;
    transition: 0.7s;
  }
  body .fadeup {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
  }
  body .fadeup.is-show {
    opacity: 1;
    transform: translateY(0);
  }
  body .faq .main_title {
    margin-bottom: 40px;
  }
  body .faq li {
    background: #fff;
    border-radius: 4px;
    padding: 0 10px;
  }
  body .faq li:not(:last-child) {
    margin-bottom: 15px;
  }
  body .faq .accordion {
    cursor: pointer;
    position: relative;
    padding: 12px 5px;
    display: flex;
    align-items: center;
    gap: 25px;
  }
  body .faq .accordion:before, body .faq .accordion:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 22px;
    height: 2px;
    background: #f5951b;
    border-radius: 4px;
    transition: 0.3s;
  }
  body .faq .accordion:before {
    top: 50%;
    transform: translateY(-50%);
  }
  body .faq .accordion:after {
    top: 47%;
    transform: rotate(-90deg);
  }
  body .faq .accordion.open:after {
    transform: rotate(0deg);
  }
  body .faq .accordion .q {
    color: #f5951b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    line-height: 1;
  }
  body .faq .accordion .title {
    display: block;
    width: 90%;
  }
  body .faq .cont {
    display: none;
  }
  body .faq .cont .wrap {
    display: flex;
    align-items: flex-start;
    gap: 26px;
    padding: 15px 5px;
    border-top: 1px solid #efefef;
  }
  body .faq .cont .a {
    color: #fcc63d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    line-height: 1;
  }
  body .faq .cont .txt {
    width: 92%;
    line-height: 1.5;
  }
  body .faq .cont .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 40px;
    background: #fff;
  }
}
@media screen and (min-width: 769px) and (max-width: 1110px) {
  header .h_blc {
    padding: 0 0 0 20px;
  }
}
@media (min-width: 769px) {
  header .logo a {
    display: block;
    width: 110px;
  }
  header nav {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1110px) {
  header nav {
    gap: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 860px) {
  header nav {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 10px;
  }
}
@media (min-width: 769px) {
  header nav .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1110px) {
  header nav .nav {
    gap: 15px;
  }
}
@media (min-width: 769px) {
  header nav .nav > li {
    position: relative;
  }
  header nav .nav > li:hover .sub_menu {
    display: block;
  }
  header nav .nav > li > a {
    display: block;
    position: relative;
    padding: 25px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1110px) {
  header nav .nav > li > a {
    font-size: 0.9rem;
  }
}
@media (min-width: 769px) {
  header nav .nav > li > a:hover:after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    width: 80%;
    height: 2px;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header nav .nav > li > a span {
    position: relative;
    padding-right: 10px;
  }
  header nav .nav > li > a span:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: 3px solid #ffdf85;
    border-right: 3px solid #ffdf85;
    transform: rotate(45deg);
    position: absolute;
    top: 20%;
    right: -10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1110px) {
  header nav .nav > li > a span:after {
    right: -5px;
  }
}
@media (min-width: 769px) {
  header nav .mega_menu {
    cursor: pointer;
  }
  header nav .mega_menu:hover .mega_wrap {
    opacity: 1;
    visibility: visible;
  }
  header nav .mega_wrap {
    position: absolute;
    top: 100%;
    left: 30%;
    transform: translateX(-30%);
    max-width: 1100px;
    width: max-content;
    max-height: calc(100dvh - 100px);
    overflow-y: auto;
    overscroll-behavior: contain;
    background: linear-gradient(240deg, #ffe9b0 -10.23%, #fffaec 43.73%);
    border-radius: 10px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
  }
}
@media screen and (min-width: 769px) and (max-width: 1110px) {
  header nav .mega_wrap {
    padding: 20px;
    max-width: 820px;
  }
}
@media screen and (min-width: 769px) and (max-width: 860px) {
  header nav .mega_wrap {
    max-width: 600px;
    left: 50%;
    transform: translateX(-50%);
    gap: 20px;
    max-height: calc(100dvh - 180px);
  }
}
@media (min-width: 769px) {
  header nav .mega_wrap > span {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff2cf;
    font-family: "Poppins", sans-serif;
    font-size: 6.25rem;
    font-weight: 500;
    line-height: 0.85;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1110px) {
  header nav .mega_wrap > span {
    font-size: 4.5rem;
  }
}
@media (min-width: 769px) {
  header nav .mega_col {
    min-width: 240px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1110px) {
  header nav .mega_col {
    min-width: 180px;
  }
}
@media screen and (min-width: 769px) and (max-width: 860px) {
  header nav .mega_col {
    min-width: 160px;
  }
}
@media (min-width: 769px) {
  header nav .mega_col p a {
    position: relative;
    display: flex;
    align-items: center;
    color: #f5951b;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #efefef;
  }
}
@media screen and (min-width: 769px) and (max-width: 1110px) {
  header nav .mega_col p a {
    font-size: 0.9rem;
  }
}
@media (min-width: 769px) {
  header nav .mega_col p a:hover {
    color: #fcc63d;
  }
  header nav .mega_col ul a {
    display: block;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 769px) and (max-width: 1110px) {
  header nav .mega_col ul a {
    font-size: 0.8rem;
  }
}
@media (min-width: 769px) {
  header nav .mega_col ul a:hover {
    color: #f5951b;
  }
  header nav .mega_col .blc {
    display: flex;
    gap: 20px;
  }
  header nav .mega_col .blc ul {
    min-width: 240px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1110px) {
  header nav .mega_col .blc ul {
    min-width: 200px;
  }
}
@media screen and (min-width: 769px) and (max-width: 860px) {
  header nav .mega_col .blc ul {
    min-width: 160px;
  }
}
@media (min-width: 769px) {
  header nav .btnarea {
    gap: 0;
  }
  header nav .btnarea a {
    width: 160px;
    height: 80px;
    flex-direction: column;
    gap: 5px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1110px) {
  header nav .btnarea a {
    width: 100px;
    padding: 8px 5px;
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 860px) {
  header nav .btnarea a {
    height: 60px;
  }
}
@media (min-width: 769px) {
  main .breadcrumbs {
    font-size: 0.75rem;
    font-weight: 300;
    text-align: right;
    font-family: "Poppins", sans-serif;
    color: #333;
  }
  main .breadcrumbs > span {
    position: relative;
  }
  main .breadcrumbs > span:not(:last-child) {
    margin-right: 20px;
  }
  main .breadcrumbs > span:not(:last-child):after {
    position: absolute;
    content: "";
    background: url("images/common/icon_arrow.svg") no-repeat;
    background-size: 100%;
    right: -17px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
  }
  main .breadcrumbs a {
    text-decoration: underline;
  }
  main .breadcrumbs a:hover {
    color: #fcc63d;
  }
  main.top .catch {
    position: relative;
    overflow: hidden;
    height: 800px;
    margin: 0 auto 80px;
  }
  main.top .catch > img {
    display: block;
    width: 100%;
    max-height: 800px;
    object-fit: cover;
  }
  main.top .catch .inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    max-width: 1600px;
    width: 100%;
    height: 100%;
  }
  main.top .catch .copy {
    position: absolute;
    z-index: 1;
    top: 65%;
    transform: translateY(-65%);
    left: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 860px) {
  main.top .catch .copy {
    top: 80%;
    transform: translateY(-80%);
  }
}
@media (min-width: 769px) {
  main.top .catch .copy strong {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    display: block;
    font-size: 5rem;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.25);
    letter-spacing: 8px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  main.top .catch .copy p {
    font-size: 1.25rem;
    letter-spacing: 1px;
    line-height: 2;
    margin-bottom: 80px;
  }
  main.top .catch .copy .org_btn {
    width: 315px;
    padding: 12px;
  }
  main.top .catch .copy .org_btn.white {
    background: #fff;
    color: #4d4d4d;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #fcc63d 0%, #f5951b 100%) border-box;
    white-space: nowrap;
  }
  main.top .catch .copy .org_btn.white:hover {
    color: #f5951b;
  }
  main.top .catch .copy .org_btn img {
    width: 25px;
  }
  main.top .catch .koujitsu-motion {
    position: absolute;
    z-index: 0;
    right: max(40px, 100% - 100vw + 40px);
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
  }
  main.top .catch .koujitsu-motion .koujitsu-motion__circle,
  main.top .catch .koujitsu-motion .koujitsu-motion__final {
    display: block;
    pointer-events: none;
    position: absolute;
    transition: inherit;
  }
  main.top .catch .koujitsu-motion .koujitsu-motion__circle {
    height: auto;
    left: 0;
    opacity: 0;
    top: 0;
    transform-origin: 50% 50%;
    will-change: transform, width, opacity;
  }
  main.top .catch .koujitsu-motion .koujitsu-motion__final {
    height: 100%;
    inset: 0;
    opacity: 0;
    transition: opacity 480ms ease-in-out;
    width: 100%;
  }
  main.top .catch .koujitsu-motion.is-finished .koujitsu-motion__final {
    opacity: 1;
  }
  main.top section {
    padding-bottom: 160px;
  }
  main.top .topics {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    padding: 80px 0;
  }
  main.top .topics .column_list {
    width: 960px;
  }
  main.top .topics .column_list li {
    background: #fff;
    border-radius: 10px;
  }
  main.top .topics .column_list .thumb {
    margin: 0;
  }
  main.top .topics .column_list .thumb img {
    border-radius: 10px 10px 0 0;
  }
  main.top .topics .column_list .title a {
    padding: 30px 10px;
  }
  main.top .about {
    position: relative;
    padding: 100px 0 60px;
  }
  main.top .about .blc {
    position: relative;
    display: flex;
    gap: 240px;
    margin-bottom: 350px;
  }
  main.top .about .blc h3 {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  main.top .about .blc h3 div {
    font-size: 3.5rem;
  }
  main.top .about .blc h3 div em {
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main.top .about .blc h3 div span {
    font-size: 3rem;
  }
  main.top .about .blc p {
    font-size: 0.875rem;
    line-height: 2.4;
  }
  main.top .about .blc p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.top .about .blc p span {
    color: #f5951b;
    font-weight: 500;
  }
  main.top .about .blc .link_btn {
    text-align: right;
  }
  main.top .about .blc strong {
    position: absolute;
    top: 60px;
    right: -50px;
    z-index: -1;
    display: block;
    font-family: "Caveat", cursive;
    color: #fff;
    font-size: 12.5rem;
    transform: rotate(-11deg);
  }
  main.top .about .pic {
    position: absolute;
    top: 480px;
    left: 0;
    right: 0;
    z-index: -1;
  }
  main.top .about .pic img {
    border-radius: 10px;
  }
  main.top .about .pic li:first-child {
    top: 0;
    left: 0;
    max-width: 360px;
  }
  main.top .about .pic li:last-child {
    position: absolute;
    top: 500px;
    right: 280px;
    max-width: 240px;
  }
  main.top .about .pic > img {
    position: absolute;
    top: 250px;
    right: 0;
    max-width: 240px;
  }
  main.top .about .ribbon {
    position: absolute;
    top: 310px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -2;
    max-width: 2000px;
    width: 100%;
  }
  main.top .about .txt {
    position: relative;
    z-index: -3;
    width: 100%;
    overflow: hidden;
  }
  main.top .about .txt::before {
    content: attr(data-text) " " attr(data-text) " " attr(data-text) " " attr(data-text) " " attr(data-text) " " attr(data-text) " " attr(data-text) " " attr(data-text) " ";
    display: block;
    width: max-content;
    color: #f1f1f1;
    font-family: "Poppins", sans-serif;
    font-size: 12.5rem;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
    animation: txt-loop 60s linear infinite;
    will-change: transform;
  }
  @keyframes txt-loop {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  main.top .case .link_btn {
    text-align: right;
    margin-top: 40px;
  }
  main.top .cta_menu.top {
    padding-bottom: 160px;
  }
  main.top .cta_menu.top li:first-child {
    border-radius: 20px 0 0 20px;
  }
  main.top .cta_menu.top li:first-child:after {
    background: url("images/common/bg_cta_menu03.webp") no-repeat;
    background-size: cover;
  }
  main.top .cta_menu.top li:last-child {
    border-radius: 0 20px 20px 0;
  }
  main.top .cta_menu.top li:last-child:after {
    background: url("images/common/bg_cta_menu04.webp") no-repeat;
    background-size: cover;
  }
  main.top .cta_menu.top li a {
    height: 220px;
    padding: 20px;
  }
  main.top .cta_menu.top li a:before {
    right: 35px;
    bottom: 38px;
  }
  main.top .cta_menu.top li a:after {
    bottom: 20px;
    right: 20px;
  }
  main.top .cta_menu.top li .main_title {
    font-size: 0.875rem;
    margin-bottom: 40px;
  }
  main.top .cta_menu.top li .main_title span {
    font-size: 2rem;
  }
  main.top .reason {
    padding: 80px 0;
    margin-bottom: 160px;
  }
  main.top .reason .main_title {
    margin-bottom: 20px;
  }
  main.top .reason ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 20px;
  }
  main.top .reason ul li {
    padding: 35px 20px;
  }
  main.top .reason ul li:not(:nth-child(3n)) {
    border-right: 2px solid #f5f5f5;
  }
  main.top .reason ul li:first-child, main.top .reason ul li:nth-child(2), main.top .reason ul li:nth-child(3) {
    border-bottom: 2px solid #f5f5f5;
  }
  main.top .reason ul img {
    display: block;
    margin: 0 auto 30px;
  }
  main.top .reason ul h3 {
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main.top .reason ul p {
    font-size: 0.875rem;
  }
  main.top .support {
    position: relative;
    z-index: 1;
    background: #facd5a;
    border-radius: 30px;
    padding: 20px 40px 40px;
  }
  main.top .support h2 {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 500;
  }
  main.top .support h2:after {
    position: absolute;
    content: "";
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background: #facd5a;
    border-radius: 0 0 100px 100px;
    width: 650px;
    height: 70px;
  }
  main.top .support h2 span {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
  }
  main.top .support div {
    background: #fff;
    border-radius: 20px;
    padding: 65px 0 30px;
  }
  main.top .service {
    padding: 300px 0;
  }
  main.top .service:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: -300px;
    left: -200px;
    background: url("images/top/deco_service.webp") no-repeat;
    background-size: cover;
    width: 1350px;
    height: 1320px;
  }
  main.top .service .cta_menu li {
    width: 24%;
    border-radius: 10px;
  }
  main.top .service .cta_menu li:first-child:after {
    background: url("images/top/img_service01.webp") no-repeat;
    background-size: cover;
  }
  main.top .service .cta_menu li:nth-child(2):after {
    background: url("images/top/img_service02.webp") no-repeat;
    background-size: cover;
  }
  main.top .service .cta_menu li:nth-child(3):after {
    background: url("images/top/img_service03.webp") no-repeat;
    background-size: cover;
  }
  main.top .service .cta_menu li:last-child:after {
    background: url("images/top/img_service04.webp") no-repeat;
    background-size: cover;
  }
  main.top .service .cta_menu a {
    padding: 15px;
  }
  main.top .service .cta_menu a:before {
    bottom: 32px;
    right: 30px;
  }
  main.top .service .cta_menu a:after {
    bottom: 15px;
    right: 15px;
  }
  main.top .service .cta_menu a:hover .main_title:after {
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
  }
  main.top .service .cta_menu .main_title {
    position: relative;
    font-size: 0.75rem;
    margin: auto 0 60px;
  }
  main.top .service .cta_menu .main_title:after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    background: #fff;
    width: 40px;
    height: 1.6px;
  }
  main.top .service .cta_menu .main_title span {
    color: #fff;
    font-size: 2rem;
    font-weight: normal;
  }
  main.top .service .cta_menu p {
    margin-top: 0;
  }
  main.top .news {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 70px;
  }
  main.top .news .news_list {
    width: 1000px;
    padding-top: 20px;
  }
  main.top .news .link_btn {
    position: absolute;
    left: 0;
    top: 170px;
  }
  main.top .seminar,
  main.top .column {
    position: relative;
  }
  main.top .seminar .main_title,
  main.top .column .main_title {
    margin-bottom: 40px;
  }
  main.top .seminar .link_btn,
  main.top .column .link_btn {
    position: absolute;
    top: 60px;
    right: 0;
  }
  main.sub .catch {
    position: relative;
    overflow: hidden;
    max-width: 1920px;
  }
  main.sub .catch.sub {
    padding: 160px 0 60px;
    margin: 0 auto 30px;
    border-bottom: 2px solid #efefef;
  }
  main.sub .catch.sub img {
    position: absolute;
    top: 40px;
    left: -40px;
    z-index: -1;
  }
  main.sub .catch.sub .page_title {
    padding-left: 160px;
    font-weight: 500;
  }
  main.sub .catch.sub .page_title span {
    font-family: "Poppins", sans-serif;
    font-size: 4rem;
    text-transform: capitalize;
    margin-right: 25px;
  }
  main.sub .catch.service {
    padding-top: 80px;
  }
  main.sub .catch.service > img {
    width: 100%;
  }
  main.sub .catch.service .copy {
    position: absolute;
    top: 70%;
    transform: translateY(-70%);
    left: 40px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1200px;
    max-height: 500px;
    height: 100%;
  }
  main.sub .catch.service .copy .page_title {
    display: inline-block;
    font-family: "Zen Old Mincho", serif;
    font-size: 4.5rem;
    line-height: 1.2;
    font-weight: 600;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    padding: 0 5px;
    color: #fff;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.25);
  }
  main.sub .catch.service .copy div {
    margin-top: auto;
    margin-bottom: 40px;
  }
  main.sub .catch.service .copy div p {
    font-size: 1.25rem;
    background: #fff;
    padding: 0 5px;
    letter-spacing: 1px;
    display: inline-block;
  }
  main.sub .catch.service .copy div p:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .catch.service .copy .btnarea {
    margin-top: auto;
  }
  main.sub .catch.service .copy .btnarea .org_btn {
    width: 315px;
    padding: 12px;
  }
  main.sub .catch.service .copy .btnarea .org_btn.white {
    background: #fff;
    color: #4d4d4d;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #fcc63d 0%, #f5951b 100%) border-box;
    white-space: nowrap;
  }
  main.sub .catch.service .copy .btnarea .org_btn.white:hover {
    color: #f5951b;
  }
  main.sub .catch.service .copy .btnarea .org_btn img {
    width: 25px;
  }
  main.sub .catch.service .deco_txt {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: "Poppins", sans-serif;
    font-size: 6.25rem;
    line-height: 0.9;
    color: #fff;
    text-align: right;
    letter-spacing: 5px;
    opacity: 0.4;
    filter: blur(3px);
  }
  main.sub .catch.food-service {
    padding-top: 80px;
  }
  main.sub .catch.food-service > img {
    width: 100%;
  }
  main.sub .catch.food-service .copy {
    position: absolute;
    top: 65%;
    transform: translateY(-65%);
    left: 60px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1200px;
  }
  main.sub .catch.food-service .copy .page_title {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    margin-bottom: 40px;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.25);
  }
  main.sub .catch.food-service .copy .page_title span {
    position: relative;
    display: block;
    text-align: center;
    width: 100px;
    padding: 5px;
    font-size: 2rem;
    line-height: 1;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
  main.sub .catch.food-service .copy .page_title span::before {
    position: absolute;
    content: "";
    z-index: -1;
    inset: 0;
    box-sizing: border-box;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #fcc63d 0%, #f5951b 100%) border-box;
  }
  main.sub .catch.food-service .copy .page_title strong {
    display: block;
    font-size: 4.5rem;
    line-height: 1;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    padding: 0 10px 10px;
    color: #fff;
  }
  main.sub .catch.food-service .copy div {
    margin-bottom: 80px;
  }
  main.sub .catch.food-service .copy div p {
    font-size: 1.25rem;
    background: #fff;
    padding: 0 5px;
    letter-spacing: 1px;
    display: inline-block;
  }
  main.sub .catch.food-service .copy div p:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .catch.food-service .copy .btnarea .org_btn {
    width: 315px;
    padding: 12px;
  }
  main.sub .catch.food-service .copy .btnarea .org_btn.white {
    background: #fff;
    color: #4d4d4d;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #fcc63d 0%, #f5951b 100%) border-box;
    white-space: nowrap;
  }
  main.sub .catch.food-service .copy .btnarea .org_btn.white:hover {
    color: #f5951b;
  }
  main.sub .catch.food-service .copy .btnarea .org_btn.grade {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    padding: 11px;
  }
  main.sub .sec {
    padding: 80px 0 100px;
  }
  main.sub .sec.thick {
    padding: 160px 0;
  }
  main.sub .service .nayami {
    padding: 100px 0 160px;
  }
  main.sub .service .solve {
    padding: 100px 0;
    position: relative;
  }
  main.sub .service .solve .balloon {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    width: 160px;
    height: 160px;
    background: #facd5a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main.sub .service .solve .balloon:before {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 12px;
    background: #facd5a;
    border-radius: 20px;
  }
  main.sub .service .solve .balloon:after {
    position: absolute;
    content: "";
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #facd5a;
    border-radius: 50%;
  }
  main.sub .service .solve .lead {
    line-height: 1.8;
    text-align: center;
    margin-bottom: 40px;
  }
  main.sub .service .solve ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
  main.sub .service .solve ul > li {
    background: #fff;
    border-radius: 10px;
    padding: 20px 15px 40px;
    line-height: 1.4;
  }
  main.sub .service .solve ul .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fffaec;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
  }
  main.sub .service .solve ul .title {
    font-size: 1.15rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
  }
  main.sub .service .solve ul p {
    text-align: center;
  }
  main.sub .service .solve ul.three {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  main.sub .service .solve ul.three > li {
    width: 24%;
  }
  main.sub .service .case .case_list {
    margin-bottom: 40px;
  }
  main.sub .service .case .link_btn {
    text-align: right;
  }
  main.sub .service .comparison .main_title {
    margin-bottom: 40px;
  }
  main.sub .service .comparison table {
    width: 100%;
    font-size: 0.875rem;
  }
  main.sub .service .comparison table tr:nth-child(2) td:first-child {
    border-radius: 10px 0 0 0;
  }
  main.sub .service .comparison table tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
  }
  main.sub .service .comparison table tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
  }
  main.sub .service .comparison table th {
    color: #fff;
    text-align: center;
    background: #6c6c6c;
    padding: 12px;
    font-weight: 600;
    vertical-align: middle;
  }
  main.sub .service .comparison table th:first-child {
    opacity: 0;
  }
  main.sub .service .comparison table th:last-child {
    border-radius: 0 10px 0 0;
  }
  main.sub .service .comparison table th.org {
    font-size: 1.5rem;
    background: #facd5a;
    color: #fff;
    border-radius: 10px 0 0 0;
  }
  main.sub .service .comparison table td {
    background: #fff;
    text-align: center;
    padding: 11px;
    vertical-align: middle;
  }
  main.sub .service .comparison table td:first-child {
    background: #fffaec;
    font-size: 1rem;
  }
  main.sub .service .comparison table td:nth-child(2) {
    position: relative;
  }
  main.sub .service .comparison table td:nth-child(2):after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 10px 0 rgba(250, 205, 90, 0.2);
    pointer-events: none;
  }
  main.sub .service .flow ul {
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 120px;
  }
  main.sub .service .flow ul > li:not(:nth-child(3n)):not(:last-child) .circle:after {
    position: absolute;
    content: "";
    top: 50%;
    right: -120px;
    transform: translateY(-50%);
    border: 40px solid transparent;
    border-left: 30px solid #facd5a;
  }
  main.sub .service .flow ul .circle {
    position: relative;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: #fffaec;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
  }
  main.sub .service .flow ul span {
    position: absolute;
    top: 10px;
    left: 0;
    color: #facd5a;
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
  }
  main.sub .service .flow ul img {
    margin: 0 auto 20px;
  }
  main.sub .service .flow ul p {
    font-size: 0.875rem;
  }
  main.sub .food-service .food .imgright > ul li:first-child {
    max-width: 480px;
    margin: 0 0 40px 40px;
  }
  main.sub .food-service .food .imgright > ul li:last-child {
    max-width: 320px;
  }
  main.sub .food-service .food .imgright > ul li img {
    border-radius: 10px;
  }
  main.sub .food-service .food .imgright .txt {
    width: 620px;
  }
  main.sub .food-service .food .imgright .txt h2 {
    font-family: "Zen Old Mincho", serif;
    font-size: 3rem;
    margin-bottom: 40px;
  }
  main.sub .food-service .food .imgright .txt > p {
    line-height: 2;
    margin-bottom: 40px;
  }
  main.sub .food-service .food .imgright .txt ul {
    display: grid;
    grid-template-columns: repeat(3, 180px);
    gap: 10px;
  }
  main.sub .food-service .food .imgright .txt ul li {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 50%;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #fcc63d 0%, #f5951b 100%) border-box;
    text-align: center;
  }
  main.sub .food-service .food .imgright .txt ul h3 {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 600;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
  main.sub .food-service .course .main_title {
    margin-bottom: 40px;
  }
  main.sub .food-service .course .imgright {
    align-items: stretch;
  }
  main.sub .food-service .course .imgright:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .food-service .course .imgright img {
    max-width: 500px;
  }
  main.sub .food-service .course .imgright > div {
    margin-right: 0;
    padding: 30px 30px 30px 40px;
    background: #fff;
    font-family: "Zen Old Mincho", serif;
  }
  main.sub .food-service .course .imgright h3 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  main.sub .food-service .course .imgright p {
    width: 380px;
    padding: 0 10px;
  }
  main.sub .food-service .course .imgright p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .food-service .course .imgright strong {
    display: block;
    text-align: right;
  }
  main.sub .food-service .course .imgright strong span {
    font-size: 1.5rem;
  }
  main.sub .food-service .restaurant {
    padding: 100px 0 160px;
  }
  main.sub .food-service .restaurant .imgleft {
    margin-bottom: 80px;
  }
  main.sub .food-service .restaurant .imgleft > div {
    margin-left: 80px;
  }
  main.sub .food-service .restaurant .imgleft img {
    max-width: 560px;
    border-radius: 10px;
  }
  main.sub .food-service .restaurant .imgleft h2 {
    font-family: "Zen Old Mincho", serif;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 20px;
  }
  main.sub .food-service .restaurant .imgleft .graf {
    border-top: 2px solid #efefef;
    padding-top: 20px;
    line-height: 1.4;
  }
  main.sub .food-service .restaurant .imgleft .graf .title {
    padding: 0 0 20px;
    border-bottom: 2px solid #efefef;
  }
  main.sub .food-service .restaurant .imgleft .graf div {
    padding: 0 0 20px;
  }
  main.sub .food-service .restaurant iframe {
    display: block;
    width: 100%;
    border-radius: 20px;
  }
  main.sub .food-service .insta {
    width: 1088px;
    margin: 0 auto 160px;
  }
  main.sub .food-service .insta a {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
  }
  main.sub .food-service .reserv {
    position: relative;
    overflow: hidden;
    background: url("images/food-service/bg_reserv.webp") center/cover no-repeat;
    padding: 50px;
    border-radius: 20px;
  }
  main.sub .food-service .reserv::before {
    position: absolute;
    content: "";
    z-index: 1;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    pointer-events: none;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
  }
  main.sub .food-service .reserv h2 {
    font-family: "Zen Old Mincho", serif;
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: 4.8px;
    margin-bottom: 50px;
  }
  main.sub .food-service .reserv .btnarea .org_btn.ml_org {
    background: #fff1cf;
    color: #4d4d4d;
    padding: 14px 20px;
  }
  main.sub .food-service .reserv .btnarea .org_btn.ml_org:hover {
    background: #f5951b;
    color: #fff;
  }
  main.sub .food-service .reserv .btnarea .org_btn.grade {
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding: 11px 20px;
  }
  main.sub .food-service .reserv .btnarea span {
    font-size: 0.875rem;
  }
  main.sub .about .message {
    position: relative;
    padding: 80px 0 320px;
    border-bottom: 2px solid #efefef;
  }
  main.sub .about .message .blc {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 160px;
  }
  main.sub .about .message .blc div {
    width: 720px;
  }
  main.sub .about .message .blc div h3 {
    font-family: "Zen Old Mincho", serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  main.sub .about .message .blc div h3 div {
    font-size: 3.5rem;
  }
  main.sub .about .message .blc div h3 div em {
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main.sub .about .message .blc div h3 div span {
    font-size: 3rem;
  }
  main.sub .about .message .blc div p {
    line-height: 2;
  }
  main.sub .about .message .blc div p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .about .message .blc img {
    display: block;
    border-radius: 20px;
    max-width: 400px;
    margin-top: 230px;
  }
  main.sub .about .message .ribbon {
    position: absolute;
    top: 310px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -2;
    max-width: 1500px;
    width: 100%;
  }
  main.sub .about .culture {
    padding: 80px 0 200px;
  }
  main.sub .about .culture img {
    margin: -100px auto 0;
  }
  main.sub .about .bg {
    position: relative;
    color: #fff;
    padding: 80px 0 160px;
    border-top: 2px solid #efefef;
  }
  main.sub .about .bg.mission {
    background: url("images/about/bg_mission.webp") no-repeat;
    background-size: cover;
  }
  main.sub .about .bg.vision {
    background: url("images/about/bg_vision.webp") no-repeat;
    background-size: cover;
  }
  main.sub .about .bg:after {
    position: absolute;
    content: "";
    width: 500px;
    height: 2px;
    top: -2px;
    left: 0;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
  }
  main.sub .about .bg .inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  main.sub .about .bg h3 {
    font-family: "Zen Old Mincho", serif;
    font-size: 2.25rem;
    font-weight: 600;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main.sub .about .bg .txt {
    width: 600px;
    padding-top: 40px;
  }
  main.sub .about .bg .txt p {
    font-size: 0.875rem;
    line-height: 2;
  }
  main.sub .about .bg .txt p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .about .value ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
  main.sub .about .value ul li {
    position: relative;
    border-radius: 10px;
    padding: 40px 20px 30px;
  }
  main.sub .about .value ul span {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #facd5a;
    line-height: 1;
  }
  main.sub .about .value ul h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main.sub .about .value ul p {
    font-size: 0.875rem;
  }
  main.sub .company .greeting {
    font-size: 0.875rem;
  }
  main.sub .company .greeting .pic > img {
    max-width: 400px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  main.sub .company .greeting .pic span {
    display: block;
    font-size: 1.25rem;
  }
  main.sub .company .greeting .pic a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
  }
  main.sub .company .greeting .pic a:hover {
    color: #f5951b;
  }
  main.sub .company .history {
    padding-bottom: 480px;
  }
  main.sub .company .history .main_title {
    margin-bottom: -40px;
  }
  main.sub .company .history ul {
    position: relative;
    display: flex;
  }
  main.sub .company .history ul::before {
    position: absolute;
    content: "";
    z-index: 0;
    bottom: -50px;
    left: 50%;
    max-width: 1440px;
    width: 100vw;
    height: 2px;
    background: #facd5a;
    transform: translateX(-50%);
  }
  main.sub .company .history ul li {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 260px;
  }
  main.sub .company .history ul li div {
    padding-left: 22px;
    border-left: 1px solid #c0c0c0;
  }
  main.sub .company .history ul li::before {
    position: absolute;
    content: "";
    z-index: 2;
    left: -1px;
    width: 16px;
    height: 16px;
    background: #facd5a;
    border-radius: 50%;
    transform: translateX(-50%);
  }
  main.sub .company .history ul li:nth-child(odd) {
    display: flex;
    align-items: flex-end;
  }
  main.sub .company .history ul li:nth-child(odd)::before {
    bottom: -56px;
  }
  main.sub .company .history ul li:nth-child(even) {
    top: 330px;
  }
  main.sub .company .history ul li:nth-child(even)::before {
    top: -50px;
  }
  main.sub .company .history ul h3 {
    font-family: "Poppins", sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
  }
  main.sub .company .history ul p {
    font-size: 0.875rem;
  }
  main.sub .company .history ul p span {
    display: block;
    color: #f5951b;
    font-weight: 500;
  }
  main.sub .company .book {
    padding: 80px 0;
  }
  main.sub .company .book .inner {
    display: flex;
    align-items: flex-start;
    gap: 80px;
  }
  main.sub .company .book .bg_l_white {
    width: 1010px;
    padding: 40px;
    border-radius: 20px;
  }
  main.sub .company .book .bg_l_white img {
    max-width: 150px;
  }
  main.sub .company .book .bg_l_white .imgleft > div {
    margin-left: 50px;
  }
  main.sub .company .book .bg_l_white .imgleft h3 {
    line-height: 1.2;
    margin-bottom: 30px;
  }
  main.sub .company .book .bg_l_white .imgleft h3 span {
    display: block;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
  main.sub .company .book .bg_l_white .imgleft p {
    line-height: 1.7;
  }
  main.sub .company .book .bg_l_white .imgleft p span {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
  }
  main.sub .company .book .bg_l_white .imgleft .link_btn {
    text-align: right;
  }
  main.sub .company .info {
    border-bottom: 2px solid #efefef;
  }
  main.sub .company .info .main_title {
    margin-bottom: 160px;
  }
  main.sub .company .info .imgright {
    align-items: flex-end;
  }
  main.sub .company .info .imgright > div {
    margin-right: 230px;
  }
  main.sub .company .info .imgright img {
    max-width: 400px;
    border-radius: 10px;
  }
  main.sub .recruit .message .inner {
    padding: 80px 0;
  }
  main.sub .recruit .message .main_title {
    margin-bottom: 0;
  }
  main.sub .recruit .message .txt {
    width: 720px;
    margin-left: auto;
  }
  main.sub .recruit .message .txt p {
    line-height: 2;
  }
  main.sub .recruit .message .txt p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .recruit .message .txt p span {
    font-weight: 500;
    color: #f5951b;
  }
  main.sub .recruit .message .pic {
    position: relative;
  }
  main.sub .recruit .message .pic:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    z-index: 1;
  }
  main.sub .recruit .message .pic img {
    width: 100%;
  }
  main.sub .recruit .style {
    padding: 120px 0 160px;
  }
  main.sub .recruit .style ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  main.sub .recruit .style ul li {
    width: 406px;
    height: 406px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(255, 241, 207, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  main.sub .recruit .style ul span {
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    line-height: 1;
    color: #facd5a;
  }
  main.sub .recruit .style ul h3 {
    font-size: 1.375rem;
    font-weight: bold;
    margin: 30px 0;
  }
  main.sub .recruit .style ul p {
    font-size: 0.875rem;
  }
  main.sub .recruit .guidelines .inner {
    padding: 120px 0 160px;
  }
  main.sub .recruit .guidelines .bg_l_white {
    border-radius: 20px;
    padding: 40px;
  }
  main.sub .recruit .guidelines .bg_l_white:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .recruit .guidelines .bg_l_white h3 {
    position: relative;
    font-size: 2rem;
    border-bottom: 2px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  main.sub .recruit .guidelines .bg_l_white h3:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 160px;
    height: 2px;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
  }
  main.sub .recruit .guidelines .bg_l_white .list li {
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }
  main.sub .recruit .guidelines .bg_l_white .list li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .recruit .guidelines .bg_l_white .list li h4 {
    width: 240px;
    border-radius: 20px;
    background: #ffe9b0;
    font-weight: 500;
    padding: 3px;
    text-align: center;
  }
  main.sub .recruit .guidelines .bg_l_white .list li div {
    max-width: 900px;
  }
  main.sub .recruit .guidelines .bg_l_white .org_btn {
    margin: 40px auto 0;
  }
  main.sub .privacy > p {
    color: #000;
    margin-bottom: 80px;
  }
  main.sub .privacy > ul > li:not(:last-child) {
    margin-bottom: 50px;
  }
  main.sub .privacy > ul > li li {
    text-indent: -1em;
    padding-left: 1em;
  }
  main.sub .privacy > ul > li a {
    text-decoration: underline;
  }
  main.sub .privacy > ul > li a:hover {
    color: #fcc63d;
  }
  main.sub .contact p {
    text-align: center;
    margin-bottom: 80px;
  }
  main.sub .contact p span {
    font-size: 0.875rem;
  }
  main.sub .contact p em {
    color: #f5951b;
  }
  main.sub .thanks h2,
  main.sub .error h2 {
    font-size: 1.25rem;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main.sub .thanks p,
  main.sub .error p {
    text-align: center;
  }
  main.sub .thanks p:not(:last-of-type),
  main.sub .error p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  main.sub .thanks .org_btn,
  main.sub .error .org_btn {
    font-size: 1rem;
    margin: 80px auto 0;
  }
  main.sub .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
  }
  main.sub .pagination span {
    margin: 0 20px;
    display: block;
    color: #f5951b;
    font-weight: bold;
    text-align: center;
  }
  main.sub .pagination a {
    display: block;
    margin: 0 20px;
    text-align: center;
    position: relative;
  }
  main.sub .pagination a.prev, main.sub .pagination a.next {
    width: 48px;
    height: 48px;
  }
  main.sub .pagination a.prev:after, main.sub .pagination a.next:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #facd5a;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 12px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    transition: 0.4s;
  }
  main.sub .pagination a.prev:after {
    background-image: url("images/common/arrow_left.svg");
  }
  main.sub .pagination a.next:after {
    background-image: url("images/common/arrow_right.svg");
  }
  main.sub .pagination a:hover {
    color: #f5951b;
  }
  main.sub .pagination a:hover:after {
    background-color: #f5951b;
  }
  main.sub .single .content {
    margin-bottom: 160px;
  }
  main.sub .single .content time {
    font-size: 0.875rem;
  }
  main.sub .single .content .dec {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
  main.sub .single .content .thumnail {
    margin: 80px auto;
  }
  main.sub .single .content .thumnail img {
    border-radius: 20px;
  }
  main.sub .single .content > p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #f5951b;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content > p img,
  main.sub .single .content > p .wp-video {
    margin: 40px auto;
    display: block;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 40px auto;
    height: auto;
    aspect-ratio: 16/9;
  }
  main.sub .single .content blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 40px 0;
    background: #fff;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    color: #f5951b;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    color: #f5951b;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul:not([class]) {
    padding-left: 60px;
    margin: 30px auto 60px;
  }
  main.sub .single .content ul:not([class]) li {
    position: relative;
  }
  main.sub .single .content ul:not([class]) li:not(:last-child) {
    margin-bottom: 5px;
  }
  main.sub .single .content ul:not([class]) li:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 9px;
    left: -20px;
    background: #333;
    border-radius: 50%;
  }
  main.sub .single .content h1 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 10px 0 30px;
  }
  main.sub .single .content h2 {
    margin: 40px 0;
    font-size: 1.5rem;
    padding: 10px;
    border-top: 2px solid #facd5a;
    border-bottom: 2px solid #facd5a;
  }
  main.sub .single .content h3 {
    font-size: 1.5rem;
    margin: 40px 0;
    padding: 0 15px;
    border-left: 4px solid #facd5a;
  }
  main.sub .single .content h4 {
    font-size: 1.25rem;
    margin: 40px 0;
    color: #f5951b;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 40px 0;
  }
  main.sub .single .content table th {
    background: #fcc63d;
    padding: 10px 15px;
    vertical-align: middle;
    text-align: left;
  }
  main.sub .single .content table td {
    background: #fff;
    padding: 10px 15px;
    vertical-align: middle;
  }
  main.sub .single .content dl {
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }
  main.sub .single .content dl dt {
    background: #fcc63d;
    padding: 10px 15px;
    width: 30%;
    vertical-align: middle;
  }
  main.sub .single .content dl dd {
    width: 70%;
    background: #fff;
    padding: 10px 15px;
    vertical-align: middle;
  }
  main.sub .single .content .org_btn {
    margin: 80px 0 0;
  }
  main.sub .download .imgleft {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 160px;
  }
  main.sub .download .imgleft img {
    max-width: 460px;
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 16/9;
  }
  main.sub .download .imgleft > div {
    margin-left: 40px;
  }
  main.sub .download .imgleft > div .sub_title span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    color: #f5951b;
  }
  main.sub .download .imgleft > div .org_btn {
    margin: 20px 0 0 auto;
  }
  main.sub .download .column_list > li {
    border-radius: 10px;
    background: #fff;
    padding: 10px 10px 20px;
  }
  main.sub .download .column_list .thumb:before {
    padding-top: 56.2%;
  }
  main.sub .download .column_list .title a {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  main.sub .download .column_list .org_btn {
    margin: auto auto 0;
  }
  main.sub .single_download time {
    font-size: 0.875rem;
  }
  main.sub .single_download h1 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 10px 0 80px;
  }
  main.sub .single_download .cont_download {
    width: 560px;
  }
  main.sub .single_download .cont_download img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
  }
  main.sub .single_download .cont_download .thumnail {
    margin-bottom: 10px;
  }
  main.sub .single_download .cont_download .thumnail img {
    border-radius: 20px;
  }
  main.sub .single_download .cont_download .pic_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 40px;
  }
  main.sub .single_download .cont_download .pic_list img {
    border-radius: 10px;
  }
  main.sub .single_download .cont_download .cont {
    margin-bottom: 160px;
  }
  main.sub .single_download .cont_download .cont h2 {
    font-size: 1.5rem;
    margin: 40px 0;
    padding: 0 15px;
    border-left: 4px solid #facd5a;
  }
  main.sub .single_download .cont_download .cont ul:not([class]) {
    padding-left: 40px;
    margin: 30px auto;
  }
  main.sub .single_download .cont_download .cont ul:not([class]) li {
    position: relative;
  }
  main.sub .single_download .cont_download .cont ul:not([class]) li:not(:last-child) {
    margin-bottom: 5px;
  }
  main.sub .single_download .cont_download .cont ul:not([class]) li:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 9px;
    left: -20px;
    background: #333;
    border-radius: 50%;
  }
  main.sub .single_download .cont_download .cont > p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .single_download .cont_download .cont > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #f5951b;
  }
  main.sub .single_download .cont_download .cont > p strong {
    font-weight: bold;
  }
  main.sub .single_download .cont_download .cont > p em {
    font-style: italic;
  }
  main.sub .single_download .form_download {
    width: 640px;
  }
  main.sub .cont_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  main.sub .cont_wrap .single {
    width: 800px;
  }
  main.sub .cont_wrap aside {
    width: 360px;
  }
  main.sub .cont_wrap aside .sec {
    padding: 0;
    margin-bottom: 80px;
  }
  main.sub .cont_wrap aside h2 {
    position: relative;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  main.sub .cont_wrap aside h2:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    width: 100%;
    height: 2px;
  }
  main.sub .cont_wrap aside .imgleft:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .cont_wrap aside .imgleft:first-child span:after {
    content: "1";
  }
  main.sub .cont_wrap aside .imgleft:nth-child(2) span:after {
    content: "2";
  }
  main.sub .cont_wrap aside .imgleft:nth-child(3) span:after {
    content: "3";
  }
  main.sub .cont_wrap aside .imgleft .thumb {
    max-width: 160px;
  }
  main.sub .cont_wrap aside .imgleft .thumb:before {
    padding-top: 56%;
  }
  main.sub .cont_wrap aside .imgleft .thumb span {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #fcc63d;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  main.sub .cont_wrap aside .imgleft > div {
    margin-left: 15px;
  }
  main.sub .cont_wrap aside .imgleft > div .title a {
    font-size: 1rem;
    line-height: 1.5;
    border-bottom: none;
    margin-bottom: 0;
  }
  main.sub .cont_wrap aside .imgleft > div time {
    font-size: 0.75rem;
    color: #848484;
  }
  main.sub .cont_wrap aside .search_form {
    margin-bottom: 20px;
  }
  main.sub .cont_wrap aside .search_form div {
    display: flex;
    border: 1px solid #4d4d4d;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
  }
  main.sub .cont_wrap aside .search_form input[type=text] {
    flex: 1;
    border: none;
    padding: 7px 12px;
    outline: none;
    font-size: 0.875rem;
  }
  main.sub .cont_wrap aside .search_form input[type=text]::placeholder {
    color: #848484;
  }
  main.sub .cont_wrap aside .search_form button[type=submit] {
    background: #4d4d4d;
    border-radius: 0 3px 3px 0;
    border: none;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.7s;
  }
  main.sub .cont_wrap aside .search_form button[type=submit]:hover {
    background: #333;
  }
  main.sub .cont_wrap aside .search_form i {
    color: #fff;
    font-size: 1.2rem;
  }
  main.sub .cont_wrap aside .tags_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  main.sub .cont_wrap aside .tags_list a {
    display: block;
    background: #fff;
    color: #333;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 0.75rem;
  }
  main.sub .cont_wrap aside .tags_list a:hover {
    background: #fffaec;
  }
  footer .subnav {
    padding: 160px 0;
  }
  footer .subnav ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  footer .subnav ul.three {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  footer .link_top {
    margin-bottom: 160px;
  }
  footer .f_blc {
    background: #333;
    color: #fff;
    padding: 60px 0 80px;
  }
  footer .f_blc .inner {
    position: relative;
    min-width: 1320px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  footer .f_blc .f_logo a {
    display: block;
  }
  footer .f_blc .f_right {
    width: 65%;
  }
  footer .f_blc .f_right h3 a {
    display: block;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
  }
  footer .f_blc .f_right h3 a:hover {
    color: #f5951b;
  }
  footer .f_blc .mega_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    color: #fff;
    margin-bottom: 40px;
  }
  footer .f_blc .mega_col p a {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 10px;
  }
  footer .f_blc .mega_col p a:hover {
    color: #fcc63d;
  }
  footer .f_blc .mega_col ul a {
    display: block;
    font-size: 0.875rem;
    line-height: 1.8;
  }
  footer .f_blc .mega_col ul a:hover {
    color: #f5951b;
  }
  footer .f_blc .mega_col .blc {
    display: flex;
    gap: 20px;
  }
  footer .f_blc .f_nav {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
  }
  footer .f_blc .f_nav > li {
    min-width: 150px;
  }
  footer .f_blc .f_nav > li ul {
    font-size: 0.875rem;
  }
  footer .f_blc .f_nav a {
    display: block;
    margin-bottom: 5px;
  }
  footer .f_blc .f_nav a:hover {
    color: #f5951b;
  }
  footer .f_blc .f_subnav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
  }
  footer .f_blc .f_subnav a {
    display: block;
    margin-bottom: 5px;
  }
  footer .f_blc .f_subnav a:hover {
    color: #f5951b;
  }
  footer .f_blc small {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    font-weight: 300;
    font-size: 0.75rem;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-image: url("images/common/arrow_left.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px 15px;
    transform: rotate(90deg);
    background-color: #fcc63d;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 1.5;
    text-align: center;
    transition: 0.7s;
    z-index: 10;
  }
  footer .pagetop:hover {
    cursor: pointer;
    background-color: #f5951b;
  }
  footer .fixbtn {
    display: none !important;
  }
  .smonly {
    display: none;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 87.5%;
    scroll-padding-top: 60px;
  }
  body {
    background: #f7f7f7;
    color: #4d4d4d;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }
  body img {
    height: auto;
  }
  body .imgleft img,
  body .imgright img {
    display: block;
    margin: 0 auto 20px;
  }
  body .imgleft > div p:not(:last-child),
  body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .bg_l_gray {
    background: #efefef;
  }
  body .bg_grade_l_org {
    background: linear-gradient(240deg, #ffe9b0 -10.23%, #fffaec 43.73%);
  }
  body .bg_l_white {
    background: rgba(255, 255, 255, 0.6);
  }
  body .bg_white {
    background: #fff;
  }
  body .main_title {
    margin-bottom: 30px;
  }
  body .main_title span {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
  }
  body .main_title span:after {
    position: absolute;
    content: "";
    bottom: 15px;
    right: -20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    fill: var(--Linear, linear-gradient(90deg, #fcc63d 0%, #f5951b 100%));
    filter: drop-shadow(0 0 6px rgba(250, 205, 90, 0.6));
  }
  body .main_title.center {
    text-align: center;
  }
  body .main_title.white {
    color: #fff;
  }
  body .main_title.white span {
    color: #facd5a;
  }
  body .main_title.white span:after {
    display: none;
  }
  body .main_title.big {
    font-size: 1.6rem;
  }
  body .sub_title {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  body .sub_title span {
    font-weight: bold;
    color: #facd5a;
    margin-right: 5px;
  }
  body .mdl_title {
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  body .mdl_title span {
    color: #f5951b;
    font-weight: 600;
  }
  body .org_btn {
    background: #f5951b;
    color: #fff;
    display: block;
    width: 100%;
    padding: 12px 20px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 30px;
    position: relative;
  }
  body .org_btn:hover {
    background: #fcc63d;
  }
  body .org_btn.arrow:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background: url("images/common/arrow_right.svg") no-repeat;
    background-size: 100%;
    width: 18px;
    height: 12px;
  }
  body .org_btn.grade {
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
  }
  body .org_btn.icon_right img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  body .gray_btn {
    background: #e8e7e6;
    display: block;
    width: 100%;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 10px 20px 30px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: color 0.4s ease-out;
  }
  body .gray_btn:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 105%;
    height: 450px;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    border-radius: 50%;
    transform: translate(-100%, -50%);
    transition: transform 0.4s ease-out;
    z-index: 1;
  }
  body .gray_btn:after {
    position: absolute;
    content: "";
    bottom: 10px;
    right: 10px;
    background-color: #facd5a;
    background-image: url("images/common/arrow_right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 13px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: all 0.4s ease-out;
    z-index: 2;
  }
  body .gray_btn span {
    position: relative;
    z-index: 2;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
  }
  body .gray_btn span:after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    width: 40px;
    height: 2px;
    bottom: -25px;
    left: 0;
    transition: background 0.4s ease-out;
  }
  body .grade_btn {
    display: block;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    width: 100px;
  }
  body .grade_btn:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url("images/common/grade_arrow.svg") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 8px;
  }
  body .link_btn a {
    display: inline-block;
    position: relative;
    padding: 2px 40px 2px 0;
  }
  body .link_btn a:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #facd5a;
    background-image: url("images/common/arrow_right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 13px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: all 0.4s ease-out;
    z-index: 2;
  }
  body .btnarea a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
  }
  body .btnarea a.file_btn {
    background: #fffaec;
  }
  body .btnarea a.contact_btn {
    background: #fcc63d;
    color: #fff;
  }
  body .link_top a {
    display: inline-block;
    position: relative;
    padding-left: 40px;
  }
  body .link_top a:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #facd5a;
    background-image: url("images/common/arrow_left.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 13px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: all 0.4s ease-out;
    z-index: 2;
  }
  body .dec {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  body .dec time {
    min-width: 70px;
  }
  body .cat_list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  body .cat {
    color: #fff;
    background: #4d4d4d;
    display: block;
    text-align: center;
    width: max-content;
    border-radius: 100px;
    padding: 0 10px;
    font-size: 0.8rem;
  }
  body .cat.accept {
    background: #facd5a;
  }
  body .category_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 10px;
    border-bottom: 2px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  body .category_list .active {
    position: relative;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
  }
  body .category_list .active:after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
  }
  body .news_list > li {
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 20px;
  }
  body .news_list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .news_list .title a {
    display: block;
  }
  body .case_list .imgleft {
    position: relative;
    padding-bottom: 30px;
  }
  body .case_list .imgleft:not(:last-child) {
    margin-bottom: 30px;
  }
  body .case_list .imgleft .thumb {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto 10px;
  }
  body .case_list .imgleft .thumb:before {
    content: "";
    display: block;
    padding-top: 60%;
  }
  body .case_list .imgleft .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  body .case_list .imgleft > div .title a {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    border-bottom: 2px solid #efefef;
    margin-bottom: 10px;
  }
  body .case_list .imgleft > div .grade_btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body .case_list .imgleft > div p {
    font-size: 0.8rem;
  }
  body .case_list .imgleft > div div p {
    margin-bottom: 5px;
  }
  body .case_list.logo .thumb {
    background: #fff;
    border-radius: 10px;
  }
  body .case_list.logo .thumb img {
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
  }
  body .column_list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  body .column_list .thumb {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto 10px;
  }
  body .column_list .thumb:before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  body .column_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  body .column_list .title a {
    display: block;
    line-height: 1.4;
  }
  body .column_list .dec {
    padding-top: 10px;
    font-size: 0.8rem;
    margin-top: auto;
  }
  body .numb_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  body .numb_list > li {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 40px 20px 20px;
    line-height: 1.4;
  }
  body .numb_list span {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    color: #facd5a;
  }
  body .numb_list .title {
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    min-height: 5.5em;
  }
  body .numb_list p {
    font-size: 0.8rem;
  }
  body .graf li:not(:last-child) {
    margin-bottom: 10px;
  }
  body .graf li .title {
    padding-bottom: 10px;
    font-weight: 500;
  }
  body .graf li div {
    border-bottom: 2px solid #facd5a;
    padding-bottom: 10px;
  }
  body .graf li div a {
    text-decoration: underline;
  }
  body .cta {
    background: url("images/common/bg_cta.webp") no-repeat;
    background-size: cover;
    background-position: 70% center;
    position: relative;
    padding: 40px 10px;
  }
  body .cta:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.9);
  }
  body .cta .wrap {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
  }
  body .cta h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  body .cta p {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
  body .cta .btnarea a {
    max-width: 300px;
    margin: 0 auto;
    border-radius: 50px;
  }
  body .cta .btnarea .file_btn {
    color: #4d4d4d;
    background: #fff1cf;
    margin-bottom: 20px;
  }
  body .cta_menu li {
    position: relative;
    overflow: hidden;
  }
  body .cta_menu li:first-child:after {
    background: url("images/common/bg_cta_menu01.webp") no-repeat;
    background-size: cover;
  }
  body .cta_menu li:last-child:after {
    background: url("images/common/bg_cta_menu02.webp") no-repeat;
    background-size: cover;
  }
  body .cta_menu li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    transition: all 0.7s ease-out;
  }
  body .cta_menu a {
    position: relative;
    z-index: 1;
    height: 200px;
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  body .cta_menu a:after {
    position: absolute;
    content: "";
    bottom: 20px;
    right: 15px;
    background-image: url("images/common/arrow_right.svg");
    background-color: transparent;
    border-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 8px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: all 0.4s ease-out;
    z-index: 2;
  }
  body .cta_menu p {
    color: #fff;
    font-size: 0.8rem;
    margin-top: auto;
  }
  body .fadeup {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
  }
  body .fadeup.is-show {
    opacity: 1;
    transform: translateY(0);
  }
  body .faq li {
    background: #fff;
    border-radius: 4px;
    padding: 0 10px;
  }
  body .faq li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .faq .accordion {
    cursor: pointer;
    position: relative;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  body .faq .accordion:before, body .faq .accordion:after {
    content: "";
    position: absolute;
    right: 5px;
    width: 20px;
    height: 2px;
    background: #f5951b;
    border-radius: 4px;
    transition: 0.3s;
  }
  body .faq .accordion:before {
    top: 50%;
    transform: translateY(-50%);
  }
  body .faq .accordion:after {
    top: 47%;
    transform: rotate(-90deg);
  }
  body .faq .accordion.open:after {
    transform: rotate(0deg);
  }
  body .faq .accordion .q {
    color: #f5951b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
  }
  body .faq .accordion .title {
    display: block;
    width: 80%;
  }
  body .faq .cont {
    display: none;
  }
  body .faq .cont .wrap {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 5px;
    border-top: 1px solid #efefef;
  }
  body .faq .cont .a {
    color: #fcc63d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
  }
  body .faq .cont .txt {
    width: 85%;
  }
  body .faq .cont .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 10px;
    min-height: 60px;
    background: #fff;
  }
  header .logo a {
    display: block;
    width: 75px;
  }
  header .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 100;
    background: #fcc63d;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    transition: 0.7s;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: 24px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-btn span:before {
    top: 8px;
  }
  header .menu-btn span:after {
    top: 16px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    top: 20px;
    transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(90deg);
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: linear-gradient(240deg, #ffe9b0 -10.23%, #fffaec 43.73%);
    padding: 80px 20px 40px;
    position: fixed;
    top: 0;
    left: 100%;
    transition: 0.7s;
    z-index: 99;
    overflow: scroll;
  }
  header .menu-content .nav {
    margin-bottom: 20px;
  }
  header .menu-content .nav > li > a {
    display: block;
    position: relative;
    padding: 10px;
  }
  header .menu-content .nav > li > a:after {
    position: absolute;
    content: "";
    border: 0;
    border-top: 2px solid #4d4d4d;
    border-right: 2px solid #4d4d4d;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
  }
  header .menu-content .nav .mega_wrap {
    position: relative;
  }
  header .menu-content .nav .mega_wrap > span {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff2cf;
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 0.85;
    z-index: -1;
  }
  header .menu-content .nav .mega_wrap .mega_col p a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 0;
    color: #f5951b;
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 2px solid #efefef;
  }
  header .menu-content .nav .mega_wrap .mega_col > ul,
  header .menu-content .nav .mega_wrap .mega_col .blc {
    margin-bottom: 10px;
  }
  header .menu-content .nav .mega_wrap .mega_col ul a {
    position: relative;
    display: block;
    font-size: 0.9rem;
    padding: 5px 30px;
  }
  header .menu-content .nav .mega_wrap .mega_col ul a:after {
    position: absolute;
    content: "ー";
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  header .menu-content .btnarea .file_btn {
    background: #fff1cf;
    margin-bottom: 20px;
  }
  main .breadcrumbs {
    font-size: 0.75rem;
    font-weight: 300;
    padding: 0 20px;
    font-family: "Poppins", sans-serif;
    color: #333;
  }
  main .breadcrumbs > span {
    position: relative;
  }
  main .breadcrumbs > span:not(:last-child) {
    margin-right: 20px;
  }
  main .breadcrumbs > span:not(:last-child):after {
    position: absolute;
    content: "";
    background: url("images/common/icon_arrow.svg") no-repeat;
    background-size: 100%;
    right: -17px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
  }
  main .breadcrumbs a {
    text-decoration: underline;
  }
  main.top .catch {
    position: relative;
    overflow: hidden;
    height: 450px;
  }
  main.top .catch > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  main.top .catch .inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  main.top .catch .copy {
    position: absolute;
    z-index: 1;
    top: 80%;
    transform: translateY(-80%);
    left: 0;
    padding: 0 20px;
  }
  main.top .catch .copy strong {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    display: block;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
  main.top .catch .copy p {
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  main.top .catch .copy .org_btn.white {
    background: #fff;
    color: #4d4d4d;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #fcc63d 0%, #f5951b 100%) border-box;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  main.top .catch .koujitsu-motion {
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    right: 20px;
    z-index: 0;
    height: 45vw;
    width: 45vw;
  }
  main.top .catch .koujitsu-motion .koujitsu-motion__circle,
  main.top .catch .koujitsu-motion .koujitsu-motion__final {
    display: block;
    pointer-events: none;
    position: absolute;
    transition: inherit;
  }
  main.top .catch .koujitsu-motion .koujitsu-motion__circle {
    height: auto;
    left: 0;
    opacity: 0;
    top: 0;
    transform-origin: 50% 50%;
    will-change: transform, width, opacity;
  }
  main.top .catch .koujitsu-motion .koujitsu-motion__final {
    height: 100%;
    inset: 0;
    opacity: 0;
    transition: opacity 480ms ease-in-out;
    width: 100%;
  }
  main.top .catch .koujitsu-motion.is-finished .koujitsu-motion__final {
    opacity: 1;
  }
  main.top section {
    padding: 40px 20px;
  }
  main.top .topics .column_list li {
    background: #fff;
    border-radius: 10px;
  }
  main.top .topics .column_list .thumb {
    margin: 0;
  }
  main.top .topics .column_list .thumb img {
    border-radius: 10px 10px 0 0;
  }
  main.top .topics .column_list .title a {
    padding: 20px 10px;
  }
  main.top .about {
    position: relative;
  }
  main.top .about .blc {
    position: relative;
    margin-bottom: 100px;
  }
  main.top .about .blc h3 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  main.top .about .blc h3 div {
    font-size: 2rem;
  }
  main.top .about .blc h3 div em {
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main.top .about .blc h3 div span {
    font-size: 1.6rem;
  }
  main.top .about .blc p {
    line-height: 2;
  }
  main.top .about .blc p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top .about .blc p span {
    color: #f5951b;
    font-weight: 500;
  }
  main.top .about .blc .link_btn {
    text-align: right;
  }
  main.top .about .blc strong {
    position: absolute;
    top: 100px;
    right: -10px;
    z-index: -1;
    display: block;
    font-family: "Caveat", cursive;
    color: #fff;
    font-size: 5rem;
    transform: rotate(-11deg);
  }
  main.top .about .pic {
    display: flex;
    align-items: flex-start;
  }
  main.top .about .pic ul {
    width: 50%;
  }
  main.top .about .pic ul li:first-child img {
    border-radius: 10px 0 0 0;
  }
  main.top .about .pic ul li:last-child img {
    border-radius: 0 0 0 10px;
  }
  main.top .about .pic > img {
    width: 50%;
    border-radius: 0 10px 10px 0;
  }
  main.top .about .ribbon {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -2;
    width: 100%;
  }
  main.top .about .txt {
    position: relative;
    z-index: -3;
    width: 100%;
    overflow: hidden;
  }
  main.top .about .txt::before {
    content: attr(data-text) " " attr(data-text) " " attr(data-text) " " attr(data-text) " " attr(data-text) " " attr(data-text) " " attr(data-text) " " attr(data-text) " ";
    display: block;
    width: max-content;
    color: #f1f1f1;
    font-family: "Poppins", sans-serif;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
    animation: txt-loop 60s linear infinite;
    will-change: transform;
  }
  @keyframes txt-loop {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  main.top .case .link_btn {
    text-align: right;
    margin-top: 40px;
  }
  main.top .cta_menu.top {
    padding: 40px 20px;
  }
  main.top .cta_menu.top li:first-child {
    border-radius: 20px 20px 0 0;
  }
  main.top .cta_menu.top li:first-child:after {
    background: url("images/common/bg_cta_menu03.webp") no-repeat;
    background-size: cover;
  }
  main.top .cta_menu.top li:last-child {
    border-radius: 0 0 20px 20px;
  }
  main.top .cta_menu.top li:last-child:after {
    background: url("images/common/bg_cta_menu04.webp") no-repeat;
    background-size: cover;
  }
  main.top .cta_menu.top li .main_title span {
    font-size: 2rem;
  }
  main.top .reason ul {
    border-radius: 20px;
  }
  main.top .reason ul li {
    padding: 20px;
  }
  main.top .reason ul li:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
  }
  main.top .reason ul img {
    display: block;
    margin: 0 auto 10px;
  }
  main.top .reason ul h3 {
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main.top .reason ul p {
    font-size: 0.8rem;
  }
  main.top .support {
    position: relative;
    z-index: 1;
    background: #facd5a;
    border-radius: 20px;
    padding: 10px;
    margin: 40px 20px;
  }
  main.top .support h2 {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
  }
  main.top .support h2:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background: #facd5a;
    border-radius: 0 0 100px 100px;
    width: 90%;
    height: 20px;
  }
  main.top .support h2 span {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
  }
  main.top .support div {
    background: #fff;
    border-radius: 10px;
    padding: 30px 0 10px;
  }
  main.top .service {
    padding: 40px 20px;
  }
  main.top .service:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: -100px;
    left: -80px;
    right: 0;
    margin: auto;
    background: url("images/top/deco_service.webp") no-repeat;
    background-size: cover;
    width: 300px;
    height: 290px;
  }
  main.top .service .cta_menu li {
    border-radius: 10px;
  }
  main.top .service .cta_menu li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top .service .cta_menu li:first-child:after {
    background: url("images/top/img_service01.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  main.top .service .cta_menu li:nth-child(2):after {
    background: url("images/top/img_service02.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  main.top .service .cta_menu li:nth-child(3):after {
    background: url("images/top/img_service03.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  main.top .service .cta_menu li:last-child:after {
    background: url("images/top/img_service04.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  main.top .service .cta_menu .main_title {
    position: relative;
    font-size: 0.8rem;
    margin: auto 0 30px;
  }
  main.top .service .cta_menu .main_title:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    background: #fff;
    width: 40px;
    height: 1.6px;
  }
  main.top .service .cta_menu .main_title span {
    color: #fff;
    font-size: 2rem;
    font-weight: normal;
  }
  main.top .service .cta_menu p {
    margin-top: 0;
  }
  main.top .news .link_btn,
  main.top .seminar .link_btn,
  main.top .column .link_btn {
    text-align: right;
    margin-top: 40px;
  }
  main.sub .catch {
    position: relative;
    overflow: hidden;
  }
  main.sub .catch.sub {
    padding: 80px 20px 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #efefef;
  }
  main.sub .catch.sub img {
    position: absolute;
    top: 20px;
    left: -20px;
    z-index: -1;
    width: 150px;
  }
  main.sub .catch.sub .page_title {
    font-weight: 500;
  }
  main.sub .catch.sub .page_title span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 2.4rem;
    text-transform: capitalize;
    line-height: 1.4;
    margin-right: 25px;
  }
  main.sub .catch.service {
    padding-top: 60px;
  }
  main.sub .catch.service > img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
  }
  main.sub .catch.service .copy {
    position: absolute;
    top: 80%;
    transform: translateY(-80%);
    left: 0;
    right: 0;
    margin: auto;
    width: 94%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-height: 260px;
    height: 100%;
  }
  main.sub .catch.service .copy .page_title {
    display: inline-block;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.4rem;
    font-weight: 600;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    padding: 0 5px;
    color: #fff;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.25);
  }
  main.sub .catch.service .copy div {
    margin-top: auto;
    margin-bottom: 10px;
  }
  main.sub .catch.service .copy div p {
    font-size: 0.8rem;
    background: #fff;
    padding: 0 5px;
    display: inline-block;
  }
  main.sub .catch.service .copy div p:not(:last-child) {
    margin-bottom: 5px;
  }
  main.sub .catch.service .copy .btnarea {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
  }
  main.sub .catch.service .copy .btnarea .org_btn.white {
    padding: 7px 10px;
    background: #fff;
    color: #4d4d4d;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #fcc63d 0%, #f5951b 100%) border-box;
    white-space: nowrap;
  }
  main.sub .catch.service .copy .btnarea a {
    font-size: 0.8rem;
  }
  main.sub .catch.service .deco_txt {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: "Poppins", sans-serif;
    font-size: 2.8rem;
    line-height: 1;
    color: #fff;
    text-align: right;
    letter-spacing: 5px;
    opacity: 0.6;
    filter: blur(2px);
  }
  main.sub .catch.food-service {
    padding-top: 60px;
  }
  main.sub .catch.food-service > img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
  }
  main.sub .catch.food-service .copy {
    position: absolute;
    top: 80%;
    transform: translateY(-80%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 94%;
  }
  main.sub .catch.food-service .copy .page_title {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.25);
  }
  main.sub .catch.food-service .copy .page_title span {
    position: relative;
    display: block;
    text-align: center;
    width: 80px;
    padding: 5px;
    font-size: 1.6rem;
    line-height: 1;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
  main.sub .catch.food-service .copy .page_title span::before {
    position: absolute;
    content: "";
    z-index: -1;
    inset: 0;
    box-sizing: border-box;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #fcc63d 0%, #f5951b 100%) border-box;
  }
  main.sub .catch.food-service .copy .page_title strong {
    display: block;
    font-size: 3rem;
    line-height: 1;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    padding: 0 10px 5px;
    color: #fff;
  }
  main.sub .catch.food-service .copy div {
    margin-bottom: 40px;
  }
  main.sub .catch.food-service .copy div p {
    background: #fff;
    padding: 0 5px;
  }
  main.sub .catch.food-service .copy div p:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .catch.food-service .copy .btnarea {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  main.sub .catch.food-service .copy .btnarea .org_btn.white {
    padding: 8px 10px;
    font-size: 0.8rem;
    background: #fff;
    color: #4d4d4d;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #fcc63d 0%, #f5951b 100%) border-box;
    white-space: nowrap;
  }
  main.sub .catch.food-service .copy .btnarea .org_btn.grade {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    padding: 7px 10px;
  }
  main.sub .catch.food-service .copy .btnarea .org_btn img {
    width: 20px;
  }
  main.sub .sec {
    padding: 40px 20px;
  }
  main.sub .service .nayami {
    padding: 40px 20px 60px;
  }
  main.sub .service .solve {
    padding: 60px 20px 40px;
    position: relative;
  }
  main.sub .service .solve .balloon {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    width: 80px;
    height: 80px;
    background: #facd5a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main.sub .service .solve .balloon:before {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 12px;
    background: #facd5a;
    border-radius: 20px;
  }
  main.sub .service .solve .balloon:after {
    position: absolute;
    content: "";
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #facd5a;
    border-radius: 50%;
  }
  main.sub .service .solve .lead {
    margin-bottom: 20px;
  }
  main.sub .service .solve ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  main.sub .service .solve ul > li {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    line-height: 1.4;
  }
  main.sub .service .solve ul .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fffaec;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
  }
  main.sub .service .solve ul .title {
    font-size: 0.94rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    min-height: 6em;
  }
  main.sub .service .solve ul p {
    font-size: 0.8rem;
  }
  main.sub .service .case .case_list {
    margin-bottom: 40px;
  }
  main.sub .service .case .link_btn {
    text-align: right;
  }
  main.sub .service .comparison .js-scrolltable {
    overflow-y: hidden !important;
  }
  main.sub .service .comparison table {
    min-width: 750px;
    width: 100%;
    font-size: 0.8rem;
  }
  main.sub .service .comparison table tr:nth-child(2) td:first-child {
    border-radius: 10px 0 0 0;
  }
  main.sub .service .comparison table tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
  }
  main.sub .service .comparison table tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
  }
  main.sub .service .comparison table th {
    width: 170px;
    color: #fff;
    text-align: center;
    background: #6c6c6c;
    padding: 5px;
    font-weight: 600;
    vertical-align: middle;
  }
  main.sub .service .comparison table th:first-child {
    opacity: 0;
  }
  main.sub .service .comparison table th:last-child {
    border-radius: 0 10px 0 0;
  }
  main.sub .service .comparison table th.org {
    width: 200px;
    font-size: 1.2rem;
    background: #facd5a;
    color: #fff;
    border-radius: 10px 0 0 0;
  }
  main.sub .service .comparison table td {
    background: #fff;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
  }
  main.sub .service .comparison table td:first-child {
    background: #fffaec;
    font-size: 0.9rem;
  }
  main.sub .service .comparison table td:nth-child(2) {
    position: relative;
  }
  main.sub .service .comparison table td:nth-child(2):after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 10px 0 rgba(250, 205, 90, 0.2);
    pointer-events: none;
  }
  main.sub .service .flow ul {
    max-width: 340px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  main.sub .service .flow ul > li:not(:nth-child(2n)):not(:last-child) .circle:after {
    position: absolute;
    content: "";
    top: 50%;
    right: -55px;
    transform: translateY(-50%);
    border: 20px solid transparent;
    border-left: 20px solid #facd5a;
  }
  main.sub .service .flow ul .circle {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #fffaec;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 auto 10px;
  }
  main.sub .service .flow ul span {
    position: absolute;
    top: 10px;
    left: 0;
    color: #facd5a;
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
  }
  main.sub .service .flow ul img {
    margin: 0 auto 10px;
  }
  main.sub .service .flow ul p {
    font-size: 0.8rem;
  }
  main.sub .food-service .food .imgright {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  main.sub .food-service .food .imgright > ul {
    display: flex;
  }
  main.sub .food-service .food .imgright > ul li {
    width: 50%;
  }
  main.sub .food-service .food .imgright > ul li:first-child img {
    border-radius: 10px 0 0 10px;
  }
  main.sub .food-service .food .imgright > ul li:last-child img {
    border-radius: 0 10px 10px 0;
  }
  main.sub .food-service .food .imgright > ul li img {
    height: 100%;
    object-fit: cover;
    margin: 0;
  }
  main.sub .food-service .food .imgright .txt h2 {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  main.sub .food-service .food .imgright .txt > p {
    margin-bottom: 20px;
  }
  main.sub .food-service .food .imgright .txt ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    max-width: 335px;
    margin: 0 auto;
  }
  main.sub .food-service .food .imgright .txt ul li {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 50%;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #fcc63d 0%, #f5951b 100%) border-box;
    text-align: center;
  }
  main.sub .food-service .food .imgright .txt ul h3 {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
  main.sub .food-service .food .imgright .txt ul p {
    font-size: 0.8rem;
  }
  main.sub .food-service .course .imgright:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .food-service .course .imgright img {
    margin: 0;
  }
  main.sub .food-service .course .imgright > div {
    padding: 20px;
    background: #fff;
    font-family: "Zen Old Mincho", serif;
  }
  main.sub .food-service .course .imgright h3 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  main.sub .food-service .course .imgright p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .food-service .course .imgright strong {
    display: block;
    text-align: right;
  }
  main.sub .food-service .course .imgright strong span {
    font-size: 1.4rem;
  }
  main.sub .food-service .restaurant .imgleft {
    margin-bottom: 40px;
  }
  main.sub .food-service .restaurant .imgleft img {
    border-radius: 10px;
  }
  main.sub .food-service .restaurant .imgleft h2 {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  main.sub .food-service .restaurant .imgleft .graf {
    border-top: 2px solid #efefef;
    padding-top: 10px;
  }
  main.sub .food-service .restaurant .imgleft .graf div {
    border-bottom: 2px solid #efefef;
  }
  main.sub .food-service .restaurant iframe {
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 20px;
  }
  main.sub .food-service .insta {
    margin: 0 auto 20px;
  }
  main.sub .food-service .insta a {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
  }
  main.sub .food-service .reserv {
    position: relative;
    overflow: hidden;
    background: url("images/food-service/bg_reserv.webp") center/cover no-repeat;
    padding: 20px;
    border-radius: 20px;
  }
  main.sub .food-service .reserv::before {
    position: absolute;
    content: "";
    z-index: 1;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    pointer-events: none;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
  }
  main.sub .food-service .reserv h2 {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  main.sub .food-service .reserv .btnarea {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: auto;
  }
  main.sub .food-service .reserv .btnarea .org_btn.ml_org {
    background: #fff1cf;
    color: #4d4d4d;
    font-size: 0.8rem;
  }
  main.sub .food-service .reserv .btnarea .org_btn.grade {
    margin-bottom: 5px;
    font-size: 1rem;
    padding: 7px 10px;
  }
  main.sub .food-service .reserv .btnarea span {
    font-size: 0.8rem;
    font-weight: 500;
    color: #fff;
  }
  main.sub .food-service .reserv .btnarea img {
    width: 20px;
  }
  main.sub .about .message {
    position: relative;
    border-bottom: 2px solid #efefef;
  }
  main.sub .about .message .blc {
    position: relative;
  }
  main.sub .about .message .blc div {
    margin-bottom: 20px;
  }
  main.sub .about .message .blc div h3 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  main.sub .about .message .blc div h3 div {
    font-size: 2rem;
  }
  main.sub .about .message .blc div h3 div em {
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main.sub .about .message .blc div h3 div span {
    font-size: 1.6rem;
  }
  main.sub .about .message .blc div p {
    line-height: 2;
  }
  main.sub .about .message .blc div p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .about .message .blc img {
    display: block;
    border-radius: 20px;
    max-width: 200px;
    margin: 0 auto;
  }
  main.sub .about .message .ribbon {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -2;
    width: 100%;
  }
  main.sub .about .culture img {
    margin: 0 auto;
  }
  main.sub .about .bg {
    position: relative;
    color: #fff;
    border-top: 2px solid #efefef;
  }
  main.sub .about .bg.mission {
    background: url("images/about/bg_mission.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  main.sub .about .bg.vision {
    background: url("images/about/bg_vision.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  main.sub .about .bg:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    top: -2px;
    left: 0;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
  }
  main.sub .about .bg h3 {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.6rem;
    font-weight: 600;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
  }
  main.sub .about .bg .txt p {
    line-height: 2;
  }
  main.sub .about .bg .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .about .value ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  main.sub .about .value ul li {
    position: relative;
    border-radius: 10px;
    padding: 40px 10px 20px;
  }
  main.sub .about .value ul span {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #facd5a;
    line-height: 1;
  }
  main.sub .about .value ul h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    min-height: 40px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main.sub .about .value ul p {
    font-size: 0.9rem;
  }
  main.sub .company .greeting {
    font-size: 0.9rem;
  }
  main.sub .company .greeting .pic {
    margin-bottom: 40px;
  }
  main.sub .company .greeting .pic > img {
    max-width: 300px;
    border-radius: 20px;
    margin: 0 auto 20px;
  }
  main.sub .company .greeting .pic span {
    display: block;
    font-size: 1.2rem;
  }
  main.sub .company .greeting .pic a {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  main.sub .company .greeting .pic a img {
    margin: 0;
  }
  main.sub .company .history ul {
    position: relative;
  }
  main.sub .company .history ul::before {
    position: absolute;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #facd5a;
  }
  main.sub .company .history ul li {
    position: relative;
    z-index: 1;
    padding-left: 20px;
  }
  main.sub .company .history ul li:not(:last-child) {
    padding-bottom: 30px;
  }
  main.sub .company .history ul li::before {
    position: absolute;
    content: "";
    z-index: 2;
    left: 1px;
    top: 18px;
    width: 10px;
    height: 10px;
    background: #facd5a;
    border-radius: 50%;
    transform: translateX(-50%);
  }
  main.sub .company .history ul h3 {
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
  }
  main.sub .company .history ul p {
    font-size: 0.9rem;
  }
  main.sub .company .history ul p span {
    display: block;
    color: #f5951b;
    font-weight: 500;
  }
  main.sub .company .book .bg_l_white {
    padding: 20px;
    border-radius: 20px;
  }
  main.sub .company .book .bg_l_white img {
    max-width: 120px;
  }
  main.sub .company .book .bg_l_white .imgleft h3 {
    line-height: 1.4;
    margin-bottom: 20px;
  }
  main.sub .company .book .bg_l_white .imgleft h3 span {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
  main.sub .company .book .bg_l_white .imgleft p span {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
  }
  main.sub .company .book .bg_l_white .imgleft .link_btn {
    text-align: right;
  }
  main.sub .company .info {
    border-bottom: 2px solid #efefef;
  }
  main.sub .company .info img {
    max-width: 300px;
    border-radius: 10px;
  }
  main.sub .recruit .message .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .recruit .message .txt p span {
    font-weight: 500;
    color: #f5951b;
  }
  main.sub .recruit .message .pic {
    position: relative;
  }
  main.sub .recruit .message .pic:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    z-index: 1;
  }
  main.sub .recruit .message .pic img {
    width: 100%;
  }
  main.sub .recruit .style ul li {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(255, 241, 207, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
  main.sub .recruit .style ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .recruit .style ul span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    line-height: 1;
    color: #facd5a;
  }
  main.sub .recruit .style ul h3 {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: bold;
    margin: 10px 0;
  }
  main.sub .recruit .style ul p {
    font-size: 0.8rem;
  }
  main.sub .recruit .guidelines .bg_l_white {
    border-radius: 20px;
    padding: 20px;
  }
  main.sub .recruit .guidelines .bg_l_white:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .recruit .guidelines .bg_l_white h3 {
    position: relative;
    font-size: 1.4rem;
    border-bottom: 2px solid #efefef;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  main.sub .recruit .guidelines .bg_l_white h3:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 160px;
    height: 2px;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
  }
  main.sub .recruit .guidelines .bg_l_white .list li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .recruit .guidelines .bg_l_white .list li h4 {
    border-radius: 20px;
    background: #ffe9b0;
    font-weight: 500;
    padding: 5px;
    margin-bottom: 20px;
    text-align: center;
  }
  main.sub .recruit .guidelines .bg_l_white .org_btn {
    margin: 20px auto 0;
  }
  main.sub .privacy > p {
    color: #000;
    margin-bottom: 40px;
  }
  main.sub .privacy > ul > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .privacy > ul > li li {
    text-indent: -1em;
    padding-left: 1em;
  }
  main.sub .privacy > ul > li a {
    text-decoration: underline;
  }
  main.sub .contact p {
    margin-bottom: 40px;
  }
  main.sub .contact p span {
    font-size: 0.875rem;
  }
  main.sub .contact p em {
    color: #f5951b;
  }
  main.sub .thanks h2,
  main.sub .error h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main.sub .thanks p:not(:last-of-type),
  main.sub .error p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  main.sub .thanks .org_btn,
  main.sub .error .org_btn {
    margin: 40px auto 0;
  }
  main.sub .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
  }
  main.sub .pagination span {
    margin: 0 10px;
    display: block;
    color: #f5951b;
    font-weight: bold;
    text-align: center;
  }
  main.sub .pagination a {
    display: block;
    margin: 0 10px;
    text-align: center;
    position: relative;
  }
  main.sub .pagination a.prev, main.sub .pagination a.next {
    width: 30px;
    height: 30px;
  }
  main.sub .pagination a.prev:after, main.sub .pagination a.next:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #facd5a;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 12px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    transition: 0.4s;
  }
  main.sub .pagination a.prev:after {
    background-image: url("images/common/arrow_left.svg");
  }
  main.sub .pagination a.next:after {
    background-image: url("images/common/arrow_right.svg");
  }
  main.sub .pagination a:hover {
    color: #f5951b;
  }
  main.sub .pagination a:hover:after {
    background-color: #f5951b;
  }
  main.sub .single .content {
    margin-bottom: 60px;
  }
  main.sub .single .content time {
    font-size: 0.8rem;
  }
  main.sub .single .content .dec {
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.8rem;
  }
  main.sub .single .content .thumnail {
    margin: 40px auto;
  }
  main.sub .single .content .thumnail img {
    border-radius: 20px;
  }
  main.sub .single .content > p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #f5951b;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content > p img,
  main.sub .single .content > p .wp-video {
    margin: 20px auto;
    display: block;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 20px auto;
    height: auto;
    aspect-ratio: 16/9;
  }
  main.sub .single .content blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 20px 0;
    background: #fff;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    color: #f5951b;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    color: #f5951b;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul:not([class]) {
    padding-left: 20px;
    margin: 20px auto 40px;
  }
  main.sub .single .content ul:not([class]) li {
    position: relative;
  }
  main.sub .single .content ul:not([class]) li:not(:last-child) {
    margin-bottom: 5px;
  }
  main.sub .single .content ul:not([class]) li:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 9px;
    left: -20px;
    background: #333;
    border-radius: 50%;
  }
  main.sub .single .content h1 {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 10px 0 20px;
  }
  main.sub .single .content h2 {
    margin: 20px 0;
    font-size: 1.2rem;
    padding: 5px;
    border-top: 2px solid #facd5a;
    border-bottom: 2px solid #facd5a;
  }
  main.sub .single .content h3 {
    font-size: 1.2rem;
    margin: 20px 0;
    padding: 0 10px;
    border-left: 4px solid #facd5a;
  }
  main.sub .single .content h4 {
    font-size: 1.2rem;
    margin: 20px 0;
    color: #f5951b;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 20px 0;
  }
  main.sub .single .content table th {
    background: #fcc63d;
    padding: 10px 5px;
    vertical-align: middle;
    text-align: left;
  }
  main.sub .single .content table td {
    background: #fff;
    padding: 10px 5px;
    vertical-align: middle;
  }
  main.sub .single .content dl {
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }
  main.sub .single .content dl dt {
    background: #fcc63d;
    padding: 10px 5px;
    width: 30%;
    vertical-align: middle;
  }
  main.sub .single .content dl dd {
    width: 70%;
    background: #fff;
    padding: 10px 5px;
    vertical-align: middle;
  }
  main.sub .single .content .org_btn {
    margin: 40px 0 0;
  }
  main.sub .download .imgleft {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px;
  }
  main.sub .download .imgleft img {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 16/9;
  }
  main.sub .download .imgleft .sub_title span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #f5951b;
  }
  main.sub .download .imgleft .org_btn {
    margin: 20px 0 0 auto;
  }
  main.sub .download .column_list > li {
    border-radius: 10px;
    background: #fff;
    padding: 10px;
  }
  main.sub .download .column_list .thumb:before {
    padding-top: 56.2%;
  }
  main.sub .download .column_list .title a {
    font-weight: 500;
    margin-bottom: 20px;
  }
  main.sub .download .column_list .org_btn {
    font-size: 0.9rem;
    padding: 10px;
    margin: auto auto 0;
  }
  main.sub .download .column_list .org_btn:after {
    right: 8px;
    width: 12px;
    height: 8px;
  }
  main.sub .single_download time {
    font-size: 0.8rem;
  }
  main.sub .single_download h1 {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 10px 0 20px;
  }
  main.sub .single_download .cont_download {
    margin-bottom: 40px;
  }
  main.sub .single_download .cont_download img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
  }
  main.sub .single_download .cont_download .thumnail {
    margin-bottom: 10px;
  }
  main.sub .single_download .cont_download .thumnail img {
    border-radius: 20px;
  }
  main.sub .single_download .cont_download .pic_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
  }
  main.sub .single_download .cont_download .pic_list img {
    border-radius: 10px;
  }
  main.sub .single_download .cont_download .cont {
    margin-bottom: 40px;
  }
  main.sub .single_download .cont_download .cont h2 {
    font-size: 1.2rem;
    margin: 20px 0;
    padding: 0 10px;
    border-left: 4px solid #facd5a;
  }
  main.sub .single_download .cont_download .cont ul:not([class]) {
    padding-left: 20px;
    margin: 20px auto;
  }
  main.sub .single_download .cont_download .cont ul:not([class]) li {
    position: relative;
  }
  main.sub .single_download .cont_download .cont ul:not([class]) li:not(:last-child) {
    margin-bottom: 5px;
  }
  main.sub .single_download .cont_download .cont ul:not([class]) li:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 9px;
    left: -20px;
    background: #333;
    border-radius: 50%;
  }
  main.sub .single_download .cont_download .cont > p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .single_download .cont_download .cont > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #f5951b;
  }
  main.sub .single_download .cont_download .cont > p strong {
    font-weight: bold;
  }
  main.sub .single_download .cont_download .cont > p em {
    font-style: italic;
  }
  main.sub .cont_wrap .single {
    margin-bottom: 60px;
  }
  main.sub .cont_wrap aside .sec {
    padding: 0;
  }
  main.sub .cont_wrap aside .sec:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .cont_wrap aside h2 {
    position: relative;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  main.sub .cont_wrap aside h2:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #fcc63d 0%, #f5951b 100%);
    width: 100%;
    height: 2px;
  }
  main.sub .cont_wrap aside .imgleft {
    padding-bottom: 0;
  }
  main.sub .cont_wrap aside .imgleft:first-child span:after {
    content: "1";
  }
  main.sub .cont_wrap aside .imgleft:nth-child(2) span:after {
    content: "2";
  }
  main.sub .cont_wrap aside .imgleft:nth-child(3) span:after {
    content: "3";
  }
  main.sub .cont_wrap aside .imgleft .thumb:before {
    padding-top: 56%;
  }
  main.sub .cont_wrap aside .imgleft .thumb span {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: #fcc63d;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  main.sub .cont_wrap aside .imgleft > div .title a {
    font-size: 1rem;
    line-height: 1.5;
    border-bottom: none;
    margin-bottom: 0;
  }
  main.sub .cont_wrap aside .imgleft > div time {
    font-size: 0.8rem;
    color: #848484;
  }
  main.sub .cont_wrap aside .search_form {
    margin-bottom: 20px;
  }
  main.sub .cont_wrap aside .search_form div {
    display: flex;
    border: 1px solid #4d4d4d;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
  }
  main.sub .cont_wrap aside .search_form input[type=text] {
    flex: 1;
    border: none;
    padding: 7px 12px;
    outline: none;
    font-size: 0.8rem;
  }
  main.sub .cont_wrap aside .search_form input[type=text]::placeholder {
    color: #848484;
  }
  main.sub .cont_wrap aside .search_form button[type=submit] {
    background: #4d4d4d;
    border-radius: 0 3px 3px 0;
    border: none;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main.sub .cont_wrap aside .search_form i {
    color: #fff;
    font-size: 1.2rem;
  }
  main.sub .cont_wrap aside .tags_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  main.sub .cont_wrap aside .tags_list a {
    display: block;
    background: #fff;
    color: #333;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 0.8rem;
  }
  footer .subnav {
    padding: 40px 20px;
  }
  footer .subnav ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  footer .link_top {
    padding: 20px 20px 40px 20px;
  }
  footer .f_blc {
    background: #333;
    color: #fff;
    padding: 40px 20px 20px;
  }
  footer .f_blc .f_logo a {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  footer .f_blc .f_right {
    max-width: 500px;
    margin: 0 auto;
  }
  footer .f_blc .f_right h3 a {
    display: block;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
  }
  footer .f_blc .mega_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
    margin-bottom: 40px;
  }
  footer .f_blc .mega_col {
    width: 48%;
  }
  footer .f_blc .mega_col:not(:last-child) {
    margin-bottom: 40px;
  }
  footer .f_blc .mega_col p a {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 10px;
  }
  footer .f_blc .mega_col ul a {
    display: block;
    font-size: 0.8rem;
    margin-bottom: 5px;
  }
  footer .f_blc .f_nav > li ul {
    font-size: 0.8rem;
  }
  footer .f_blc .f_nav > li ul a {
    display: block;
    margin-bottom: 5px;
  }
  footer .f_blc .f_subnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto;
  }
  footer .f_blc .f_subnav a {
    display: block;
    font-size: 0.8rem;
    margin-bottom: 5px;
  }
  footer .f_blc small {
    display: block;
    text-align: center;
    font-weight: 300;
    font-size: 0.8rem;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 10px;
    background-image: url("images/common/arrow_left.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px 15px;
    transform: rotate(90deg);
    background-color: #fcc63d;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    transition: 0.7s;
    z-index: 10;
  }
  footer .fixbtn {
    display: none;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  }
  footer .fixbtn ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .fixbtn ul li {
    width: 50%;
  }
  footer .fixbtn ul a {
    border-radius: 0;
  }
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */