@charset "UTF-8";

/* top */
#top #main_slide {
  width: 92%;
  margin: 0 auto;
  position: relative;
}

#top #main_slide .home_swiper {
  margin: 0 auto;
  overflow: hidden;
}

#top #main_slide .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* top topics */
#top #topics {
  width: 75%;
  margin: 4em auto 5em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
}

#top #topics h3 {
  width: 25%;
}

/* top pickup */
#top #pickup {
  position: relative;
  background-color: #EBEBE8;
  padding: 6.5% 0;
  margin-bottom: 7em;
}

#top #pickup .arrow_swiper {
  width: 88%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #FFF;
}

#top #pickup .swiper-slide {
  color: #121212;
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top #pickup .swiper-slide .left {
  width: 50%;
  text-align: center;
  padding: 5%;
}

#top #pickup .swiper-slide .left .catch {
  margin-bottom: 2em;
}

#top #pickup .swiper-slide .left .catch:after {
  background-color: #3e3e3e;
  content: '';
  display: block;
  width: 1px;
  height: 25px;
  margin: 1em auto 0;
}

#top #pickup .swiper-slide .left .title {
  margin-bottom: 1em;
}

#top #pickup .swiper-slide .left .honbun {
  text-align: justify;
  width: 60%;
  margin: 0 auto 5em;
}

#top #pickup .swiper-slide .right {
  width: 50%;
}

/* top contents */
#top #contents {
  width: 90%;
  margin: 0 auto 7em;
}

#top #contents ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#top #contents ul li {
  width: 33.3%;
  padding: 0 3%;
  border-right: 1px solid #E8E8E2;
}

#top #contents ul li:nth-child(3n) {
  border-right: none;
}

#top #contents ul li .thumb {
  margin-bottom: 2.2em;
}

#top #contents ul li h3 {
  margin-bottom: 1.5em;
}

#top #contents ul li .caption {
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top #contents ul li .caption p {
  width: 80%;
  text-align: justify;
}

/* top column */
#top #column {
  width: 85%;
  border: 1px solid #3e3e3e;
  background-color: #EBEBE8;
  padding: 8em 8%;
  margin: 7em auto;
}

#top #column #left {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 4em;
}

#top #column #left h3 {
  border-bottom: 1px solid #3e3e3e;
}

#top #column #left p {
  width: 60%;
  text-align: justify;
}

#top #column #right {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

#top #column #right .arrow_swiper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#top #column #right .swiper-wrapper {
  align-items: center;
}

#top #column #right .swiper-slide {
  padding: 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
}

#top #column #right .swiper-slide dl {
  width: 50%;
}

#top #column #right .swiper-slide figure {
  width: 42%;
}

#top #column #right .swiper-slide dl .category {
  margin-bottom: 2em;
}

#top #column #right .swiper-slide dl .title {
  margin-bottom: 2em;
}

#top #column #right .swiper-slide dl .title span {
  display: block;
  margin-bottom: 0.3em;
}

#top #column #right .arrow_swiper .swiper-button-next {
  right: -5%;
}

#top #column #right .arrow_swiper .swiper-button-prev {
  left: -5%;
}

/* top news */
#top #news {
  width: 75%;
  margin: 0 auto 7em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
}

#top #news .midashi {
  width: 25%;
}

#top #news .midashi h3 {
  margin-bottom: 2em;
}

/* top news 共通 */
#top .news_list {
  width: 75%;
}

#top .news_list li {
  border-bottom: 1px solid #3e3e3e;
  padding-bottom: 1.25em;
  margin-bottom: 2.2em;
}

#top .news_list li:last-child {
  margin-bottom: 0;
}

#top .news_list li .date {
  color: #9A9A9A;
}

#top .news_list li .date .category {
  color: #121212;
  margin-left: 1.5em;
}

#top .news_list li h4 {
  margin-top: 1em;
}

/* history */
#history section {
  width: 90%;
  margin: 0 auto 10em;
}

#history section .chapter {
  margin-bottom: 2em;
}

#history section .chapter span {
  padding-bottom: 0.3em;
  border-bottom: 1px solid #3e3e3e;
}

#history section .midashi {
  margin-bottom: 1em;
  letter-spacing: 0.12em;
}

#history section .flex {
  margin-top: 5em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#history section .flex figure {
  width: 50%;
}

