@charset "UTF-8";

@media screen and (max-width:1360px) {
}
@media screen and (max-width:600px) and (orientation:portrait) {
}

main.page {
  background-color: var(--gray);
}
main.page .bg {
  position: absolute;
  top: 80px;
  width: 100%;
}
main.page .bg .mv {
}
main.page .bg .mv img {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
main.page .front {
  position: relative;
  z-index: 1;
  width: 80vw;
  margin: 0 auto;
  margin-top: 350px;
  background-color: #fff;
}
main.page .front >.v_title {
  position: absolute;
  top: 80px;
  left: -60px;
  z-index: 1;
  color: var(--blue);
}
main.page .front >.v_title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  margin-left: 2.4rem;
  border-left: solid var(--blue) 1px;
}
main.page .front >.v_title span {
  display: block;
  position: absolute;
  top: 90px;
  left: 0;
  height: 1000px;
  writing-mode: vertical-rl;
  font-family: "Trebuchet-MS-Italic";
  font-size: 3.2rem;
  font-weight: bold;
}
main.page .front .ja_title {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
}
main.page .front .ja_title .bluebox {
  width: 40vw;
  max-width: 480px;
  padding: 16px 8px 8px 8px;
  border-radius: 10px;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  background-color: var(--blue);
  z-index: 1;
}
main.page .front .ja_title .bluebox img {
  height: 80px;
}
main.page .front .breadcrumb {
  position: relative;
  float: left;
  margin: 32px 60px;
}
main.page .front .breadcrumb a {
  color: var(--blue);
}
main.page .front .en_title {
  float: right;
  margin: 32px 60px;
  padding: 0 4px;
  border-bottom: solid var(--blue) 1px;
  line-height: 1.0em;
  color: var(--blue);
  font-family: "Melbourne";
  font-size: 2.4rem;
}
main.page .summary {
  clear: both;
  padding: 30px 0;
  text-align: center;
  font-size: 2.0rem;
}
main.page .contents {
  clear: both;
  margin: 60px 60px 0 60px;
  padding-bottom: 120px;
}

@media screen and (max-width:1360px) {
  main.page .front {
    margin-top: 25vw;
  }
  main.page .front >.v_title {
    left: 0px;
  }
}
@media screen and (max-width:600px) and (orientation:portrait) {
  main.page .bg {
    top: 45px;
  }
  main.page .bg .mv {
    overflow: hidden;
  }
  main.page .bg .mv img {
    width: auto;
    height: 200px;
  }
  main.page .front {
    margin-top: 175px;
    padding-bottom: 100px;
  }
  main.page .front .breadcrumb {
    margin: 20px;
  }
  main.page .front >.v_title {
    position: fixed;
    left: 0;
    top: 25%;
  }
  main.page .front >.v_title::before {
  }
  main.page .front >.v_title >span {
  }
  main.page .front .en_title {
    margin: 20px;
    font-size: 1.6rem;
  }
  main.page .front .ja_title {
    top: -80px;
  }
  main.page .front .ja_title .bluebox {
    width: initial;
    border-radius: 5px;
    font-size: 1.6rem;
  }
  main.page .front .ja_title .bluebox img {
    height: 6.0vw;
    min-height: 40px;
  }
  main.page .summary {
    padding: 15px;
    font-size: 2.0rem;
  }
  main.page .contents {
    margin: 15px 15px 0 15px;
    padding-bottom: 30px;
  }
}

main.about {
}
main.about .front >.v_title {
  display: none;
}
main.about .anchors_absolute {
  position: absolute;
  top: 0;
  right: calc((100% - 100vw)/2);
  box-sizing: border-box;
  width: 40px;
  height: 100%;
  padding: 50vh 0 120px 0;
  z-index: 1;
}
main.about .anchors {
  position: sticky;
  top: 50vh;
  transform: translateY(-50%);
}
main.about .anchors a {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  max-height: 10.0em;
  margin: 8px 0;
  padding: 16px 4px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background-color: var(--blue);
  writing-mode: vertical-rl;
}

