@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
body {
  font-weight: 500;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #202020;
}

a {
  text-decoration: none;
  color: #202020;
}

figure {
  margin: 0;
}

a[href^="tel:"],
a[href^="fax:"] {
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

sup,
sub {
  font-size: 0.6em;
}

:is(h1, h2, h3, h4) {
  line-height: 1;
}

#header {
  background-color: #fbeeed;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#loopText {
  border-top: 2px solid #f0c3bd;
  border-bottom: 1px solid #f0c3bd;
  background-color: #fbeeed;
  color: #f0c3bd;
  font-family: "Quicksand", sans-serif;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#loopText > div {
  display: flex;
  flex-shrink: 0;
  animation: slide 50s linear infinite;
}
#pageTop {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #115431;
  position: fixed;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}
#pageTop.show {
  opacity: 1;
}

#footer {
  background-color: #fbeeed;
}
#footer .footerWrap .footerLogo p {
  font-weight: 700;
}
#footer .copyright {
  font-family: "Jost", sans-serif;
}

.keywordWrap h3 {
  display: inline-block;
  color: #fff;
  background-color: #115431;
  line-height: 1;
  margin-bottom: -1px;
}
.keywordWrap h3 span:first-of-type {
  font-weight: 500;
  font-family: "Jost", sans-serif;
  display: inline-block;
}
.keywordWrap h3 span:last-of-type {
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.keywordWrap .keywordCont {
  background-color: #fff;
  border-top: 1px solid #202020;
  border-bottom: 1px solid #202020;
}
.keywordWrap .keywordList li a {
  font-weight: 700;
  color: #115431;
}

@media print {
  body {
    zoom: 0.68;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  header,
  footer {
    display: none !important;
  }
}
@media print and (-ms-high-contrast: none) {
  body {
    zoom: 1.8;
    width: 1200px;
    transform: scale(0.5);
    transform-origin: 0 0;
  }
}
/* ココから下には記入禁止 */
@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
    padding-top: 60px;
    box-shadow: 0 0 12px 1px rgba(242, 224, 223, 0.46);
  }
  #header {
    height: 60px;
    border-bottom: 1px solid #202020;
  }
  #header .headerInner {
    display: flex;
    height: 100%;
  }
  #header .navLogo {
    text-align: center;
    padding-left: 30px;
  }
  #header .navLogo img {
    width: 168px;
  }
  #header #menuBtn {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
  }
  #header #menuBtn span {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #202020;
    position: absolute;
    transition: 0.3s;
    left: 15px;
  }
  #header #menuBtn span:nth-of-type(1) {
    top: calc(50% - 7px);
  }
  #header #menuBtn span:nth-of-type(2) {
    top: 50%;
  }
  #header #menuBtn span:nth-of-type(3) {
    top: calc(50% + 7px);
  }
  #header #menuBtn.active span:nth-of-type(1) {
    top: 50%;
    transform: rotate(35deg);
  }
  #header #menuBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header #menuBtn.active span:nth-of-type(3) {
    top: 50%;
    transform: rotate(-35deg);
  }
  #header #logoGyosei {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 76px;
    height: 100%;
    border-right: 1px solid #202020;
  }
  #header #logoGyosei img {
    width: 64px;
  }
  #header #logoJournal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 100%;
    border-right: 1px solid #202020;
  }
  #header #logoJournal img {
    width: 100px;
  }
  #header .headerCont {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100svh - 60px);
    background-color: #fbeeed;
    padding: 10px 32px 23px 32px;
    z-index: 99;
    overflow: auto;
    transition: 0.3s;
  }
  #header .headerCont.active {
    visibility: visible;
    opacity: 1;
  }
  #header .headerCont #globalMenu {
    margin-top: 30px;
    border-top: 1px dotted #202020;
  }
  #header .headerCont #globalMenu > ul > li {
    border-bottom: 1px dotted #202020;
    padding: 20px 0;
    display: flex;
    align-items: center;
    gap: 40px;
  }
  #header .headerCont #globalMenu > ul > li > a {
    color: #202020;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    padding-right: 25px;
    position: relative;
    width: 140px;
    flex: none;
  }
  #header .headerCont #globalMenu > ul > li > a:after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/common/aroow_green.svg) no-repeat center/cover;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    transform: rotate(-90deg);
  }
  #header .headerCont #globalMenu > ul > li > a > span {
    display: inline-block;
    padding-left: 36px;
  }
  #header .headerCont #globalMenu > ul > li > a > span span {
    font-size: 16px;
  }
  #header .headerCont #globalMenu > ul > li > a > span.education:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/common/icon_study.svg) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
  }
  #header .headerCont #globalMenu > ul > li > a > span.people:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/common/icon_human.svg) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
  }
  #header .headerCont #globalMenu > ul > li > a > span.life:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/common/icon_school.svg) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
  }
  #header .headerCont #globalMenu > ul > li > ul li + li {
    margin-top: 15px;
  }
  #header .headerCont #globalMenu > ul > li > ul li a {
    display: block;
    position: relative;
    padding-left: 15px;
    font-weight: 700;
    font-size: 14px;
  }
  #header .headerCont #globalMenu > ul > li > ul li a:before {
    content: "";
    display: inline-block;
    background: url(../images/common/aroow_small.svg) no-repeat center/cover;
    width: 8px;
    height: 6px;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
  }
  #header .headerCont #spInfo {
    margin-top: 20px;
  }
  #header .headerCont #spInfo .headLink li {
    text-align: center;
  }
  #header .headerCont #spInfo .headLink li a {
    display: inline-block;
    padding-right: 25px;
    position: relative;
    font-weight: 700;
  }
  #header .headerCont #spInfo .headLink li a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/aroow_green_line.svg) no-repeat center/cover;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
  }
  #header .headerCont #spInfo .headSns {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 15px;
  }
  #header .headerCont #spInfo .headSns a {
    display: inline-block;
    width: 48px;
  }
  #header .headerCont #spInfo .headBnr {
    margin-top: 20px;
  }
  #header .headerCont #spInfo .headBnr a {
    display: block;
    background-color: #fff;
    padding: 13px 35px 13px 10px;
    position: relative;
  }
  #header .headerCont #spInfo .headBnr a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/aroow_green_line.svg) no-repeat center/cover;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
  }
  #loopText {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
  }
  #loopText > div span {
    display: inline-block;
    margin: 0 7px;
    height: auto;
  }
  #pageTop {
    width: 40px;
    height: 40px;
    right: 18px;
    bottom: 20px;
  }
  #pageTop:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #115431;
    border-left: solid 1px #115431;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 2px);
    right: 15px;
  }
  #footer {
    padding-bottom: 20px;
  }
  #footer .footerInner {
    padding: 0 18px;
    max-width: 375px;
    margin: 0 auto;
  }
  #footer .footerWrap .footerLogo {
    text-align: center;
  }
  #footer .footerWrap .footerLogo a {
    display: inline-block;
    padding-left: 30px;
  }
  #footer .footerWrap .footerLogo img {
    width: 168px;
  }
  #footer .footerWrap .footerLogo p {
    margin-top: 5px;
    font-size: 10px;
  }
  #footer .footerWrap #footerMenu {
    margin-top: 30px;
    border-top: 1px dotted #202020;
  }
  #footer .footerWrap #footerMenu > ul > li {
    border-bottom: 1px dotted #202020;
    padding: 20px 0 20px 40px;
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
  }
  #footer .footerWrap #footerMenu > ul > li.education:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/common/icon_study.svg) no-repeat center/cover;
    position: absolute;
    left: 2px;
    top: calc(50% - 16px);
  }
  #footer .footerWrap #footerMenu > ul > li.people:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/common/icon_human.svg) no-repeat center/cover;
    position: absolute;
    left: 2px;
    top: calc(50% - 16px);
  }
  #footer .footerWrap #footerMenu > ul > li.life:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/common/icon_school.svg) no-repeat center/cover;
    position: absolute;
    left: 2px;
    top: calc(50% - 16px);
  }
  #footer .footerWrap #footerMenu > ul > li > a {
    color: #202020;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    padding-right: 25px;
    position: relative;
    width: 104px;
    flex: none;
  }
  #footer .footerWrap #footerMenu > ul > li > a > span span {
    font-size: 16px;
  }
  #footer .footerWrap #footerMenu > ul > li > a:after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/common/aroow_green.svg) no-repeat center/cover;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    transform: rotate(-90deg);
  }
  #footer .footerWrap #footerMenu > ul > li > ul li + li {
    margin-top: 15px;
  }
  #footer .footerWrap #footerMenu > ul > li > ul li a {
    display: block;
    position: relative;
    padding-left: 15px;
    font-weight: 700;
    font-size: 14px;
  }
  #footer .footerWrap #footerMenu > ul > li > ul li a:before {
    content: "";
    display: inline-block;
    background: url(../images/common/aroow_small.svg) no-repeat center/cover;
    width: 8px;
    height: 6px;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
  }
  #footer #footerInfo {
    margin-top: 20px;
  }
  #footer #footerInfo .headLink li {
    text-align: center;
  }
  #footer #footerInfo .headLink li a {
    display: inline-block;
    padding-right: 25px;
    position: relative;
    font-weight: 700;
  }
  #footer #footerInfo .headLink li a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/aroow_green_line.svg) no-repeat center/cover;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
  }
  #footer #footerInfo .headSns {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 15px;
  }
  #footer #footerInfo .headSns a {
    display: inline-block;
    width: 48px;
  }
  #footer #footerInfo .headBnr {
    margin-top: 20px;
  }
  #footer #footerInfo .headBnr a {
    display: block;
    background-color: #fff;
    padding: 13px 35px 13px 10px;
    position: relative;
  }
  #footer #footerInfo .headBnr a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/aroow_green_line.svg) no-repeat center/cover;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
  }
  #footer .copyright {
    margin-top: 20px;
    font-size: 11px;
  }
  .commonInner {
    padding: 0 18px;
  }
  .keywordWrap {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #fbeeed;
  }
  .keywordWrap h3 {
    padding: 8px 20px 8px 12px;
    clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
  }
  .keywordWrap h3 span:first-of-type {
    font-size: 13px;
  }
  .keywordWrap h3 span:last-of-type {
    font-size: 13px;
    padding-left: 18px;
  }
  .keywordWrap h3 span:last-of-type:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 9px;
    top: 0;
  }
  .keywordWrap .keywordCont {
    padding: 20px 30px;
  }
  .keywordWrap .keywordList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 15px;
  }
  .keywordWrap .keywordList li a {
    font-size: 13px;
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 16px;
    padding-top: 94px;
  }
  a[href^="tel:"],
  a[href^="fax:"] {
    pointer-events: none;
  }
  #header {
    height: 94px;
    border-bottom: 1px solid #202020;
  }
  #header .headerInner {
    display: flex;
    height: 100%;
  }
  #header .navLogo {
    display: none;
  }
  #header #logoGyosei {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 137px;
    height: 100%;
    border-right: 1px solid #202020;
  }
  #header #logoGyosei a {
    transition: 0.3s;
  }
  #header #logoGyosei a:hover {
    opacity: 0.6;
  }
  #header #logoGyosei img {
    width: 106px;
  }
  #header #logoJournal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 223px;
    height: 100%;
    border-right: 1px solid #202020;
  }
  #header #logoJournal a {
    transition: 0.3s;
  }
  #header #logoJournal a:hover {
    opacity: 0.6;
  }
  #header #logoJournal img {
    width: 173px;
  }
  #header .headerCont {
    height: 100%;
    margin-left: auto;
  }
  #header .headerCont #globalMenu {
    height: 100%;
  }
  #header .headerCont #globalMenu > ul {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 20px;
  }
  #header .headerCont #globalMenu > ul > li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #header .headerCont #globalMenu > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  #header .headerCont #globalMenu > ul > li > a {
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    padding: 13px 20px;
    position: relative;
    transition: 0.3s;
  }
  #header .headerCont #globalMenu > ul > li > a:hover {
    opacity: 0.6;
  }
  #header .headerCont #globalMenu > ul > li > a:before {
    content: "";
    display: block;
    background: url(../images/common/dot.webp) repeat-y;
    background-size: 2px auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 50px;
  }
  #header .headerCont #globalMenu > ul > li > a > span {
    display: inline-block;
    padding: 0 27px 0 36px;
    position: relative;
  }
  #header .headerCont #globalMenu > ul > li > a > span:after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/common/aroow_green.svg) no-repeat center/cover;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
  }
  #header .headerCont #globalMenu > ul > li > a > span.education:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/common/icon_study.svg) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
  }
  #header .headerCont #globalMenu > ul > li > a > span.people:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/common/icon_human.svg) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
  }
  #header .headerCont #globalMenu > ul > li > a > span.life:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/common/icon_school.svg) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
  }
  #header .headerCont #globalMenu > ul > li > ul {
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 85px;
    left: 0;
    background-color: #fff;
    padding: 25px 20px 25px 30px;
    box-shadow: 0 0 12px 0.5px rgba(242, 224, 223, 0.46);
  }
  #header .headerCont #globalMenu > ul > li > ul li + li {
    margin-top: 10px;
  }
  #header .headerCont #globalMenu > ul > li > ul li a {
    display: block;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    font-size: 15px;
    transition: 0.3s;
  }
  #header .headerCont #globalMenu > ul > li > ul li a:hover {
    opacity: 0.6;
  }
  #header .headerCont #globalMenu > ul > li > ul li a:before {
    content: "";
    display: inline-block;
    background: url(../images/common/aroow_small.svg) no-repeat center/cover;
    width: 8px;
    height: 6px;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
  }
  #header .headerCont #spInfo {
    display: none;
  }
  #loopText {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 30px;
  }
  #loopText > div span {
    display: inline-block;
    margin: 0 15px;
    height: auto;
  }
  #pageTop {
    width: 50px;
    height: 50px;
    right: 22px;
    bottom: 26px;
  }
  #pageTop:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #115431;
    border-left: solid 1px #115431;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 2px);
    right: 19px;
  }
  #pageTop:hover {
    opacity: 0.6;
  }
  #footer {
    padding-bottom: 30px;
  }
  #footer .footerInner {
    max-width: 1000px;
    margin: 0 auto;
  }
  #footer .footerWrap {
    display: flex;
    justify-content: space-between;
    gap: 70px;
  }
  #footer .footerWrap .footerLogo {
    flex: none;
  }
  #footer .footerWrap .footerLogo a {
    display: inline-block;
    padding-left: 50px;
  }
  #footer .footerWrap .footerLogo img {
    width: 275px;
  }
  #footer .footerWrap .footerLogo p {
    text-align: center;
    font-size: 13px;
  }
  #footer .footerWrap #footerMenu {
    height: 100%;
    padding-top: 60px;
  }
  #footer .footerWrap #footerMenu > ul {
    display: flex;
    height: 100%;
    position: relative;
  }
  #footer .footerWrap #footerMenu > ul:after {
    content: "";
    display: block;
    background: url(../images/common/dot.webp) repeat-y;
    background-size: 2px auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
  }
  #footer .footerWrap #footerMenu > ul > li {
    position: relative;
    padding: 80px 20px 12px;
    text-align: center;
    flex: 1;
  }
  #footer .footerWrap #footerMenu > ul > li.education:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/common/icon_study.svg) no-repeat center/cover;
    position: absolute;
    left: calc(50% - 25px);
    top: 10px;
  }
  #footer .footerWrap #footerMenu > ul > li.people:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/common/icon_human.svg) no-repeat center/cover;
    position: absolute;
    left: calc(50% - 25px);
    top: 10px;
  }
  #footer .footerWrap #footerMenu > ul > li.life:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/common/icon_school.svg) no-repeat center/cover;
    position: absolute;
    left: calc(50% - 25px);
    top: 10px;
  }
  #footer .footerWrap #footerMenu > ul > li:after {
    content: "";
    display: block;
    background: url(../images/common/dot.webp) repeat-y;
    background-size: 2px auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
  }
  #footer .footerWrap #footerMenu > ul > li > a {
    color: #202020;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: 0.3s;
  }
  #footer .footerWrap #footerMenu > ul > li > a:hover {
    opacity: 0.6;
  }
  #footer .footerWrap #footerMenu > ul > li > a > span {
    display: inline-block;
    position: relative;
    padding-right: 26px;
  }
  #footer .footerWrap #footerMenu > ul > li > a > span span {
    font-size: 20px;
  }
  #footer .footerWrap #footerMenu > ul > li > a > span:after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/common/aroow_green.svg) no-repeat center/cover;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    transform: rotate(-90deg);
  }
  #footer .footerWrap #footerMenu > ul > li > ul {
    margin-top: 20px;
    display: inline-block;
  }
  #footer .footerWrap #footerMenu > ul > li > ul li {
    text-align: left;
  }
  #footer .footerWrap #footerMenu > ul > li > ul li + li {
    margin-top: 10px;
  }
  #footer .footerWrap #footerMenu > ul > li > ul li a {
    display: block;
    position: relative;
    padding-left: 20px;
    font-weight: 700;
    font-size: 14px;
    transition: 0.3s;
  }
  #footer .footerWrap #footerMenu > ul > li > ul li a:hover {
    opacity: 0.6;
  }
  #footer .footerWrap #footerMenu > ul > li > ul li a:before {
    content: "";
    display: inline-block;
    background: url(../images/common/aroow_small.svg) no-repeat center/cover;
    width: 8px;
    height: 6px;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
  }
  #footer #footerInfo {
    margin-top: 50px;
    display: flex;
    gap: 70px;
  }
  #footer #footerInfo .footerInfo {
    padding-left: 50px;
    width: 325px;
    flex: none;
  }
  #footer #footerInfo .headLink li a {
    display: inline-block;
    padding-right: 33px;
    position: relative;
    font-weight: 700;
    transition: 0.3s;
  }
  #footer #footerInfo .headLink li a:hover {
    opacity: 0.6;
  }
  #footer #footerInfo .headLink li a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/aroow_green_line.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
  }
  #footer #footerInfo .headSns {
    display: flex;
    gap: 25px;
    margin-top: 15px;
  }
  #footer #footerInfo .headSns a {
    display: inline-block;
    width: 48px;
    transition: 0.3s;
  }
  #footer #footerInfo .headSns a:hover {
    opacity: 0.6;
  }
  #footer #footerInfo .headBnr {
    flex: 1;
  }
  #footer #footerInfo .headBnr a {
    display: block;
    background-color: #fff;
    padding: 13px 60px 13px 60px;
    position: relative;
    text-align: center;
    transition: 0.3s;
  }
  #footer #footerInfo .headBnr a:hover {
    opacity: 0.6;
  }
  #footer #footerInfo .headBnr a img {
    max-width: 380px;
  }
  #footer #footerInfo .headBnr a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/aroow_green_line.svg) no-repeat center/cover;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top: calc(50% - 14px);
  }
  #footer .copyright {
    text-align: center;
    margin-top: 40px;
    font-size: 12px;
  }
  .commonInner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }
  .keywordWrap {
    padding-top: 55px;
    padding-bottom: 80px;
    background-color: #fbeeed;
  }
  .keywordWrap h3 {
    padding: 10px 25px 10px 15px;
    clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
  }
  .keywordWrap h3 span:first-of-type {
    font-size: 15px;
  }
  .keywordWrap h3 span:last-of-type {
    font-size: 15px;
    padding-left: 20px;
  }
  .keywordWrap h3 span:last-of-type:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 10px;
    top: 0;
  }
  .keywordWrap .keywordCont {
    padding: 40px;
  }
  .keywordWrap .keywordList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 20px;
    max-width: 820px;
    margin: 0 auto;
  }
  .keywordWrap .keywordList li a {
    font-size: 16px;
    transition: 0.3s;
  }
  .keywordWrap .keywordList li a:hover {
    opacity: 0.6;
  }
}
@media print {
  body {
    zoom: 0.68;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  header,
  footer {
    display: none !important;
  }
}
@media print and (-ms-high-contrast: none) {
  body {
    zoom: 1.8;
    width: 1200px;
    transform: scale(0.5);
    transform-origin: 0 0;
  }
}
@media print, screen and (min-width: 1024px) {
  /* ココから下には記入禁止 */
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  /* ココから下には記入禁止 */
}
@media screen and (max-width: 1200px) {
  /* ココから下には記入禁止 */
}
@media print {
  body {
    zoom: 0.68;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  header,
  footer {
    display: none !important;
  }
}
@media print and (-ms-high-contrast: none) {
  body {
    zoom: 1.8;
    width: 1200px;
    transform: scale(0.5);
    transform-origin: 0 0;
  }
}
@media print, screen and (min-width: 1201px) {
  /* ココから下には記入禁止 */
}
/*# sourceMappingURL=map/common.css.map */