#history section .flex figure picture {
  display: block;
}

#history section .flex figure figcaption {
  text-align: left;
  margin-top: 0.5em;
  margin-bottom: 3.5em;
}

#history section .flex .detail {
  width: 50%;
  padding: 0 4% 0 7%;
}

#history section .flex .detail p {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 2.15;
  text-align: justify;
}

#history section .flex .detail .arrow_swiper {
  width: 100%;
  position: relative;
  margin: 4em auto 0;
  overflow: hidden;
  background-color: #EBEBE8;
  border: 1px solid #707070;
}

#history section .flex .detail .swiper-slide {
  padding: 4em 15%;
}

#history section .flex .detail .swiper-slide h3 {
  margin-bottom: 1em;
}

#history section .flex .detail .swiper-slide p {
  margin-bottom: 2.5em;
  font-size: 0.95em;
  line-height: 1.85;
}

#history section .flex .detail .swiper-slide figure {
  width: 100%;
  margin: 0 auto;
}

#history section .flex .detail .swiper-button-next {
  right: 3%;
}

#history section .flex .detail .swiper-button-prev {
  left: 3%;
}

#history #chapter1 {
  margin-top: 4em;
}

#history #chapter2 .flex figure, #history #chapter4 .flex figure, #history #chapter6 .flex figure {
  order: 2;
}

#history #chapter2 .flex .detail, #history #chapter4 .flex .detail, #history #chapter6 .flex .detail {
  order: 1;
  padding: 0 7% 0 4%;
}

/* about rinen */
#company #rinen {
  margin: 4em auto 7em;
}

#company #rinen #text_about {
  display: inline-block;
  text-align: center;
}

#company #rinen #text_about p {
  text-align: left;
  line-height: 2.2;
  margin-bottom: 1em;
  letter-spacing: 0.15em;
}

#company #rinen #dantsu {
  width: 50%;
  margin: 6em auto 6em;
  border: 1px solid #3e3e3e;
  padding: 6em 8%;
}

#company #rinen #dantsu h3 {
  text-align: left;
  line-height: 1.2;
  margin-bottom: 2em;
  border-left: 1px solid #3e3e3e;
  padding-left: 1em;
}

#company #rinen #dantsu p {
  text-align: justify;
}

#company #rinen .movie_button {
  border-radius: 50px;
  width: 300px;
  padding: 25px;
  border: 1px solid #3e3e3e;
  display: inline-block;
  background-color: #3e3e3e;
  color: #FFF;
}

#company #rinen .movie_button span {
  position: relative;
  padding-left: 1.5em;
  line-height: 1;
}

#company #rinen .movie_button span::before {
  position: absolute;
  width: 1.3em;
  top: -0;
  left: -0.5em;
  content: url("../images/company/play.svg");
}

/* company info */
#company #info {
  width: 75%;
  margin: 0 auto;
  padding: 0;
  border-right: 1px solid #3e3e3e;
  border-left: 1px solid #3e3e3e;
}

#company #info #message {
  width: 88%;
  padding: 7%;
  margin: 0 auto;
  background-color: #EBEBE8;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#company #info #message figure {
  width: 40%;
}

#company #info #message section {
  text-align: left;
  width: 50%;
}

#company #info #message section h3 {
  margin-bottom: 1.5em;
}

#company #info #message section #honbun {
  margin-bottom: 2em;
  text-align: justify;
}

#company #info #gaiyo {
  margin-top: 6em;
  display: inline-block;
  text-align: center;
}

#company #info #gaiyo dl {
  text-align: left;
  margin-bottom: 1.5em;
}

#company #info #gaiyo dl dt {
  width: 7em;
  display: inline-block;
  vertical-align: top;
}

#company #info #gaiyo dl dd {
  display: inline-block;
  vertical-align: top;
}

/* craft */
#craft #flow {
  width: 75%;
  margin: 0 auto 7em;
  padding: 0 6%;
  border-right: 1px solid #3e3e3e;
  border-left: 1px solid #3e3e3e;
}

#craft #flow .sub_title {
  margin-bottom: 3em;
}

#craft #flow .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5em;
  background-color: #FFF;
}

#craft #flow .flex section {
  width: 50%;
  padding: 0 10%;
}

#craft #flow .flex section h3 {
  margin-bottom: 2em;
}

#craft #flow .flex section p {
  text-align: justify;
}