main.about section.point {
  position: relative;
  margin-bottom: 120px;
}
main.about .point .v_title_absolute {
  position: absolute;
  top: 0;
  left: calc((100% - 100vw)/2);
  box-sizing: border-box;
  width: 100px;
  height: 100%;
  padding: 20px 0 120px 0;
  z-index: 1;
}
main.about .point .v_title {
  position: sticky;
  top: 30vh;
  left: 0;
  transform: translateY(-50%);
  margin: 10px;
  color: var(--blue);
}
main.about .point .v_title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  margin-left: 2.4rem;
  border-left: solid var(--blue) 1px;
}
main.about .point .v_title span {
  display: block;
  position: absolute;
  top: 90px;
  left: 0;
  height: 1000px;
  writing-mode: vertical-rl;
  font-family: "Trebuchet-MS-Italic";
  font-size: 3.2rem;
  font-weight: bold;
}
main.about .point .head {
}
main.about .point .head .outer {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  width: 90vw;
  padding: 5vw;
  background: url(../img/page/about/point01_base.png) no-repeat;
  background-size: cover;
}
main.about .point .head .inner {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 80px;
  background-color: rgba(255,255,255,0.9);
}
main.about .point .head .inner .point_title {
  margin: 30px 0;
  text-align: center;
}
main.about .point .head .inner .point_title span {
  padding: 8px 20px;
  border: solid var(--blue) 1px;
  font-size: 2.0rem;
  font-weight: bold;
  color: var(--blue);
}
main.about .point h3 {
  margin: 60px 0;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--blue);
}
main.about .left_right {
  overflow: hidden;
}
main.about .point p {
  line-height: 2.0;
  font-size: 2.0rem;
}
main.about .point p a {
  font-weight: bold;
  color: var(--blue);
}
main.about .point .point_list p.point_list_summary {
  text-align: center;
}
main.about .point ul.kinds li h4 {
  display: flex;
  margin: 30px 0;
  border: solid var(--blue) 1px;
  padding: 10px;
  font-size: 2.4rem;
  color: var(--blue);
}
main.about .point ul.kinds li h4 .num {
  box-sizing: border-box;
  width: 200px;
  padding: 20px 0;
  border-right: solid var(--blue) 1px;
  text-align: center;
  font-weight: bold;
}
main.about .point ul.kinds li h4 .text {
  padding: 20px 48px;
  font-weight: bold;
}
main.about .point ul.kinds li p {
  margin: 30px 60px 30px 240px;
}
main.about .point ul.kinds li .bluebox1,
main.about .point ul.kinds li .bluebox2 {
  margin: 30px 30px 30px 240px;
  padding: 30px;
  text-align: center;
  font-size: 2.0rem;
  color: #fff;
}
main.about .point ul.kinds li .bluebox1 {
  background-color: var(--blue);
}
main.about .point ul.kinds li .bluebox2 {
  display: block;
  background-color: var(--lightblue);
}
main.about ul.subsidies li {
  margin: 30px 0;
  border: solid var(--blue) 1px;
  padding: 0 30px;
}
main.about ul.subsidies li h4 {
  padding: 30px 0;
  border-bottom: solid var(--blue) 1px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--blue);
}
main.about ul.subsidies li .bottom {
  padding: 30px 6vw;
  line-height: 2.0;
}
main.about ul.subsidies li .bottom .price_text {
  font-weight: bold;
}
main.about ul.subsidies li .bottom a.link_text {
  font-size: 2.0rem;
}

@media screen and (max-width:1360px) {
}
@media screen and (max-width:600px) and (orientation:portrait) {
  main.about ul.subsidies li h4 {
    padding: 15px 0;
    font-size: 2.0rem;
  }
  main.about ul.subsidies li .bottom {
    padding: 15px 0;
  }
  main.about ul.subsidies li .bottom p {
    margin: 0;
  }
  main.about ul.subsidies li .bottom .price_text {
    font-size: 1.6rem;
  }
  main.about ul.subsidies li .bottom a.link_text {
    font-size: 1.6rem;
  }
}


