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

.left {
  float: left;
}

.right {
  float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
/*Font
--------------------------------------------*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #333;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1rem;
  }
}

.gray-bg {
  background: #f6f6f6 !important;
}

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

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

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

.com-dl .in-dl,
.com-dl dd,
.com-dl dt {
  box-sizing: border-box;
  line-height: 1.6;
}
.com-dl dt {
  font-weight: 700;
}
.com-dl > .in-dl {
  border-bottom: 1px solid #e2e2e2;
}
.com-dl > .in-dl:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt {
    border-left: 5px solid #ae0205;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt {
    border-left: 3px solid #ae0205;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dd {
    padding: 0 0 25px 15px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dd {
    padding: 0 0 15px 10px;
  }
}
.com-dl > .in-dl > dd a {
  color: #333;
}

.title01 {
  font-weight: 700;
  line-height: 1.5;
  box-sizing: border-box;
}
.title01 span {
  display: block;
}
.title01 .lang-en {
  color: #ae0205;
}
@media screen and (min-width: 767px) {
  .title01 {
    padding-left: 20px;
    border-left: 5px solid #ae0205;
    margin-bottom: 45px;
  }
  .title01 .sub {
    font-size: 26px;
  }
  .title01 .main {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .title01 {
    padding-left: 15px;
    border-left: 3px solid #ae0205;
    margin-bottom: 25px;
  }
  .title01 .sub {
    font-size: 16px;
  }
  .title01 .main {
    font-size: 25px;
  }
}

.title02 {
  font-weight: 700;
  line-height: 1.5;
  box-sizing: border-box;
}
.title02 span {
  display: block;
}
.title02 .lang-en {
  color: #ae0205;
}
@media screen and (min-width: 767px) {
  .title02 {
    font-size: 26px;
    padding-bottom: 20px;
    border-bottom: 5px solid #ae0205;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .title02 {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ae0205;
    margin-bottom: 25px;
  }
}

.title03 {
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  .title03 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .title03 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.c-title {
  box-sizing: border-box;
}
.c-title .sub,
.c-title .main {
  font-weight: 700;
  line-height: 1.5;
  display: block;
}
.c-title.center-title {
  border-left: 0;
  padding-left: 0;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .c-title {
    border-left: solid 5px #ae0205;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .c-title .sub {
    font-size: 26px;
    color: #ae0205;
  }
  .c-title .main {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    border-left: solid 3px #ae0205;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .c-title .sub {
    font-size: 14px;
    color: #ae0205;
  }
  .c-title .main {
    font-size: 28px;
  }
}

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

.lang-en {
  font-family: "Lexend Deca", sans-serif;
}

@media screen and (min-width: 767px) {
  .c-list-item {
    border-top: 3px solid #e2e2e2;
  }
  .c-list-item:last-of-type {
    border-bottom: 3px solid #e2e2e2;
  }
  .c-list-item a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 15px 0 0;
    box-sizing: border-box;
    transition: 0.1s all ease-in;
  }
  .c-list-item a:hover {
    padding: 0 15px 0 15px;
    background: rgba(174, 2, 5, 0.1);
  }
  .c-list-item .ic {
    position: absolute;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-list-item {
    border-top: 3px solid #e2e2e2;
  }
  .c-list-item:last-of-type {
    border-bottom: 3px solid #e2e2e2;
  }
  .c-list-item a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    transition: 0.1s all ease-in;
  }
  .c-list-item a:hover {
    padding: 0 10px 0 10px;
    background: rgba(174, 2, 5, 0.1);
  }
  .c-list-item .ic {
    position: absolute;
    right: 5px;
  }
}

.tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .tag-list {
    gap: 8px;
  }
  .tag-list li {
    border-radius: 100px;
    background: #e2e2e2;
    font-size: 12px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 768px) {
  .tag-list {
    gap: 8px;
  }
  .tag-list li {
    border-radius: 100px;
    background: #e2e2e2;
    font-size: 11px;
    padding: 5px 8px;
  }
}

.c-button {
  display: flex;
  background: #ae0205;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.1s all ease-in;
}
.c-button .text {
  font-weight: 700;
  color: #fff;
}
.c-button .ic-arw {
  position: absolute;
}
.c-button:hover {
  transform: scale(0.95);
}
.c-button.small-button {
  border-radius: 5px;
}
.c-button.middle-button {
  border-radius: 5px;
}
.c-button.wht-button {
  background: #fff;
}
.c-button.wht-button .text {
  font-weight: 700;
  color: #333;
}
@media screen and (min-width: 767px) {
  .c-button {
    width: 100%;
    height: 80px;
  }
  .c-button .ic-arw {
    right: 30px;
    font-size: 18px;
  }
  .c-button.small-button {
    width: 220px;
    height: 60px;
  }
  .c-button.small-button .ic-arw {
    right: 20px;
  }
  .c-button.middle-button {
    width: 450px;
    height: 80px;
  }
  .c-button.middle-button .text {
    font-size: 18px;
  }
  .c-button.middle-button .ic-arw {
    right: 20px;
  }
  .c-button.wht-button {
    border: solid 3px #ae0205;
  }
  .c-button.wht-button .text {
    font-size: 28px;
  }
  .c-button.wht-button .text small {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    width: 100%;
    height: 80px;
  }
  .c-button .ic-arw {
    right: 30px;
    font-size: 17px;
  }
  .c-button.small-button {
    width: 180px;
    height: 60px;
  }
  .c-button.small-button .ic-arw {
    right: 10px;
  }
  .c-button.middle-button {
    width: 90%;
    height: 60px;
  }
  .c-button.middle-button .text {
    font-size: 17px;
  }
  .c-button.middle-button .ic-arw {
    right: 10px;
  }
  .c-button.wht-button {
    border: solid 1px #ae0205;
  }
  .c-button.wht-button .text {
    font-size: 17px;
  }
  .c-button.wht-button .text small {
    font-size: 14px;
  }
}

.wht-arw {
  color: #fff;
}

.red-arw {
  color: #ae0205;
}

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

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

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

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

/*=========================================================
	Header
=========================================================*/
.header.header-u .nav-list .text-link a {
  color: #333;
}
@media screen and (min-width: 767px) {
  .header {
    height: 80px;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
  }
  .header-logo {
    width: 180px;
  }
  .header-right {
    width: calc(100% - 180px);
  }
  .header .nav-list {
    gap: 10px;
  }
  .header .nav-list .text-link a {
    display: block;
    color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    border-bottom: solid 3px transparent;
    transition: 0.2s all;
  }
  .header .nav-list .text-link a:hover {
    color: #ae0205;
    border-bottom: 3px solid #ae0205;
  }
  .header .nav-list .c-button {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 70px;
    padding-left: 5%;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
  }
  .header .header-logo {
    width: 100px;
  }
  .header .header-right {
    display: none;
  }
}

/*Mainvisual
=========================================================*/
@media screen and (min-width: 767px) {
  .mainvisual {
    margin: -80px 0 0;
    height: clamp(600px, 97vh, 910px);
    background: url(../img/top/mainvisual-bg-band.jpg) repeat-x bottom center;
  }
  .mainvisual .catch {
    width: 38%;
    height: 100%;
  }
  .mainvisual .catch img {
    width: 80%;
  }
  .mainvisual-img {
    height: 100%;
    width: 62%;
    background: url(../img/top/mv_img.jpg) no-repeat center/cover;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual {
    margin: -70px 0 0;
    height: clamp(250px, 30vw, 350px);
    background: url(../img/top/mainvisual-bg-band.jpg) repeat-x bottom
      center/100%;
  }
  .mainvisual .catch {
    width: 65%;
    height: 100%;
    padding-top: 30px;
    box-sizing: border-box;
  }
  .mainvisual .catch img {
    width: 80%;
  }
  .mainvisual-img {
    height: 100%;
    width: 35%;
    background: url(../img/top/mv_img.jpg) no-repeat center/cover;
  }
}

/*=========================================================
	Top page
=========================================================*/
/*top-about
=========================================================*/
@media screen and (min-width: 767px) {
  .top-about {
    padding: 120px 0 150px;
    background: #f6f6f6 url(../img/top/top-message-eng.png) no-repeat center
      bottom 50px;
  }
  .top-about-container {
    width: 52%;
    height: 540px;
    padding-right: 6.5%;
    box-sizing: border-box;
    background: url(../img/top/top_message-bg.jpg) no-repeat center/cover;
  }
  .top-about-contents {
    width: 48%;
    padding-left: 150px;
    box-sizing: border-box;
  }
  .top-about-text {
    width: 450px;
    line-height: 3;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 60px 0 70px;
    flex-direction: column;
    background: #f6f6f6 url(../img/top/top-message-eng.png) no-repeat center
      bottom/100%;
  }
  .top-about-container {
    width: 95%;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: url(../img/top/top_message-bg.jpg) no-repeat center/cover;
    margin-bottom: 30px;
  }
  .top-about-container-title {
    width: 70%;
  }
  .top-about-contents {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .top-about .c-button {
    margin: 50px auto 0;
  }
}

/*top-business
=========================================================*/
@media screen and (min-width: 767px) {
  .top-business {
    padding: 100px 0 60px;
  }
  .top-business-contents {
    gap: 40px;
  }
  .top-business-contents-card {
    width: 620px;
  }
  .top-business-contents-img {
    margin-bottom: 25px;
  }
  .top-business-contents-box {
    font-weight: 700;
    border-bottom: 5px solid #ae0205;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .top-business-contents-title {
    font-size: 26px;
    width: calc(100% - 130px);
  }
  .top-business-contents .c-button-arw {
    width: 130px;
    height: 60px;
    text-align: right;
    box-sizing: border-box;
    transition: 0.1s all ease-in;
  }
  .top-business-contents .c-button-arw .ic-arw {
    margin-left: 10px;
  }
  .top-business-contents .c-button-arw:hover {
    padding-right: 10px;
    background: rgba(174, 2, 5, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .top-business {
    padding: 60px 0;
  }
  .top-business .c-title {
    width: calc(100% - 130px);
  }
  .top-business .c-button {
    height: 40px;
    width: 130px;
  }
  .top-business .c-button .text {
    font-size: 12px;
  }
  .top-business .c-button .ic {
    font-size: 10px;
    right: 5px;
  }
  .top-business-contents {
    flex-wrap: wrap;
    gap: 40px 0;
  }
  .top-business-contents-card {
    width: 100%;
  }
  .top-business-contents-img {
    margin-bottom: 25px;
  }
  .top-business-contents-box {
    font-weight: 700;
    border-bottom: 3px solid #ae0205;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .top-business-contents-title {
    font-size: 18px;
    width: calc(100% - 130px);
  }
  .top-business-contents .c-button-arw {
    width: 130px;
    height: 50px;
    text-align: right;
    box-sizing: border-box;
    transition: 0.1s all ease-in;
  }
  .top-business-contents .c-button-arw .ic-arw {
    margin-left: 10px;
  }
  .top-business-contents .c-button-arw:hover {
    padding-right: 10px;
    background: rgba(174, 2, 5, 0.1);
  }
}

/*top-recruit
=========================================================*/
@media screen and (min-width: 767px) {
  .top-recruit {
    padding: 60px 0 85px;
    background: url(../img/top/top_recruit-img.png) no-repeat right bottom/58%,
      url(../img/top/top-_recruit-bg.jpg) no-repeat right bottom/100%;
  }
  .top-recruit-contents {
    width: 450px;
  }
  .top-recruit-text {
    margin-bottom: 50px;
  }
  .top-recruit-list-item a {
    font-size: 20px;
    height: 90px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .top-recruit {
    padding: 60px 0 70%;
    background: url(../img/top/top_recruit-img.png) no-repeat right bottom/95%,
      url(../img/top/top-_recruit-bg.jpg) no-repeat right bottom/200%;
  }
  .top-recruit-text {
    margin-bottom: 50px;
  }
  .top-recruit-list-item a {
    font-size: 17px;
    height: 70px;
    font-weight: 700;
  }
}

/*top-news
=========================================================*/
@media screen and (min-width: 767px) {
  .top-news {
    padding: 100px 0;
    background: #f6f6f6;
  }
  .top-news .c-title {
    width: calc(100% - 220px);
  }
  .top-news-list {
    gap: 40px;
  }
  .top-news-list-item {
    width: 400px;
  }
  .top-news-list-item a {
    display: block;
    transition: 0.1s all ease;
  }
  .top-news-list-item a:hover {
    transform: scale(0.95);
  }
  .top-news-list-item-title {
    font-weight: 700;
  }
  .top-news-list .com-img {
    height: 270px;
    margin-bottom: 20px;
  }
  .top-news-list .tag-list {
    margin-bottom: 10px;
  }
  .top-news-list time {
    text-align: right;
    font-weight: 700;
    display: block;
    font-size: 12px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 60px 0;
    background: #f6f6f6;
  }
  .top-news .c-title {
    width: calc(100% - 130px);
  }
  .top-news-list {
    flex-wrap: wrap;
    gap: 40px;
  }
  .top-news-list-item {
    width: 100%;
  }
  .top-news-list-item a {
    display: block;
    transition: 0.1s all ease;
  }
  .top-news-list-item a:hover {
    transform: scale(0.95);
  }
  .top-news-list-item-title {
    font-weight: 700;
  }
  .top-news-list .com-img {
    padding-top: 68%;
    margin-bottom: 20px;
  }
  .top-news-list .tag-list {
    margin-bottom: 10px;
  }
  .top-news-list time {
    text-align: right;
    font-weight: 700;
    display: block;
    font-size: 12px;
    margin-top: 10px;
  }
  .top-news .c-button {
    height: 40px;
    width: 130px;
  }
  .top-news .c-button .text {
    font-size: 12px;
  }
  .top-news .c-button .ic {
    font-size: 10px;
  }
}

/*l-cta
=========================================================*/
.l-cta-box {
  background: #fff;
}
@media screen and (min-width: 767px) {
  .l-cta {
    padding: 150px 0 100px;
    background: url(../img/common/com_cta-bg-eng.png) no-repeat center bottom,
      url(../img/common/com_cta-bg.jpg) no-repeat center/cover;
  }
  .l-cta-box {
    font-size: 18px;
    padding: 70px 60px;
    box-sizing: border-box;
    position: relative;
  }
  .l-cta-box .c-title {
    position: absolute;
    left: 0;
    top: -70px;
    width: 100%;
  }
  .l-cta-contents {
    gap: 50px;
  }
  .l-cta-text,
  .l-cta-list {
    width: 450px;
  }
  .l-cta-list a {
    height: 80px;
    font-size: 20px;
    font-weight: 700;
  }
  .l-cta-catch {
    margin-top: 30px;
  }
  .l-cta-button-list {
    margin-top: 30px;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 60px 0 20%;
    background: url(../img/common/com_cta-bg-eng.png) no-repeat center
        bottom/100%,
      url(../img/common/com_cta-bg.jpg) no-repeat center/cover;
  }
  .l-cta-box {
    font-size: 18px;
    padding: 120px 30px 50px;
    box-sizing: border-box;
    position: relative;
  }
  .l-cta-box .c-title {
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
  }
  .l-cta-contents {
    gap: 30px;
    flex-direction: column;
  }
  .l-cta-text,
  .l-cta-list {
    width: 100%;
  }
  .l-cta-text {
    font-size: 15px;
  }
  .l-cta-list a {
    height: 70px;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
  }
  .l-cta-catch {
    margin-top: 30px;
    font-size: 16px;
  }
  .l-cta-button-list {
    flex-direction: column;
    margin-top: 30px;
    gap: 15px;
    justify-content: center;
  }
  .l-cta-button-list-item {
    width: 100%;
  }
  .l-cta-button-list-item .c-button {
    margin: 0 auto;
  }
  .l-cta-button-list-item .c-button .text {
    font-size: 15px;
  }
}

/*=========================================================
	footer
=========================================================*/
.footer {
  background: #222;
  color: #e2e2e2;
}
@media screen and (min-width: 767px) {
  .footer {
    padding: 100px 0 80px;
  }
  .footer-logo {
    margin: 0 0 45px 0;
  }
  .footer-left,
  .footer-right {
    width: 50%;
  }
  .footer-right {
    padding-left: 30px;
    gap: 70px;
  }
  .footer-right .c-list {
    width: 215px;
  }
  .footer-right .c-list-item {
    border-top: none;
    border-bottom: 1px solid #e2e2e2;
  }
  .footer-right .c-list-item:last-of-type {
    border-bottom: none;
  }
  .footer-right .c-list-item a {
    height: 60px;
  }
  .footer-right .c-list-item a .text {
    color: #e2e2e2;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 0 40px;
  }
  .footer-logo {
    width: 120px;
    margin-bottom: 40px;
  }
  .footer .ft-wrp {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .footer-left,
  .footer-right {
    width: 100%;
  }
  .footer-right {
    margin-top: 30px;
    gap: 4%;
  }
  .footer-right .c-list {
    width: 48%;
  }
  .footer-right .c-list-item {
    border-top: none;
    border-bottom: 1px solid #e2e2e2;
  }
  .footer-right .c-list-item:last-of-type {
    border-bottom: none;
  }
  .footer-right .c-list-item a {
    height: 50px;
    font-size: 13px;
  }
  .footer-right .c-list-item a .text {
    color: #e2e2e2;
  }
}

#copyright small {
  color: #e2e2e2;
}
#copyright small a {
  color: #e2e2e2;
}
@media screen and (min-width: 767px) {
  #copyright {
    padding: 5px 0;
  }
  #copyright small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #copyright {
    text-align: center;
  }
  #copyright small {
    font-size: 11px;
  }
}

/*コンポーネント
=========================================================*/
@media screen and (min-width: 767px) {
  .c-contents-img-l {
    margin-bottom: 40px;
  }
  .c-contents-img-l:last-child {
    margin-bottom: 0;
  }
  .c-contents-img-l .inbox {
    display: flex;
    justify-content: space-between;
  }
  .c-contents-img-l-img {
    width: 460px;
    height: 310px;
  }
  .c-contents-img-l .title02 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .c-contents-img-l-textbox {
    width: 570px;
  }
  .c-contents-img-l-textbox-detail {
    margin-bottom: 20px;
    display: flex;
  }
  .c-contents-img-l-textbox-detail .tag-list {
    width: calc(100% - 120px);
  }
  .c-contents-img-l-textbox-detail .c-table-small {
    width: 120px;
  }
  .c-contents-img-l-text {
    text-align: justify;
    letter-spacing: 0.12rem;
  }
}
@media screen and (max-width: 768px) {
  .c-contents-img-l {
    margin-bottom: 40px;
  }
  .c-contents-img-l:last-child {
    margin-bottom: 0;
  }
  .c-contents-img-l-img {
    width: 100%;
    padding-top: 68%;
    margin-bottom: 20px;
  }
  .c-contents-img-l-textbox-detail {
    margin-bottom: 20px;
    display: flex;
  }
  .c-contents-img-l-textbox-detail .tag-list {
    width: calc(100% - 120px);
  }
  .c-contents-img-l-textbox-detail .c-table-small {
    width: 120px;
  }
}

@media screen and (min-width: 767px) {
  .c-contents-img-r {
    margin-bottom: 40px;
  }
  .c-contents-img-r:last-child {
    margin-bottom: 0;
  }
  .c-contents-img-r .inbox {
    display: flex;
    justify-content: space-between;
  }
  .c-contents-img-r-img {
    width: 465px;
    order: 2;
  }
  .c-contents-img-r-textbox {
    width: 540px;
    order: 1;
  }
  .c-contents-img-r-text {
    text-align: justify;
    letter-spacing: 0.12rem;
  }
}
@media screen and (max-width: 768px) {
  .c-contents-img-r {
    margin-bottom: 40px;
  }
  .c-contents-img-r:last-child {
    margin-bottom: 0;
  }
  .c-contents-img-r-img {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 767px) {
  .c-contents-table-r {
    display: flex;
    align-items: flex-start;
  }
  .c-contents-table-r-title {
    width: calc(100% - 590px);
    padding-right: 30px;
    box-sizing: border-box;
  }
  .c-contents-table-r-detail {
    margin-bottom: 60px;
  }
  .c-contents-table-r-detail:last-of-type {
    margin-bottom: 0;
  }
  .c-contents-table-r-dl {
    width: 590px;
  }
}
@media screen and (max-width: 768px) {
  .c-contents-table-r-detail {
    margin-bottom: 40px;
  }
  .c-contents-table-r-detail:last-of-type {
    margin-bottom: 0;
  }
  .c-contents-table-r-dl {
    width: 100%;
  }
}

.c-two-column-list {
  display: flex;
  flex-wrap: wrap;
}
.c-two-column-list-card-imgbox {
  position: relative;
}
.c-two-column-list-card-imgbox .tag {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ae0205;
  color: #fff;
  z-index: 10;
}
.c-two-column-list-card-text {
  text-align: justify;
}
@media screen and (min-width: 767px) {
  .c-two-column-list {
    gap: 40px;
  }
  .c-two-column-list-card {
    width: 520px;
  }
  .c-two-column-list-card .title02 {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .c-two-column-list-card-imgbox {
    margin-bottom: 15px;
  }
  .c-two-column-list-card-imgbox .tag {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    min-width: 240px;
    padding: 5px 10px;
    max-width: 90%;
  }
  .c-two-column-list-card-text {
    line-height: 2;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 768px) {
  .c-two-column-list {
    gap: 40px;
  }
  .c-two-column-list-card {
    width: 100%;
  }
  .c-two-column-list-card .title02 {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .c-two-column-list-card-imgbox {
    margin-bottom: 15px;
  }
  .c-two-column-list-card-imgbox .tag {
    font-size: 13px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    min-width: 200px;
    padding: 5px 10px;
    max-width: 90%;
  }
  .c-two-column-list-card-text {
    line-height: 2;
    letter-spacing: 0.5px;
  }
}

.c-three-column-list {
  display: flex;
  flex-wrap: wrap;
}
.c-three-column-list-card-text {
  text-align: justify;
}
@media screen and (min-width: 767px) {
  .c-three-column-list {
    gap: 30px;
  }
  .c-three-column-list-card {
    width: 340px;
  }
  .c-three-column-list-card-img {
    margin-bottom: 15px;
  }
  .c-three-column-list-card-text {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .c-three-column-list {
    gap: 40px 0;
  }
  .c-three-column-list-card {
    width: 100%;
  }
  .c-three-column-list-card-img {
    text-align: center;
    margin-bottom: 15px;
  }
  .c-three-column-list-card-text {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 2;
  }
}

.c-contents-dl {
  background: #fff;
  box-sizing: border-box;
  font-weight: 700;
}
.c-contents-dl-title {
  background: #e2e2e2;
  line-height: 1.6;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .c-contents-dl {
    padding: 20px;
  }
  .c-contents-dl .in-dl {
    margin-bottom: 20px;
  }
  .c-contents-dl .in-dl:last-child {
    margin-bottom: 0;
  }
  .c-contents-dl-title {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-contents-dl {
    padding: 15px;
  }
  .c-contents-dl .in-dl {
    margin-bottom: 20px;
  }
  .c-contents-dl .in-dl:last-child {
    margin-bottom: 0;
  }
  .c-contents-dl-title {
    font-size: 16px;
    padding: 10px;
    margin-bottom: 10px;
  }
}

.c-table-small .in-dl {
  margin-bottom: 5px;
  line-height: 1.1;
}
.c-table-small .in-dl:last-child {
  margin-bottom: 0;
}
.c-table-small .in-dl dt {
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #333;
}

.iframe iframe {
  width: 100%;
  height: 100%;
}

.c-dotted-list {
  line-height: 1.6;
}
.c-dotted-list-item {
  position: relative;
}
.c-dotted-list-item:before {
  content: "・";
  position: absolute;
  left: 0;
}
@media screen and (min-width: 767px) {
  .c-dotted-list-item {
    padding-left: 25px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .c-dotted-list-item:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-dotted-list-item {
    padding-left: 20px;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .c-dotted-list-item:last-of-type {
    margin-bottom: 0;
  }
}

/*私たちについて
=========================================================*/
@media screen and (min-width: 767px) {
  .about-us {
    padding: 100px 0 80px;
  }
  .about-us .c-contents-img-r-textbox {
    width: 570px;
  }
}
@media screen and (max-width: 768px) {
  .about-us {
    padding: 60px 0;
  }
}

/*事業内容
=========================================================*/
@media screen and (min-width: 767px) {
  .business-info {
    padding: 100px 0 70px;
  }
  .business-info .c-contents-dl {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .business-info {
    padding: 60px 0;
  }
  .business-info .c-contents-dl {
    margin-top: 15px;
  }
}

/*採用情報
=========================================================*/
@media screen and (min-width: 767px) {
  .recruit-info .c-text-contents {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-info .c-text-contents {
    margin-bottom: 30px;
  }
}

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

@media screen and (min-width: 767px) {
  .our-environment {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .our-environment {
    padding: 60px 0;
  }
}

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

@media screen and (min-width: 767px) {
  .job-description {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .job-description {
    padding: 60px 0;
  }
}

/*会社概要
=========================================================*/
@media screen and (min-width: 767px) {
  .company {
    padding: 100px 0 80px;
  }
  .company-textbox {
    line-height: 2;
  }
  .company .c-contents-img-r-text {
    letter-spacing: 0.11rem;
  }
  .company .ceo-name {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .company {
    padding: 60px 0;
  }
  .company .ceo-name {
    text-align: right;
  }
}

@media screen and (min-width: 767px) {
  .info {
    padding: 100px 0;
  }
  .info .googlemap {
    height: 450px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .info {
    padding: 60px 0;
  }
  .info .googlemap {
    height: 250px;
    margin-top: 30px;
  }
}

.sub-visual-title {
  line-height: 1.5;
  font-weight: 700;
}
.sub-visual-title span {
  display: block;
}
.sub-visual-title .sub {
  color: #ae0205;
}
@media screen and (min-width: 767px) {
  .sub-visual {
    margin-top: 40px;
  }
  .sub-visual-title {
    margin-bottom: 50px;
  }
  .sub-visual-title .sub {
    font-size: 26px;
  }
  .sub-visual-title .main {
    font-size: 48px;
  }
  .sub-visual-img {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .sub-visual {
    margin-top: 20px;
  }
  .sub-visual-title {
    margin-bottom: 20px;
  }
  .sub-visual-title .sub {
    font-size: 14px;
  }
  .sub-visual-title .main {
    font-size: 20px;
  }
  .sub-visual-img {
    height: 100px;
  }
}

.error-text {
  color: #f44336;
}

@media screen and (min-width: 767px) {
  .cont-dl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
  }
}
.cont-dl .in-dl .hissu {
  line-height: 1;
  position: absolute;
  right: 0;
  background: #ae0205;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl .hissu {
    font-size: 13px;
    top: 3px;
    padding: 5px 8px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl .hissu {
    font-size: 3vw;
    padding: 5px 5px;
    top: 3px;
  }
}
.cont-dl .in-dl dt,
.cont-dl .in-dl dd {
  box-sizing: border-box;
}
.cont-dl .in-dl dt {
  position: relative;
  vertical-align: top;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl dt {
    width: 320px;
  }
}
.cont-dl .in-dl dt a {
  color: #ae0205;
  border-bottom: 1px solid #ae0205;
}
.cont-dl .in-dl dd a {
  color: #ae0205;
  border-bottom: 1px solid #ae0205;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl dd {
    width: calc(100% - 320px);
  }
}
.cont-dl .in-dl dd input[type="text"],
.cont-dl .in-dl dd input[type="num"],
.cont-dl .in-dl dd input[type="email"],
.cont-dl .in-dl dd input[type="url"],
.cont-dl .in-dl dd input[type="tel"] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl dd input[type="text"],
  .cont-dl .in-dl dd input[type="num"],
  .cont-dl .in-dl dd input[type="email"],
  .cont-dl .in-dl dd input[type="url"],
  .cont-dl .in-dl dd input[type="tel"] {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl dd input[type="text"],
  .cont-dl .in-dl dd input[type="num"],
  .cont-dl .in-dl dd input[type="email"],
  .cont-dl .in-dl dd input[type="url"],
  .cont-dl .in-dl dd input[type="tel"] {
    font-size: 17px;
  }
}
.cont-dl .in-dl dd .select-wrap {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrap:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  color: #333;
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}

.contact-btn ul {
  text-align: center;
}
.contact-btn ul li {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li {
    margin-bottom: 5%;
  }
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  transition: 0.3s;
  font-weight: bold;
  border: solid 1px #ae0205;
  background-color: #ae0205;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li #form-btn {
    cursor: pointer;
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 4vw;
    padding: 6% 0;
  }
}
.contact-btn ul li:hover #form-btn {
  color: #ae0205;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li:last-child {
    margin-bottom: 0;
  }
}

/*リキャプチャ---------------*/
.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}

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

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

/*Common
----------------------------------------------------*/
/*All Post 
----------------------------------------------------*/
@media screen and (min-width: 767px) {
  .post-wrp .tag-change {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
}
.post-wrp .tag-change li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 8px 10px;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .post-wrp .tag-change li {
    margin: 10px 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change li {
    margin-right: 1%;
    min-width: 100px;
  }
}
.post-wrp .tag-change li:last-child {
  margin-right: 0;
}
.post-wrp .tag-change a {
  display: block;
  border: solid 1px #ae0205;
  color: #ae0205;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .post-wrp .tag-change a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change a {
    font-size: 3vw;
    padding: 5px 10px;
  }
}
.post-wrp .tag-change .current a {
  background: #ae0205;
}
.post-wrp .tag-change .current a span {
  color: #fff;
}
.post-wrp .all-post-list article {
  border-bottom: 1px solid #ae0205;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article {
    margin-bottom: 25px;
  }
}
.post-wrp .all-post-list article a {
  color: #333;
  display: block;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article a {
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article a {
    padding: 5% 0;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .tag-time {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .tag-time {
    margin-bottom: 5%;
  }
}
.post-wrp .all-post-list article .tag-name {
  line-height: 1;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: solid 1px #ae0205;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .tag-name {
    min-width: 125px;
    padding: 10px 20px;
    font-size: 12px;
    margin: 3px 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .tag-name {
    min-width: 80px;
    padding: 5px 10px;
    margin: 1% 1% 0 0;
    font-size: 3vw;
  }
}
.post-wrp .all-post-list article .tag-name span {
  color: #ae0205;
}
.post-wrp .all-post-list article time {
  display: block;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article time {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article time {
    text-align: right;
    margin-bottom: 3%;
    font-size: 11px;
    letter-spacing: 0.1rem;
  }
}
.post-wrp .all-post-list article time span {
  color: #ae0205;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article time span {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article time span {
    color: #fff;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .com-img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .com-img {
    width: 20%;
    padding-top: 20%;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .post-thumb-text {
    width: 855px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .post-thumb-text {
    width: 75%;
  }
}
.post-wrp .all-post-list article h4 {
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article h4 {
    font-size: 4vw;
    margin-bottom: 3%;
  }
}

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

/*Single Post
----------------------------------------------------*/
@media screen and (min-width: 767px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 3%;
  }
  #contents-u.s-post .s-post-taglist li {
    margin: 1% 1% 0 0;
  }
  #contents-u.s-post .s-post-taglist li span {
    font-size: 3vw;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #ae0205;
}
@media screen and (min-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #ae0205;
  font-weight: bold;
}
#contents-u.s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  box-sizing: border-box;
  border: solid 1px #ae0205;
  line-height: 1;
  font-size: 14px;
  color: #ae0205;
}
#contents-u.s-post .tag-name span {
  color: #ae0205;
}

#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  #contents-u.privacy .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.privacy .privacy-box {
    margin-bottom: 10%;
  }
}

#site-map ul li {
  border-bottom: 1px solid #ae0205;
}
#site-map ul li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.3s;
  color: #333;
}
@media screen and (min-width: 767px) {
  #site-map ul li a {
    padding: 20px 0 20px 35px;
  }
  #site-map ul li a:hover:before {
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #site-map ul li a {
    padding: 10px 0 10px 25px;
  }
}
#site-map ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
}
@media screen and (min-width: 767px) {
  #site-map ul li a::before {
    margin-top: -4px;
    border: solid 4px #ae0205;
  }
}
@media screen and (max-width: 768px) {
  #site-map ul li a::before {
    margin-top: -4px;
    border: solid 4px #ae0205;
  }
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #ae0205;
  font-weight: bold;
} /*# sourceMappingURL=style.css.map */