#craft #flow .flex .layer_swiper {
  width: 50%;
}

#craft #flow .flex#some section {
  order: 2;
}

#craft #flow .flex#some .layer_swiper {
  order: 1;
}

#craft #flow .flex#ori {
  margin-bottom: 0;
}

#craft #flow .flex#shiage {
  margin-bottom: 0;
}

#craft #flow #ori_detail {
  margin: 5em auto;
}

#craft #flow #ori_detail section {
  width: 75%;
  margin: 0 auto;
  padding: 2em 7% 4em;
}

#craft #flow #ori_detail section h4 {
  text-align: center;
  margin-bottom: 1.2em;
}

#craft #flow #ori_detail section p {
  text-align: justify;
}

#craft #flow #ori_detail video {
  width: 100%;
  margin-bottom: 1em;
}

#craft #flow #ori_detail #teori {
  padding: 4em 8% 5em;
  background-color: #EBEBE8;
  margin-bottom: 5em;
}

#craft #flow #ori_detail #tesashi {
  padding: 4em 8% 5em;
  background-color: #EBEBE8;
  margin-bottom: 5em;
}

#craft #flow #ori_detail figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#craft #flow #ori_detail figure picture {
  width: 49%;
}

#craft .page_baner {
  width: 75%;
  margin: 0 auto 7em;
  padding: 5em 6%;
  border: 1px solid #3e3e3e;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#craft .page_baner p {
  text-align: justify;
  width: 45%;
}

/* maintenance */
#maintenance #maintenance_photo {
  width: 90%;
  margin: 7em auto;
  display: flex;
  justify-content: space-between;
}

#maintenance #maintenance_photo #left {
  width: 50%;
  display: flex;
  flex-flow: column;
  align-items: stretch;
}

#maintenance #maintenance_photo picture {
  width: 100%;
}

#maintenance #maintenance_photo #left picture:nth-child(2) {
  margin-top: auto;
}

#maintenance #maintenance_photo #right {
  width: 47%;
}

#maintenance #column {
  width: 85%;
  background-color: #EBEBE8;
  padding: 6.5% 7%;
  margin: 0 auto 7em;
}

#maintenance #column figure {
  display: flex;
  justify-content: space-between;
}

#maintenance #column figure picture {
  width: 48%;
}

#maintenance #column p {
  text-align: justify;
  margin: 5em auto 0;
  width: 55%;
}

#maintenance #detail {
  width: 75%;
  margin: 0 auto 10em;
  border-right: 1px solid #3e3e3e;
  border-left: 1px solid #3e3e3e;
}

#maintenance #detail section {
  width: 55%;
  margin: 0 auto 7em;
}

#maintenance #detail section:last-child {
  margin: 0 auto;
}

#maintenance #detail section h3 {
  text-align: center;
  margin-bottom: 2em;
}

#maintenance #detail section p {
  text-align: justify;
}

#maintenance #detail section p a {
  text-decoration: underline;
}

#maintenance #detail section li {
  text-indent: -1em;
  text-align: left;
  margin-bottom: 0.5em;
}

#maintenance #detail section li span {
  margin-right: 0.5em;
}

#maintenance #detail section figure {
  display: flex;
  justify-content: space-between;
  margin: 3em auto;
  width: 90%;
}

#maintenance #detail section figure img {
  width: 25%;
}

#maintenance #detail section .button {
  margin-top: 4em;
}

#maintenance #detail #flow {
  display: inline-block;
  text-align: center;
}

#maintenance #detail #flow p {
  text-align: left;
  margin-bottom: 1em;
}

#maintenance #detail #flow p span {
  display: block;
  margin-top: 0.5em;
}

/* custommade gaiyo */
#custommade #gaiyo {
  width: 75%;
  margin: 0 auto 7em;
  border-right: 1px solid #3e3e3e;
  border-left: 1px solid #3e3e3e;
}

#custommade #gaiyo #service {
  width: 70%;
  margin: 0 auto 5em;
}

#custommade #gaiyo #service h3 {
  text-align: center;
  margin-bottom: 2em;
}

#custommade #gaiyo #service p {
  margin-bottom: 2em;
}

#custommade #gaiyo .type {
  width: 70%;
  margin: 0 auto 5em;
}

#custommade #gaiyo .type h4 {
  text-align: center;
  margin-bottom: 2em;
}

