/************************************

reset

************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

li {
  list-style-type: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

address,
em {
  font-style: normal;
}

button {
  padding: 0;
  border: 0;
}

hr {
  border: 0;
  border-top: 1px solid #000;
}

/************************************

base

************************************/
html {
  font-size: 625%;
}

body {
  position: relative;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #333333;
  font-size: 0.16rem;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

a {
  color: inherit;
  transition: 0.2s all ease 0s;
}

p {
  line-height: 1.6;
}

p a {
  text-decoration: underline;
}

p a:hover {
  color: #333333;
  text-decoration: none;
}

sub {
  font-size: 0.7em;
  vertical-align: baseline;
}

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

.company__info a {
  text-decoration: none;
}

.copyright {
  font-size: 0.1rem;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.3rem;
  height: 1rem;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .header__container {
    padding: 0 0.2rem;
    height: 0.6rem;
  }
}

.main__logo {
  height: 0.4rem;
}

@media screen and (max-width: 768px) {
  .main__logo {
    height: 0.3rem;
  }
}

.main__logo img {
  height: 100%;
}

.group__logo {
  height: 0.3rem;
}

@media screen and (max-width: 768px) {
  .group__logo {
    height: 0.2rem;
  }
}

.group__logo img {
  height: 100%;
}

#support_box {
  padding: 0 0 150px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#support_box>a {
  width: 50%;
  height: auto;
  position: relative;
}

#support_box>a:hover {
  opacity: .7;
}

#support_box>a img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #support_box {
    padding: 0 0 150px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  #support_box>a {
    width: 100%;
    height: auto;
    position: relative;
  }
}

.support_mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.support_detail_title {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size: .3rem;
  color: #ffffff;
  font-family: serif;
  line-height: 1.6;
}

.support_detail_title span {
  font-size: 70%;
}
.support_mask p{
  text-align:justify;
  font-size: .16rem;
  color: #fff;
  padding: 0 .1rem;
  margin: 30px auto 0 auto;
  font-weight: normal;
  width: 80%;
}
#about_group {
  background: #F7F5F2;
  padding: 40px 0;
  text-align: center;
}

.about_group_box {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.about_group_box>* {
  margin: 0 10px;
}

.about_group_box img {
  height: 30px;
}

.about_group_box p {
  font-family: serif;
  font-size: .2rem;
}

@media screen and (max-width: 768px) {
  .about_group_box {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .about_group_box p {
    font-size: .18rem;
    margin: 20px auto 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .about_group_box p {
    font-size: .16rem;
    margin: 20px auto 0 auto;
  }
}

#sub_sitemap_wrap {
  border-top: 1px solid #EEE9E6;
}

.sub_sitemap_item {
  padding: 20px;
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
}

.sub_sitemap_item a{
  text-decoration: none;
}
.sub_sitemap_item ul {
  display: flex;
}

.sub_sitemap_item dl {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: center;
}

.sub_sitemap_item dl dt img {
  height: 30px;
  margin: 0 0 0 20px;
}

.sub_sitemap_item dl dd {
  font-size: .12rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .sub_sitemap_item {
    padding: 20px;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
  }

  .sub_sitemap_item dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
  }

  .sub_sitemap_item dl dt img {
    height: 30px;
    margin: 0 0 0 0px;
  }
}
.heading{
  font-weight: bold;
  text-align: center;
  font-size: .3rem;
  margin: 0 0 20px 0;
}
.l-info__list {
    display: block;
    width: 100%;

    text-align: left;
    word-break: break-all;
}

.l-info__list table {
      border-top: 1px solid #E5E5E5;
    border-collapse: collapse;
    border-spacing: 2px 2px;
    width: 100%;
    max-width: 1100px;
    padding: 40px 10px 0 10px;
    margin: 0 auto 100px auto;

}

.l-info__list tr:nth-child(2n+1) {
    background: #F5F5F5;
}

.l-info__list th, .l-info__list td {
    padding: 26px 2.7%;
    border-bottom: 1px solid #E5E5E5;
    box-sizing: border-box;
    margin: 0;
        line-height: 1.8;
}

.l-info__list th, .l-info__list td {
    padding: 26px 2.7%;
    border-bottom: 1px solid #E5E5E5;
    box-sizing: border-box;
    margin: 0;
}

.l-info__list td {
    width: 70%;
}
.l-info__list tr:nth-child(2n+2) {
    background: #FFF;
}










.info__container {
  max-width: 1200px;
  padding: 0 0.2rem;
  margin: 0 auto;
}

.info__wrap {
  padding: 1.2rem 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .info__wrap {
    padding: 0.6rem 0;
    align-items: flex-start;
    flex-direction: column;
  }
}

.info__detail {
  flex: 1;
  padding: 0.6rem 0 0 0.6rem;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .info__detail {
    padding: 0.6rem 0 0;
    align-items: flex-start;
    flex-direction: column;
  }
}

.info__list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.info__list li {
  display: flex;
}

@media screen and (max-width: 768px) {
  .info__list li .date {
    font-size: 0.12rem;
  }
}

.info__list li .detail {
  margin: 0 0 0 0.4rem;
}

@media screen and (max-width: 768px) {
  .info__list li .detail {
    margin: 0 0 0 0.2rem;
  }
}

.info__list li a {
  text-decoration: none;
}

.main__container {
  width: 100%;
  height: auto;
  margin: 0 0 100px 0;
}

.main__container img {
  width: 100%;
  height: auto;
}

.main_title {
  width: 60%;
  height: auto;
  max-height: 980px;
}

.main_title img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .main_title {
    width: 50%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .main_title {
    width: 100%;
    height: auto;
  }
}

.catch__wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}