main.about .point01 .head .outer {
  padding-top: 30px;
  background: url(../img/page/about/point01_base.png) no-repeat;
  background-size: cover;
}
main.about .point01 .head .point3_title {
  position: relative;
  top: -60px;
  text-align: center;
}
main.about .point01 .head .point3_title span {
  padding: 30px 60px;
  border-radius: 10px;
  font-size: 2.8rem;
  color: #fff;
  background-color: var(--blue);
}
main.about .point01 .head p {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding-right: 30px;
}
main.about .point01 .head img {
  float: right;
  width: 50%;
}
main.about .point02 .head .outer {
  padding-bottom: 0;
  background: url(../img/page/about/point02_base.png) no-repeat;
  background-size: cover;
}
main.about .point02 .point02_img {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}
main.about .point02 .point02_img img {
  width: 100%;
  vertical-align: top;
}
main.about .point02 .point_list_note {
  margin: 30px 0;
  border: solid var(--blue) 1px;
  padding: 30px 60px;
}
main.about .point02 h5 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--blue);
}
main.about .point02 b {
  font-weight: bold;
}
main.about .point03 .head .outer {
  background: url(../img/page/about/point03_base.png) no-repeat;
  background-size: cover;
}
main.about .point03 .head .inner {
  background-color: rgba(255,255,255,0.9);
}
main.about .point03 .head img {
  float: left;
  width: 50%;
}
main.about .point03 .head p {
  overflow: hidden;
  float: right;
  box-sizing: border-box;
  width: 50%;
  padding-left: 30px;
}
main.about .point03 .head a {
  display: block;
  margin-top: 30px;
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: var(--blue);
}

@media screen and (max-width:1360px) {
  main.about .point .head .outer .v_title {
    left: -20px;
  }
}

@media screen and (max-width:600px) and (orientation:portrait) {
  main.about .point .head .outer {
    padding: 45px 15px 0 15px;
    background-size: contain;
  }
  main.about .point .head .outer .v_title {
    left: -20px;
  }
  main.about .point .head .outer .v_title::before {
    margin-left: 1.8rem;
  }
  main.about .point .head .outer .v_title span {
    font-size: 2.4rem;
  }
  main.about .point .head .inner .point_title span {
    font-size: 2.0rem;
  }
  main.about .point .head .inner {
    padding: 15px;
  }
  main.about .point .head h3 {
    font-size: 2.0rem;
  }
  main.about .point h3 {
    margin: 15px 0;
    font-size: 2.4rem;
  }
  main.about .point p {
    margin: 15px;
    font-size: 1.6rem;
  }
  main.about .point .point_list p.point_list_summary {
    text-align: left;
  }
  main.about .point ul.kinds li h4 {
    margin: 20px 0 10px 0;
    padding: 5px;
    font-size: 2.0rem;
  }
  main.about .point ul.kinds li h4 .num {
    box-sizing: border-box;
    width: auto;
    padding: 8px 32px;
    text-align: center;
  }
  main.about .point ul.kinds li h4 .text {
    padding: 8px 16px;
  }
  main.about .point ul.kinds li p {
    margin: 10px 20px;
  }
  main.about .point ul.kinds li .bluebox1,
  main.about .point ul.kinds li .bluebox2 {
    margin: 20px;
    padding: 20px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width:600px) and (orientation:portrait) {
  main.about .point01 .head .point3_title {
    top: -50px;
  }
  main.about .point01 .head .point3_title span {
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 2.0rem;
  }
  main.about .point01 .head p {
    float: none;
    width: auto;
    margin-bottom: 30px;
    padding-right: 0;
  }
  main.about .point01 .head img {
    display: block;
    float: none;
    width: 80%;
    margin: 20px auto;
  }
  main.about .point02 .point_list_note {
    padding: 30px;
  }
  main.about .point02 .point02_img {
    width: 100%;
  }
  main.about .point03 .head p {
    float: none;
    width: auto;
    margin-bottom: 30px;
    padding-left: 0;
  }
  main.about .point03 .head img {
    display: block;
    float: none;
    width: 80%;
    margin: 20px auto;
  }
}



main.workflow {
  font-size: 1.8rem;
}
main.workflow ul li h3 {
  display: flex;
  margin: 60px 0 40px 0;
  border: solid var(--blue) 1px;
  padding: 10px;
  font-size: 2.4rem;
  color: var(--blue);
}
main.workflow ul li h3 .num {
  box-sizing: border-box;
  width: 200px;
  padding: 20px 0;
  border-right: solid var(--blue) 1px;
  text-align: center;
  font-weight: bold;
}
main.workflow ul li h3 .text {
  padding: 20px 48px;
  font-weight: bold;
}
main.workflow ul li p {
  margin: 30px 60px 30px 240px;
}
main.workflow ul li .tel_button,
main.workflow ul li .mail_button {
  display: block;
  margin: 30px 30px 30px 240px;
  border: solid var(--blue) 3px;
  padding: 16px;
  text-align: center;
  color: var(--blue);
}
main.workflow ul li .tel_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
main.workflow ul li .tel_button .left,
main.workflow ul li .mail_button {
  font-size: 3.6rem;
}
main.workflow ul li .tel_button .right {
  font-size: 1.6rem;
}
main.workflow .note {
  margin: 60px 0 200px 0;
  border: solid var(--green) 3px;
  padding: 30px 60px;
}
main.workflow .note h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--green);
}
main.workflow .note p {
  margin: 30px 0;
}
main.workflow .note .yr_banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 10px 20px;
  background-color: var(--green);
}
main.workflow .note .yr_banner .left {
  flex-grow: 1;
  padding: 5px;
  text-align: center;
  color: #fff;
}
main.workflow .note .yr_banner .left .l01 {
  font-size: 1.4rem;
}
main.workflow .note .yr_banner .left .l02 {
  font-family: 'FOT-SeuratPro-M';
  font-size: 2.8rem;
}
main.workflow .note .yr_banner .right {
  flex-grow: 1;
}
main.workflow .note .yr_banner .right a {
  display: block;
  padding: 20px;
  text-align: center;
  background-color: #fff;
}