#custommade #gaiyo .type h4 span {
  display: inline-block;
  background-color: #121212;
  color: #FFF;
  padding: 0 0.5em;
  margin-right: 1em;
}

#custommade #gaiyo .type .type_detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5em;
}

#custommade #gaiyo .type .type_detail p {
  width: 45%;
  text-align: justify;
}

#custommade #gaiyo .type .type_detail img {
  width: 50%;
}

#custommade #gaiyo .type .type_flow {
  margin-bottom: 3em;
}

#custommade #gaiyo .type .type_flow h5 {
  margin-bottom: 2em;
}

#custommade #gaiyo .type .type_flow dl {
  margin-bottom: 2em;
}

#custommade #gaiyo .type .type_flow dt {
  margin-bottom: 0.5em;
}

#custommade #gaiyo .type .type_flow dd figure {
  width: 90%;
  margin: 1em auto;
}

/* custommade order */
#custommade #kisei {
  width: 85%;
  background-color: #EBEBE8;
  margin: 7em auto;
}

#custommade #fullorder {
  width: 85%;
  background-color: #EBEBE8;
  margin: 0 auto 10em;
}

#custommade #kisei h2 {
  padding: 3em 0;
  border-bottom: 1px solid #FFF;
}

#custommade #fullorder h2 {
  padding: 3em 0;
  border-bottom: 1px solid #FFF;
}

#custommade .flex {
  display: flex;
  justify-content: space-between;
  padding: 7.5% 10%;
  border-bottom: 1px solid #FFF;
}

#custommade .flex:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

#custommade .flex .left {
  width: 38%;
  text-align: left;
  display: flex;
  flex-direction: column;
}

#custommade .flex .left h3 {
  margin-bottom: 1em;
}

#custommade .flex .left p {
  margin-bottom: 1.5em;
  text-align: justify;
}

#custommade .flex .left a {
  margin-top: auto;
}

#custommade .flex .right {
  width: 55%;
  display: flex;
  align-items: center;
  position: relative;
}

#custommade .flex .right .arrow_swiper {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

#custommade .flex .right .swiper-wrapper {
  align-items: center;
}

#custommade .flex .right .swiper-slide {
  width: 100%;
  padding: 0 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

#custommade .flex .right .swiper-slide figure {
  width: 55%;
  padding-right: 5%;
}

#custommade .flex .right .swiper-slide figcaption {
  margin-top: 0.7em;
}

/* showroom */
#showroom #yamagata {
  width: 75%;
  margin: 0 auto 7em;
}

#showroom #tokyo {
  width: 75%;
  margin: 0 auto 10em;
}

#showroom .flex {
  border-top: 1px solid #3e3e3e;
  padding-top: 7em;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#showroom .flex .left {
  width: 30%;
}

#showroom .flex .left h3 {
  text-align: left;
  margin-bottom: 1.2em;
}

#showroom .flex .left p {
  margin-bottom: 1em;
  text-align: justify;
}

#showroom .flex .left .button {
  margin-top: 2em;
  text-align: left;
}

#showroom .flex .left .button div {
  margin-top: 1.5em;
  border-bottom: 1px solid #3e3e3e;
  display: inline-block;
}

#showroom .flex .left .button div span {
  font-family: 'Material Icons';
  font-size: 1.4em;
  padding-right: 0.3em;
  vertical-align: middle;
}

#showroom .flex .right {
  width: 65%;
  display: flex;
  align-items: center;
  position: relative;
}

#showroom .flex .right .layer_swiper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#showroom .flex .right .swiper-wrapper {
  align-items: center;
}

#showroom .flex .right .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* column */
#column .flex {
  width: 100%;
  padding: 7% 12.5%;
  margin: 4em auto 10em;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  text-align: left;
  background-color: #EBEBE8;
}

#column .flex .category {
  width: 25%;
}

#column .flex .category h3 {
  margin-bottom: 2em;
}

#column .flex .category ul li {
  margin-bottom: 2em;
}

#column .flex .category ul li.curent {
  color: #9A9A9A;
}

/* project */
#project {
  width: 95%;
  margin: 0 auto 7em;
}

#project #category {
  text-align: center;
  display: inline-block;
  margin: 4em auto 5em;
}

#project #category ul {
  text-align: left;
  border-bottom: 1px solid #3e3e3e;
  padding-bottom: 1em;
}