@media screen and (max-width: 768px) {
  .catch__wrap {
    padding: 0.4rem 0;
  }
}

.catch__tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
  font-size: 0.4rem;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 10px;
}

@media screen and (max-width: 1080px) {
  .catch__tate {
    font-size: 0.3rem;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .catch__tate {
    font-size: 0.3rem;
    line-height: 2;
  }
}

.catch__tate span {
  color: #D83C15;
}

.catch_lead {
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .catch_lead {
    line-height: 2;
  }
}

.catch_lead span {
  color: #D83C15;
}

.top__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0.2rem;
  margin: 0 auto;
  max-width: 1200px;
  height: 100%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .top__container {
    height: 70vh;
  }
}

.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.2rem;
  margin: 0 auto 0 0;
  width: 100%;
}

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

.title_main {
  background: #333333;
  padding: 0.1rem 0.3rem;
  color: #ffffff;
  display: inline;
  font-size: 500%;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  transform: scale(8);
  animation: open 0.5s cubic-bezier(0.7, 0, 0.84, 0) forwards 0.3s;
}

@media screen and (max-width: 768px) {
  .title_main {
    width: 100%;
    font-size: 200%;
    padding: 0.1rem 0;
    text-align: center;
  }
}

.title_sub {
  background: #D83C15;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1rem 0.3rem;
  color: #ffffff;
  font-size: 400%;
  font-weight: bold;
  margin: 0 0 0 14%;
  display: block;
  opacity: 0;
  transform: scale(8);
  animation: open 0.5s cubic-bezier(0.7, 0, 0.84, 0) forwards 0.3s;
}

@media screen and (max-width: 768px) {
  .title_sub {
    width: 100%;
    font-size: 180%;
    padding: 0.1rem 0;
    text-align: center;
    margin: 0 0 0 20px;
  }
}

.subject_area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  width: 80%;
  margin: 0 auto 20vh;
  font-size: 0.2rem;
  box-shadow: 4px 4px 10px rgba(51, 51, 51, 0.2);
  text-align: center;
  transform: scale(1.1);
  opacity: 0;
  animation: scale 0.7s ease forwards 1.1s;
}

@media screen and (max-width: 768px) {
  .subject_area {
    width: 100%;
    font-size: 100%;
  }
}

.subject_heading {
  padding: 0.15rem;
  color: #ffffff;
  background: #898989;
  flex-basis: 15%;
}