@media screen and (max-width:1360px) {
}
@media screen and (max-width:600px) and (orientation:portrait) {
  main.workflow ul li h3 {
    margin: 60px 0 15px 0;
    padding: 5px;
    font-size: 2.0rem;
  }
  main.workflow ul li h3 .num {
    box-sizing: border-box;
    width: auto;
    padding: 8px 32px;
    text-align: center;
  }
  main.workflow ul li h3 .text {
    padding: 8px 16px;
  }
  main.workflow ul li p {
    margin: 15px;
  }
  main.workflow ul li .tel_button,
  main.workflow ul li .mail_button {
    margin: 15px;
  }
  main.workflow ul li .mail_button {
    font-size: 2.8rem;
  }
  main.workflow .note {
    margin: 60px 0 60px 0;
    padding: 30px;
  }
}


main.page.company h3 {
  margin: 30px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
main.page.company table {
  width: 100%;
  margin-bottom: 120px;
}
main.page.company table tr {
  border-bottom: solid var(--blue) 1px;
}
main.page.company table tr th,
main.page.company table tr td {
  padding: 30px 5px;
  font-size: 1.8rem;
}
main.page.company table tr th {
  width: 20vw;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: var(--blue);
}
main.page.company table tr td {
  padding-left: 5vw;
}
main.page.company p.access_text {
  width: 400px;
  max-width: 100%;
  margin: 20px auto;
}
main.page.company img.access_img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
main.page.company .contents a.more {
  display: block;
  width: 60%;
  margin: 20px auto;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background-color: var(--darkblue);
}

main.archive .categories li a,
main.archive .archives li a {
  color: var(--blue);
  border: solid var(--blue) 1px;
}
main.archive .categories li.current-cat a,
main.archive .archives li a[aria-current] {
  color: #fff;
  background-color: var(--blue);
}
main.single .post-navigation a,
main.archive .posts-navigation a,
main.archive .pagination a.prev,
main.archive .pagination a.next {
  background-color: var(--blue);
}
main.archive .pagination .page-numbers:not(.next):not(.prev) {
  color: var(--blue);
}
main.archive .pagination .page-numbers.current:not(.next):not(.prev),
main.archive .pagination a.page-numbers:not(.next):not(.prev):hover {
  background-color: var(--blue);
}

main.news ul.posts {
  display: flex;
  flex-wrap: wrap;
}
main.news ul.posts >li {
  box-sizing: border-box;
  width: 50%;
  padding: 20px;
}
main.news ul.posts >li a {
  display: block;
  overflow: hidden;
  padding: 30px 25px;
  transition: 0.3s;
}
main.news ul.posts >li a:hover {
  background-color: #bde;
  opacity: 1;
  transition: 0.3s;
}
main.news ul.posts >li a img {
  width: 100%;
}
main.news ul.posts >li .date {
  font-size: 1.6rem;
  color: var(--blue);
}
main.news ul.posts >li .title {
  overflow: hidden;
  height: 4.0em;
  line-height: 1.8em;
  font-size: 2.0rem;
}
main.news ul.posts >li .category ul li {
  display: inline;
  margin: 0 2px;
  padding: 1px 12px;
  color: #fff;
  background-color: #000;
}

@media screen and (max-width:1360px) {
}
@media screen and (max-width:600px) and (orientation:portrait) {
  main.news ul.posts >li {
    width: 100%;
    padding: 15px 0;
    border-bottom: solid #ccc 1px;
  }
  main.news ul.posts >li a {
    padding: 15px;
  }
}


main.news_single .contents {
  position: relative;
  padding-top: 30px;
}
main.news_single .contents .date {
  color: var(--blue);
  font-size: 1.8rem;
  line-height: 4.0rem;
}
main.news_single .contents .title {
  font-size: 2.4rem;
  font-weight: bold;
}
main.news_single .contents .category {
  position: absolute;
  top: 30px;
  right: 0;
}
main.news_single .contents .category ul {
  display: flex;
}
main.news_single .contents .category ul li {
  margin: 2px;
  padding: 1px 12px;
  color: #fff;
  background-color: #000;
}
main.news_single .contents img.main_image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}
main.news_single .contents .body {
  margin: 30px 0;
}
main.news_single .contents .body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}
main.news_single .contents .body img.aligncenter {
  margin: 30px auto;
}
main.news_single .contents .body h2,
main.news_single .contents .body h3,
main.news_single .contents .body h4,
main.news_single .contents .body h5,
main.news_single .contents .body h6 {
  margin: 0 0 10px 0;
  font-size: 2.0rem;
  font-weight: bold;
}
main.news_single .contents .body p {
  margin: 30px 0;
  line-height: 2.5;
  font-size: 1.8rem;
}