#project #category ul li {
  display: inline-block;
  padding: 0 1em;
}

#project #category ul li a.current {
  color: #9A9A9A !important;
}

#project .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4em;
}

#project .item .list {
  width: 33.3%;
  padding: 0 2%;
  border-right: 1px solid #E8E8E2;
  margin-bottom: 6em;
}

#project .item .list:nth-child(3n) {
  border-right: none;
}

#project .item .list:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}

#project .item .list:last-child {
  border-right: none;
}

#project .item::before {
  display: none;
}

#project .item::after {
  content: "";
  display: block;
  width: 33.3%;
}

#project .item .list .thumb {
  margin-bottom: 1.2em;
}

#project .item .list a .thumb:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#project #other_project {
  margin: 5em auto 5em;
  text-align: left;
}

#project #other_project h3 {
  margin-bottom: 2em;
}

#project #other_project ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #3e3e3e;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

#project #other_project ul li .other_title {
  width: 20%;
}

#project #other_project ul li .other_architect {
  width: 20%;
}

#project #other_project ul li .other_construction {
  width: 20%;
}

#project #other_project ul li .other_year {
  width: 10%;
}

#project #other_project ul li .other_place {
  width: 10%;
}

#project #other_project ul li .other_category {
  width: 10%;
}

/* project single */
#project #single {
  width: 80%;
  margin: 0 auto 12em;
}

#project #single h1 {
  margin-bottom: 2em;
  letter-spacing: 0.12em;
}

#project #single figure img {
  margin-bottom: 2em;
}

#project #single p {
  width: 60%;
  text-align: justify;
  margin: 1em auto;
  font-size: 1.1em;
  line-height: 2.1;
  font-family: 'Zen Kaku Gothic New', "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  letter-spacing: 0.07em;
}

/* policy, terms */
#index #detail {
  width: 75%;
  margin: 0 auto 10em;
  border-right: 1px solid #3e3e3e;
  border-left: 1px solid #3e3e3e;
}

#index #detail section {
  width: 55%;
  margin: 0 auto 7em;
}

#index #detail section:last-child {
  margin: 0 auto;
}

#index #detail section h3 {
  text-align: center;
  margin-bottom: 2em;
}

#index #detail section p {
  text-align: justify;
}

#index #single {
  width: 75%;
  margin: 0 auto 10em;
}

/* contact */
#contact {
  margin-bottom: 7em;
}

#contact #catch p {
  text-align: center;
}

#contact h4 {
  color: #9A9A9A;
}

#contact #contact_list {
  width: 75%;
  margin: 0 auto;
}

#contact #contact_list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#contact #contact_list ul li {
  width: 47.5%;
  margin-bottom: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #3e3e3e;
  background-color: #FFF;
}

#contact #contact_list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#contact #contact_list ul li .thumb {
  width: 30%;
}

#contact #contact_list ul li h3 {
  width: 70%;
  text-align: left;
  margin-right: 1em;
  padding-left: 1.5em;
  line-height: 1;
}

#contact #introduction {
  width: 600px;
  text-align: justify;
  margin: 2em auto 4em;
}

#contact #introduction p {
  margin-bottom: 1em;
}

#contact #form {
  width: 600px;
  margin: 2em auto 0;
}

#contact #form dl {
  margin-bottom: 3.5em;
  padding-bottom: 3.5em;
  border-bottom: 1px solid #E8E8E2;
}

#contact #form dl dt {
  margin-bottom: 0.5em;
  text-align: left
}

#contact #form dl dd.radio {
  text-align: left;
}

#contact #form dl dd.check {
  text-align: left;
}

#contact #form dl dd:nth-child(3n) {
  margin-top: 1.5em;
}

#contact #form input[type="text"] {
  width: 100%;
  border: 1px solid #707070;
  background-color: #FFF;
  color: #121212;
  padding: 2%;
  font-size: 1em;
}

#contact #form textarea {
  width: 100%;
  border: 1px solid #707070;
  background-color: #FFF;
  color: #121212;
  padding: 2%;
  font-size: 1em;
}

#contact #form #policy dt {
  text-align: center;
}

#contact #form #policy dt a {
  margin-bottom: 0.7em;
  border-bottom: 1px dashed #707070;
  padding-bottom: 0.2em;
}