@media screen and (max-width: 768px) {
  .subject_heading {
    padding: 0.1rem 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.subject_item {
  background: #ffffff;
  flex: 1;
  padding: 0.15rem;
}

@media screen and (max-width: 768px) {
  .subject_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.6;
    text-align: left;
    padding: 0.1rem;
  }
}

.meun__container a {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}

.meun__container a img {
  width: 100%;
  height: auto;
}

.meun__container a:hover {
  opacity: 0.7;
}

.menu__wrap {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.meun__title {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu__midashi {
  height: 84%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: right;
  letter-spacing: 5px;
}

.menu__midashi h2 {
  font-size: 0.36rem;
  line-height: 1.6;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.menu__midashi h2 span {
  color: #D83C15;
}

@media screen and (max-width: 1080px) {
  .menu__midashi h2 {
    font-size: 0.2rem;
  }
}

.menu__midashi p {
  font-size: 50%;
}

.line__ling {
  height: 16%;
  border-left: 1px solid #ffffff;
}

.heading__tate {
  width: 20vw;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  letter-spacing: 5px;
}

.heading_jp {
  font-size: 0.4rem;
}

@media screen and (max-width: 768px) {
  .heading_jp {
    font-size: 0.28rem;
  }
}

.heading_en {
  font-size: 0.14rem;
  margin: 0 0.05rem 0 0;
}

@media screen and (max-width: 768px) {
  .heading_en {
    font-size: 0.1rem;
  }
}

.heading__yoko {
  text-align: center;
}

.midashi_business {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto 0.3rem;
  font-size: 0.3rem;
  letter-spacing: 5px;
  text-align: left;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .midashi_business {
    font-size: 0.24rem;
  }
}

.midashi_business span {
  border-right: 2px solid #D83C15;
  padding: 0 0.1rem 0 0;
}

.work {
  padding: 1.2rem 0 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .work {
    padding: 0.6rem 0 0;
  }
}

.work__container {
  max-width: 1200px;
  padding: 0 0.1rem;
  margin: 0 auto 1.2rem;
}

@media screen and (max-width: 768px) {
  .work__container {
    margin: 0 auto 0.6rem;
  }
}

.business__wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .business__wrap {
    gap: 0;
  }
}

.business__wrap li {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1080px) {
  .business__wrap li {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

.business__wrap li:nth-child(odd) {
  background-color: #fffdf0;
  background-image: url("http://www.transparenttextures.com/patterns/bedge-grunge.png");
  flex-direction: row;
}

@media screen and (max-width: 1080px) {
  .business__wrap li:nth-child(odd) {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

.business__img {
  width: 60vw;
  height: auto;
}

@media screen and (max-width: 1080px) {
  .business__img {
    width: 100%;
    height: auto;
  }
}

.business__detail {
  width: 40vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1080px) {
  .business__detail {
    width: 100%;
    height: auto;
    padding: 0.4rem 0;
    font-size: 0.14rem;
  }
}

@keyframes open {
  0% {
    opacity: 1;
    transform: scale(8);
  }

  80% {
    opacity: 1;
  }

  85% {
    opacity: 1;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blur {
  0% {
    transform: scale(0.97) skew(1.5deg);
    opacity: 0;
    filter: blur(5px);
  }

  100% {
    transform: scale(1) skew(0);
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes mouseon {
  1% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

@keyframes scale {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes glitch {
  0% {
    opacity: 1;
  }

  30% {
    transform: scaleX(1.4);
    opacity: 0;
  }

  50% {
    transform: scaleX(1.2);
    opacity: 1;
  }

  85% {
    transform: scaleX(1);
    opacity: 0;
  }

  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

/************************************

Display switch

************************************/
.pc-block {
  display: block;
}

.pc-inline {
  display: inline;
}

.sp-block {
  display: none;
}

.sp-inline {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-block {
    display: none;
  }

  .sp-block {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .pc-inline {
    display: none;
  }

  .sp-inline {
    display: inline;
  }
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  display: block;
  max-width: none;
  margin: auto;
  float: left;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  opacity: 0.5;
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-bottom: 100px;
  overflow: visible;
  background: none;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  padding: 0;
  background: none;
}

#cboxLoadingGraphic {
  /* background:url(images/loading.gif) no-repeat center center; */
}

#cboxLoadingOverlay {
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #fff;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  position: absolute;
  top: -20px;
  /* background:url(images/controls.png) no-repeat 0 0; */
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  text-indent: -9999px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  right: 44px;
  background-position: 0 0;
}

#cboxPrevious:hover {
  background-position: 0 -25px;
}

#cboxNext {
  right: 22px;
  background-position: -25px 0;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  top: auto;
  bottom: -66px;
  left: calc(50% - 29px);
  width: 58px;
  height: 58px;
  background: url(../images/close.svg) no-repeat center center;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  right: 44px;
  background-position: -75px -25px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  right: 44px;
  background-position: -100px 0;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/************************************

Color box override

************************************/
#colorbox {
  box-shadow: none;
}

#cboxOverlay {
  background: #000;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxLoadedContent {
  padding: 0.4rem;
}

@media screen and (max-width: 768px) {
  #cboxLoadedContent {
    padding: 0;
  }
}

#cboxContent {
  margin-bottom: 0;
}

#cboxClose {
  display: none;
  top: auto;
  bottom: -40px;
  left: 50%;
  width: auto;
  height: auto;
  padding: 0.3em 3.5em;
  transform: translate(-50%, 0);
  border: 1px solid #D83C15;
  background: none;
  color: #D83C15;
  font-family: sans-serif;
  font-size: 0.115rem;
  text-indent: 0;
}