@media screen and (max-width:600px) and (orientation:portrait) {
  main.news_single article .category {
    font-size: 1.4rem;
  }
}

main.works ul.posts {
  display: flex;
  flex-wrap: wrap;
}
main.works ul.posts >li {
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 60px;
  padding: 5px;
}
main.works ul.posts >li a {
  display: block;
  overflow: hidden;
}
main.works ul.posts >li a .mainimg {
  overflow: hidden;
  width: 100%;
  height: 25vw;
  margin-bottom: 10px;
}
main.works ul.posts >li a .mainimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.works ul.posts >li .title {
  float: left;
  font-size: 2.0rem;
  color: var(--blue);
}
main.works ul.posts >li .category {
  float: left;
  margin-left: 10px;
}
main.works ul.posts >li .category ul {
  display: flex;
}
main.works ul.posts >li .category ul li {
  margin: 0 4px;
  border: solid var(--blue) 1px;
  padding: 1px 8px;
  font-size: 1.6rem;
  color: var(--blue);
}

@media screen and (max-width:1360px) {
}
@media screen and (max-width:600px) and (orientation:portrait) {
  main.works ul.posts {
    display: block;
  }
  main.works ul.posts >li {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid #ccc 1px;
  }
  main.works ul.posts >li a .mainimg {
    width: 100%;
    height: 50vw;
  }
  main.works ul.posts >li .title {
    float: left;
  }
  main.works ul.posts >li .category {
    float: right;
    margin-left: 0;
  }
}