#contact #form #submit.button input {
  text-align: center;
  line-height: 2;
  padding: 2.5% 1em;
  width: 100%;
  color: #FFF;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", 'Zen Kaku Gothic New', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  background-color: #3e3e3e;
}

#contact #annotation {
  width: 600px;
  margin: 3.5em auto 0;
  text-align: left;
}

/* 下層共通 */
#catch {
  margin: 4em auto 7em;
}

#catch h3 {
  text-align: center;
  margin-bottom: 2em;
}

#catch p {
  width: 32%;
  margin: 0 auto;
  text-align: justify;
}

#catch a .other_button {
  margin: 4em auto 0;
  display: block;
}

.image_photo {
  width: 90%;
  margin: 7em auto;
}

/* recruit */
#recruit #detail {
  width: 40%;
  margin: 0 auto 10em;
}

#recruit #detail section {
  margin: 0 auto 7em;
}

#recruit #detail section:last-child {
  margin: 0 auto;
}

#recruit #detail section ul {
  display: block;
  width: 100%;
}

#recruit #detail section ul li {
  text-align: left;
  margin-bottom: 1em;
  border-bottom: 1px dashed #3e3e3e;
  padding-bottom: 0.3em;
}

#recruit #detail section div {
  display: inline-block;
}

#recruit #detail section div p {
  text-align: left;
  margin-bottom: 1em;
}

#recruit #job_detail {
  width: 75%;
  margin: 0 auto 10em;
}

#recruit #job_detail section {
  text-align: left;
  padding: 1em 7.5%;
  margin: 0 auto 7em;
  border-right: 1px solid #3e3e3e;
  border-left: 1px solid #3e3e3e;
}

#recruit #job_detail section h4 {
  margin-bottom: 2em;
  border-bottom: 1px solid #3e3e3e;
  display: inline-block;
  padding-bottom: 0.15em;
}

#recruit #job_detail section p {
  margin-bottom: 3em;
}

#recruit #job_detail section .outline {
  border-bottom: 1px dashed #3e3e3e;
  margin-bottom: 2em;
  padding-bottom: 2em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
}

#recruit #job_detail section .outline:last-child {
  border-bottom: none;
}

#recruit #job_detail section .outline dt {
  width: 20%;
}

#recruit #job_detail section .outline dd {
  width: 75%;
}

#recruit #job_detail section .outline .sub_outline {
  margin-bottom: 1em;
}

#recruit #job_detail section .outline .sub_outline dt {
  font-weight: bold;
  width: 100%;
}

#recruit #job_detail section .outline .sub_outline dd {
  width: 100%;
}

/* stockist */
#stockist #detail {
  width: 75%;
  margin: 0 auto 10em;
  padding: 1em 7.5%;
  border-right: 1px solid #3e3e3e;
  border-left: 1px solid #3e3e3e;
}

#stockist #detail .shoplist {
  margin: 0 auto 7em;
  text-align: center;
}

#stockist #detail .shoplist dl {
  margin-top: 3em;
}

#stockist #detail .shoplist dt {
  margin-bottom: 0.2em;
}

#stockist #detail .shoplist dd.link a:link {
  text-decoration: underline;
}

/* download */
#download #list {
  width: 75%;
  margin: 0 auto 10em;
  padding: 1em 7.5%;
  border-right: 1px solid #3e3e3e;
  border-left: 1px solid #3e3e3e;
}

#download #list section {
  margin: 0 auto 4em;
  text-align: left;
}

#download #list section:last-child {
  margin-bottom: 0;
}

#download #list section h3 {
  margin-bottom: 0.5em;
}

#download #list section ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dashed #d5d5d5;
  padding: 1em 0;
}

#download #list section ul li:last-child {
  border-bottom: 1px dashed #d5d5d5;
}

#download #list section ul li span {
  text-align: right;
  border-bottom: 1px solid #3e3e3e;
}

/* members */
#members #detail {
  width: 75%;
  margin: 0 auto 10em;
  border-right: 1px solid #3e3e3e;
  border-left: 1px solid #3e3e3e;
}

#members #detail section {
  width: 55%;
  margin: 0 auto 7em;
}

#members #detail section ul li {
  text-align: left;
  margin-bottom: 0.5em;
}

#members #detail section p {
  text-align: justify;
  margin: 2em auto 3em;
}