main.works_single .work_title {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
  padding-top: 60px;
}
main.works_single .work_title >div {
  margin: 8px 0;
}
main.works_single .work_title .num_title {
  padding: 2px 60px;
  font-size: 2.0rem;
  color: #fff;
  background-color: var(--blue);
}
main.works_single .work_title .workname_address {
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--blue);
}
main.works_single .work_title .category ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main.works_single .work_title .category ul li {
  margin: 8px;
  border: solid var(--blue) 1px;
  padding: 2px 16px;
  color: var(--blue);
}
main.works_single .images {
  margin: 30px 0;
}
main.works_single .images h3 {
  margin: 30px 0;
  padding: 5px 15px;
  border-bottom: solid var(--blue) 1px;
  font-size: 2.0rem;
  font-weight: bold;
  color: var(--blue);
}
main.works_single .after_images .slide {
  width: 80%;
  margin: 15px auto;
}
.fotorama__arr::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  padding: 2px 0 6px 0;
  z-index: 20;
  text-align: center;
  line-height: 24px;
  font-size: 24px;
  color: #fff;
  background-color: var(--blue);
}
.fotorama__arr--next::after {
  content: '>';
}
.fotorama__arr--prev::after {
  content: '<';
}
main.works_single .before_images .slide {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
main.works_single .before_images .slide img {
  width: auto;
  height: 150px;
  margin: 0 10px;
}
main.works_single .images_comment {
  margin: 30px 0;
  padding: 12px 0;
  text-align: center;
  font-size: 2.0rem;
  background-color: #eee;
}
/*
main.works_single .slide .mainimg {
  height: 600px;
  text-align: center;
}
main.works_single .slide .mainimg img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
main.works_single .slide ul {
  display: flex;
  height: 140px;
  margin: 20px 0;
}
main.works_single .slide ul li {
  box-sizing: border-box;
  width: 20%;
  height: 100%;
  padding: 8px;
}
main.works_single .slide ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.works_single .slide ul li img:hover {
  cursor: pointer;
  opacity: 0.7;
}
*/
main.works_single .before_after {
  margin: 120px 0;
}
main.works_single .before_after .head {
  display: flex;
  justify-content: center;
}
main.works_single .before_after .head .before,
main.works_single .before_after .head .after {
  box-sizing: border-box;
  width: 30%;
  padding: 8px 0;
  border: solid var(--blue) 2px;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  color: var(--blue);
}
main.works_single .before_after .head .center {
  width: 20%;
  padding: 2px 0;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--blue);
}
main.works_single .before_after ul li .images {
  display: flex;
  margin: 20px 0;
}
main.works_single .before_after ul li .images a {
  display: block;
  box-sizing: border-box;
  width: 50%;
  padding: 8px;
}
main.works_single .before_after ul li .images a img {
  width: 100%;
}
main.works_single .before_after ul li .caption {
  margin: 30px 0;
  padding: 12px 0;
  text-align: center;
  font-size: 2.0rem;
  background-color: #eee;
}
main.works_single .workdata {
  margin-bottom: 120px;
  padding: 30px;
  border: solid var(--blue) 1px;
}
main.works_single .workdata .workdata_title {
  margin-bottom: 30px;
  font-size: 2.0rem;
  font-weight: bold;
  color: var(--blue);
}
main.works_single .workdata .lrbox {
  display: flex;
}
main.works_single .workdata table {
  width: 40%;
  margin-right: 20px;
  margin-bottom: 60px;
}
main.works_single .workdata table th,
main.works_single .workdata table td {
  font-size: 1.8rem;
}
main.works_single .workdata table th {
  width: 30%;
  padding-right: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  color: var(--blue);
}
main.works_single .workdata .comment {
  width: 60%;
  padding: 10px;
  font-size: 1.8rem;
  background-color: #eee;
}
main.works_single .workdata .comment .comment_title {
  font-weight: bold;
  color: var(--blue);
}
main.works_single .workdata .comment p {
  margin: 10px;
}

@media screen and (max-width:1360px) {
}
@media screen and (max-width:600px) and (orientation:portrait) {
  main.works_single .slide {
    width: 100%;
    margin: 0 auto 120px auto;
  }
  main.works_single .before_images .slide {
    justify-content: space-around;
  }
  main.works_single .before_images .slide img {
    width: 45%;
    height: auto;
    margin: 0 0 10px 0;
  }
  main.works_single .workdata {
    padding: 15px;
  }
  main.works_single .workdata .lrbox {
    display: block;
  }
  main.works_single .workdata table {
    width: 100%;
    margin-bottom: 30px;
  }
  main.works_single .workdata table th {
    width: 40%;
  }
  main.works_single .workdata .comment {
    width: auto;
  }
}

main.contact h2 {
  margin: 60px 0;
  padding: 30px 0;
  border: solid var(--blue) 3px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--blue);
}
main.contact p {
  text-align: center;
  font-size: 1.8rem;
}
main.contact sup {
  vertical-align: top;
  font-size: 1.2rem;
  color: #f00;
}
main.contact section.tel a {
  font-size: 4.5rem;
  font-weight: bold;
  color: var(--blue);
}
main.contact section.mail .blue_box {
  margin: 60px 30px;
  border: solid var(--blue) 1px;
  padding: 30px;
}
main.contact section.mail table {
  width: 100%;
}
main.contact section.mail th {
  width: 35%;
  text-align: center;
  vertical-align: middle;
  font-size: 2.0rem;
}
main.contact section.mail td {
  width: 65%;
  padding: 30px;
  line-height: 2.0;
  font-size: 2.0rem;
}
main.contact section.mail input[type=text],
main.contact section.mail input[type=tel],
main.contact section.mail input[type=email],
main.contact section.mail textarea {
  box-sizing: border-box;
  width: 100%;
  border: solid var(--darkgray) 1px;
  border-radius: 5px;
  padding: 0.5em;
  font-size: 2.0rem;
  background-color: var(--darkgray);
}
main.contact section.mail input[type=text]:focus,
main.contact section.mail input[type=tel]:focus,
main.contact section.mail input[type=email]:focus,
main.contact section.mail textarea:focus {
  background: none;
}
main.contact section.mail label {
  cursor: pointer;
}
main.contact section.mail textarea {
  height: 10em;
  font-family: font_gothic;
  resize: none;
}
main.contact section.mail .accept {
  margin: 30px 0;
  text-align: center;
  font-size: 2.0rem;
}
main.contact section.mail .accept a {
  text-decoration: underline;
}
main.contact section.mail .buttons {
  margin: 30px 0 60px 0;
  text-align: center;
}
main.contact section.mail .buttons input[type=reset],
main.contact section.mail .buttons input[type=submit] {
  width: 300px;
  max-width: 40%;
  padding: 20px;
  border: solid var(--blue) 1px;
  font-size: 2.0rem;
  background-color: #fff;
  cursor: pointer;
}
main.contact section.mail .buttons input[type=submit] {
  color: #fff;
  background-color: var(--blue);
}
main.contact section.mail .buttons input[type=submit]:disabled {
  border-color: var(--darkgray);
  background-color: var(--darkgray);
  opacity: 0.7;
  cursor: not-allowed;
}

@media screen and (max-width:1360px) {
}
@media screen and (max-width:600px) and (orientation:portrait) {
  main.contact section.mail .blue_box {
    margin: 60px 0;
    padding: 15px;
  }
  main.contact section.mail th {
    width: 30%
  }
  main.contact section.mail td {
    width: 70%;
    padding: 15px;
  }
}

main.page .links.pc ul li .link_bg img {
  min-width: 25vw;
}

