/*
Theme Name: techno-cyukou
*/
@charset "UTF-8";
* {
  box-sizing: border-box
}
html {
  max-width: 100vw;
}
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  max-width: 100vw;
  width: 100%;
  margin: 0 auto;
  color: #333;
}
a {
  color: #06f;
  text-decoration: none;
}
a:hover {
  transition: 0.5s;
  opacity: 0.7;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
li {
  list-style: none;
}
table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.sp-only {
  display: none;
}
a.more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #fff;
  background: #073264;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
.notosans {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}
.flex {
  display: flex;
  justify-content: space-between;
}

.header {
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 99;
  width: calc(100% - 80px);
  padding: 24px calc(5vw + 16px);
  background: #fff;
  transition: 0.3s;
}

.header nav a {
  display: inline-flex;
  font-size: 15px;
  color: #073264;
  padding: 12px 0 10px;
  border-bottom: solid 2px rgba(0, 0, 0, .0);
  margin-left: 18px;
}
.header nav a:hover {
  opacity: 1;
  border-bottom: solid 2px rgba(7, 50, 100, 1);
}

/* トップ用  */
.header.top-header-wrapper {
  background: rgba(0, 0, 0, 0.0);
}
.top-header-wrapper nav a {
  color: #fff;
}
.top-header-wrapper nav a:hover {
  border-bottom: solid 2px rgba(255, 255, 255, 1);
}


.top-slider img {
  max-width: 100vw;
  width: 100%;
}


.information {
  max-width: 960px;
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: solid 1px #777;
  padding: 0 32px;
  margin: 80px auto;
}
.information h3 {
  color: #073264;
  font-size: 24px;
  padding: 48px 0 32px;
}
.information ul {
  padding: 0;
  height: 80px;
  overflow: scroll;
}
.information li a {
  color: #000;
  line-height: 1.8;
}
.information a.more-btn {
  width: 172px;
  height: 28px;
  margin: 28px 0;
}



.side-bar {
  width: 80px;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
.side-bar .copr-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 100vh;
  font-size: 11px;
  color: #073264;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  letter-spacing: 1px;
  position: relative;
  z-index: 99;
  background: #fff;
}
.side-bar .copr-right span {
  font-size: 17px;
  margin-right: -5px;
}

.side-bar .menu-btn,
.header .sp-menu-btn {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 24px;
  left: 20px;
  z-index: 999;
  padding: 0;
  border: none;
  background: unset;
  cursor: pointer;
}
.header .sp-menu-btn {
  display: none;
  left: unset;
  right: 20px;
}
.side-bar .menu-btn-line,
.header .sp-menu-btn-line {
  display: block;
  width: 40px;
  height: 2px;
  background: #073264;
}
.side-bar .menu-btn-line::before,
.side-bar .menu-btn-line::after,
.header .sp-menu-btn-line::before,
.header .sp-menu-btn-line::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #073264;
  position: absolute;
  transition: 0.3s;
}
.top-header-wrapper .sp-menu-btn-line,
.top-header-wrapper .sp-menu-btn-line::before,
.top-header-wrapper .sp-menu-btn-line::after {
  background: #FFF;
}
.side-bar .menu-btn-line::before,
.header .sp-menu-btn-line::before {
  transform: translateY(-10px);
}
.side-bar .menu-btn-line::after,
.header .sp-menu-btn-line::after {
  transform: translateY(10px);
}
.side-bar .open .menu-btn-line,
.header .open .sp-menu-btn-line {
  background-color: transparent;
}
.side-bar .open .menu-btn-line::before,
.side-bar .open .menu-btn-line::after,
.header .open .sp-menu-btn-line::before,
.header .open .sp-menu-btn-line::after {
  transition: 0.3s;
}
.side-bar .open .menu-btn-line::before,
.header .open .sp-menu-btn-line::before {
  transform: rotate(40deg);
}
.side-bar .open .menu-btn-line::after,
.header .open .sp-menu-btn-line::after {
  transform: rotate(-40deg);
}


.side-menu,.sp-menu {
  width: 70%;
  height: 100vh;
  color: #fff;
  background: #A5896B;
  position: fixed;
  right: -70%;
  transition: 0.2s ease;
}
.sp-menu {
  top: 0;
  width: 90%;
  right: -90%;
}
.side-menu.open,
.sp-menu.open {
  right: 0;
  transition: 0.4s;
}








.pick-up {
  background: #eee;
  padding: 80px 0 100px;
}
.item-wrapper {
  max-width: 1340px;
  width: 90%;
  margin: 0 auto;
}
.pick-up h3 {
  font-size: 32px;
  color: #073264;
  text-align: center;
  letter-spacing: 3px;
}
.pick-up h3::after {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: #073264;
  margin: 24px auto 42px;
}

.pick-up a {
  color: #000;
  font-size: 15px;
  max-width: 300px;
  margin-right: 32px;
}
.pick-up a.last {
  margin: 0;
}
.pick-up a p {
  line-height: 1.4;
}
.pick-up a img {
  width: 305px;
  height: 170px;
  object-fit: cover;
}
.about-us {
  align-items: center;
  color: #073264;
  max-width: 1310px;
  padding: 76px 0;
  margin: 0 auto;
}
.about-us .left {
  max-width: 43%;
  min-height: 500px;
  line-height: 1.8;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.about-us .left h3 {
  font-size: 22px;
}
.about-us .left h4 {
  font-size: calc(18px + 16 * (100vw - 320px)/1240);
}
.about-us .left p {
  letter-spacing: 0.8px;
  font-feature-settings: "palt" 1;
}
.about-us .left a.more-btn {
  width: 70%;
  height: 42px;
}
.about-us .right {
  max-width: 48%;
  width: 100%;
}


.contents {
  background: #eee;
  padding: 68px 0;
}
.contents h3 {
  font-size: 32px;
  color: #073264;
  text-align: center;
  letter-spacing: 3px;
}
.contents h3::after {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: #073264;
  margin: 24px auto 42px;
}
.contents .grid {
  max-width: 90%;
  width: 1000px;
  margin: 0 auto;
  max-height: 100%;
  height: 320px;
}
.contents a {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.contents a:hover {
  opacity: 1;
}
.contents a .overlay {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(7, 50, 100, .7);
  mix-blend-mode: multiply;
  
}
.contents a:hover .overlay {
  background: rgba(255, 255, 255, .32);
  mix-blend-mode: unset;
  outline: solid 2px #fff;
  outline-offset: -8px;
  transition: transform ease .7s;
}

.contents a .text-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contents a span {
  font-size: 15px;
  font-size: calc(12px + 3 * (100vw - 320px)/1240);
  text-align: center;
  mix-blend-mode: unset!important;
  line-height: 1.8;
}
.contents a span.notosans {
  font-size: calc(16px + 8 * (100vw - 320px)/1240);
}
.contents .grid-low a span.notosans {
  font-size: calc(16px + 7 * (100vw - 320px)/1240);
}
.contents .grid li {
  display: flex;
  flex-grow: 1;
  position: relative;
}



.contents .grid-upp li:nth-of-type(1) {
  background: url(images/tc1.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.contents .grid-upp li:nth-of-type(2) {
  background: url(images/tc2.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.contents .grid-upp li:nth-of-type(3) {
  background: url(images/tc3.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.contents .grid-low li:nth-of-type(1) {
  background: url(images/tc4.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.contents .grid-low li:nth-of-type(2) {
  background: url(images/tc5.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.contents .grid-low li:nth-of-type(3) {
  background: url(images/tc6.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.contents .grid-upp li:nth-of-type(1) a,
.contents .grid-upp li:nth-of-type(2) a,
.contents .grid-upp li:nth-of-type(3) a {
  max-width: 100%;
  width: 100px;
}
.contents .grid-low li:nth-of-type(1) a,
.contents .grid-low li:nth-of-type(2) a,
.contents .grid-low li:nth-of-type(3) a,
.contents .grid-low li:nth-of-type(4) a {
  max-width: 100%;
  width: 100px;
}
.contents .grid-low li:nth-of-type(4) a {
  background: #001F3E;
}
.contents .grid-upp li:nth-of-type(1) a:hover,
.contents .grid-upp li:nth-of-type(2) a:hover,
.contents .grid-upp li:nth-of-type(3) a:hover {
  width: 350px;
}
.contents .grid-low li:nth-of-type(1) a:hover,
.contents .grid-low li:nth-of-type(2) a:hover,
.contents .grid-low li:nth-of-type(3) a:hover,
.contents .grid-low li:nth-of-type(4) a:hover {
  width: 312px;
}


.recruit {
  max-width: 1160px;
  width: 100%;
  margin: 104px auto;
}

.recruit .insta-wrapper {
  width: 540px;
  background: #eee;
  padding: 40px 60px;
}
.recruit .insta-wrapper .notosans {
  font-size: 27px;
  color: #073264;
  padding-bottom: 20px;
  border-bottom: solid 1px #073264;
	margin-bottom: 16px;
}
.recruit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #A5896B;
  background: linear-gradient(to right, rgba(7, 50, 100, .85), rgba(0, 18, 45, .85));
  padding: 32px 64px;
  margin-top: 16px;
}
.recruit-btn h3 {
  font-size: 27px;
  width: 100%;
  padding-bottom: 18px;
  border-bottom: solid 1px #A5896B;
  margin-bottom: 18px;
  text-align: center;
}
.recruit-btn p {
  font-size: 15px;
  font-weight: bold;
}

.footer .map {
  background: linear-gradient(to bottom, rgba(7, 50, 100, 1.0), #001F3E);
  padding: 114px 0 86px;
}
.footer .map .flex {
  max-width: 1300px;
  width: calc(100vw - 56px);
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.footer .map .flex .right,
.footer .map .flex .left {
  max-width: 50vw;
  width: 100%;
}
.footer .map .flex .right iframe {
  width: 100%;
  height: 100%;
}
.making-img {
  position: absolute;
  left: 18px;
  top: -88px;
  max-width: 45vw;
}
.footer .map .flex .left img {
  outline: solid 1px #fff;
  outline-offset: -6px;
}
.footer .map p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding-top: 40px;
}


.footer-nav {
  background: #eee;
  text-align: center;
  padding: 40px 0 80px;
}
.footer-nav a {
  color: #073264;
  margin: 0 18px;
}
.footer-nav img {
  margin-top: 40px;
}

@media screen and (max-width:1170px) {
  .header {
    width: 100%;
    padding: 24px 4vw;
  }
  .header nav a {
    font-size: 14px;
    margin-left: 16px;
  }
  .side-bar {
    display: none;
  }
  .about-us,
  .recruit {
    justify-content: space-evenly;
  }
  .recruit .insta-wrapper, .recruit .recruit-wrapper {
    max-width: calc(50vw - 28px);
    width: 100%;
  }
}


@media screen and (max-width:1024px) {
  .pc-only {
    display: none;
  }
  .sp-only,
  .header .sp-menu-btn {
    display: block;
  }
}


@media screen and (max-width:768px) {
  
  .footer-nav nav a {
    font-size: 14px;
    margin: 0 12px;
    line-height: 2;
  }
}





@media screen and (max-width:425px) {
  .information,
  .pick-up a, .pick-up a.last {
    width: fit-content;
    margin: 28px 14px;
  }
  .pick-up a, .pick-up a.last {
    max-width: fit-content;
    margin: 28px auto;
  }
  .pick-up a img {
    width: calc(100vw - 28px);
    object-fit: cover;
  }
  .item-wrapper,
  .grid-upp,
  .recruit {
    flex-direction: column;
  }
  .about-us {
    flex-direction: column-reverse;
  }
  .about-us .left,
  .about-us .right {
    max-width: calc(100vw - 28px);
  }
  .about-us .right {
    padding-bottom: 28px;
  }
  .about-us .left h4 {
    font-size: calc(26px + 4 * (100vw - 320px)/105);
  }
  .about-us .left a.more-btn {
    width: 100%;
  }
  .grid-low {
    flex-wrap: wrap;
  }
  .contents {
    background: #fff;
    padding: 0;
  }
  .contents .grid {
    max-width: 100%;
    height: 100%;
  }
  .contents .grid li {
    height: 28vh;
  }
  .contents .grid-low li {
    width: 50vw;
  }
  .recruit {
    margin: 0 auto;
  }
  .recruit .insta-wrapper {
    padding: 60px 28px;
  }
  .recruit .insta-wrapper, .recruit .recruit-wrapper {
    max-width: 100%;
  }
  .making-img {
    left: 8px;
    top: -56px;
    max-width: 80vw;
    z-index: 88;
  }
  .footer .map .flex {
    flex-direction: column;
  }
  .footer .map .flex .right, .footer .map .flex .left {
    max-width: calc(100vw - 28px);
    height: 234px;
  }
  .footer .map .flex .left img {
    object-fit: cover;
    height: inherit;
    width: 100%;
    object-position: top;
  }
  .footer-nav nav {
    display: none;
  }
}


/* ABOUT US */
.about {
  max-width: 1090px;
  width: 100%;
  margin: 88px auto 32px;
}
.about-us.contents {
  background: unset;
  max-width: calc(100vw - 56px);
  width: 1050px;
}
.about-us.contents .left {
  max-width: 40%;
  min-height: 480px;
  justify-content: space-evenly;
}
.about-us.contents .left h4 {
  margin-top: -18px;
  line-height: 1.7;
}
.about-us.contents .right {
  max-width: 594px;
}
.about-us.contents h3::after {
  margin-bottom: 64px;
}

.about-contents {
  max-width: calc(100vw - 56px);
  width: 1008px;
  margin: 32px auto;
  flex-wrap: wrap;
}
.about-contents .item {
  color: #073264;
  max-width: 486px;
  width: 48%;
  min-height: 460px;
  margin-bottom: 96px;
}
.about-contents .item h4 {
  font-size: 22px;
}
.about-contents .item p b {
  padding: 32px 0;
}
.about-contents .item p {
  line-height: 1.7;
  padding: 24px 0;
}

@media screen and (max-width:768px) {
  .about-us.contents h3::after {
    margin-bottom: 36px;
  }
  .about-us.contents .flex {
    flex-wrap: wrap;
  }
  .about-us.contents .left {
    max-width: 100%;
    min-height: 360px;
  }
  .about-us.contents .right {
    max-width: 100%;
  }
  .about-us.contents .right img,
  .about-contents .item img {
    width: 100%;
    object-fit: contain;
  }
  .about-contents {
    margin-top: 126px;
  }
  .about-contents .item {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width:425px) {
  .about-us.contents .left {
    min-height: 540px;
  }
  .about-contents {
    max-width: calc(100vw - 36px);
  }
  .about-contents .item {
    margin-bottom: 64px;
  }
}


.service-images {
  max-width: calc(100vw - 56px);
  width: 1000px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: -56px auto 152px;
}
.manufactturing, .manufactturing table {
  color: #073264;
  max-width: calc(100vw - 56px);
  width: 734px;
  margin: 0 auto;
}
.manufactturing {
  text-align: center;
}
.manufactturing h3 {
  font-size: 32px;
  line-height: 2.1;
    letter-spacing: 2px;
}
.manufactturing table {
  line-height: 2;
  margin: 40px 0 126px;
}

.manufactturing tr {
  width: 100%;
}
.manufactturing th {
  text-align: left;
}
.manufactturing td {
  text-align: right;
}
.manufactturing td.detail {
  text-align: left;
}

.company-profile {
  margin: 68px auto 152px;
}
.company-profile, .company-profile table {
  max-width: calc(100vw - 56px);
  width: 1000px;
}
.company-profile table {
  border-bottom: solid 1px;
}
.company-profile tr {
  display: flex;
  padding: 30px 18px;
  border-top: solid 1px;
}
.company-profile th {
  width: 200px;
}
.company-profile td {
  text-align: left;
}
.company-profile td p + p {
  padding-top: 30px;
}



.header nav.drawer,
nav.drawer {
  padding: 24px;
}
.header nav.drawer a,
nav.drawer a {
  display: block;
  color: #fff;
  padding: 12px 0;
}


@media screen and (max-width:425px) {
  .service-images {
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 400px;
    margin-top: 32px;
  }
  .manufactturing table {
    line-height: 1;
  }
  .manufactturing tr {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 18px 0;
  }
  .manufactturing th {
    display: block;
    width: 100%;
  }
  .manufactturing td {
    margin-right: auto;
    margin-left: 0;
  }
  .manufactturing td.last {
    margin-right: 0;
    margin-left: auto;
  }
  .company-profile th {
    margin-right: auto;
    padding-bottom: 12px;
  }

  .header {
    padding: 4vw 4vw;
  }
  .header h1 a img {
    width: 44vw;
  }
  .side-bar .menu-btn, .header .sp-menu-btn {
    top: calc(4vw - 8px);
  }
  .company-profile table,
  .manufactturing table {
    width: 100%;
  }
}


.contact-form.about-us.contents h3::after {
  margin-bottom: 96px;
}
input,
textarea {
    font-size : 16px;
    border : 1px solid #ccc;
    -webkit-border-radius : 0;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
}

.mw_wp_form,
.mw_wp_form_input {
  max-width: 876px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.mw_wp_form div {
  display: flex;
  align-items: center;
}

.mw_wp_form input {
  display: block;
  font-size: 16px;
}

.mw_wp_form p {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
}

.mwform-checkbox-field input,
.mwform-radio-field label input {
  display: inline-block;
  margin: 0;
}
/*==必須項目CSS==*/
.name .form-item::after,
.ruby .form-item::after,
.email .form-item::after {
  font-size: 13px;
  display: inline-block;
  content: "※必須";
  color: #fff;
  font-weight: bold;
  padding: 7px 6px;
  background: #073264;
  border-radius: 5px;
  position: relative;
  right: 0px;
  white-space: nowrap;
}
.name .form-item,
.ruby .form-item,
.email .form-item {
  width: 175px;
  padding: 30px 0 29px;
  border-top: solid 1px #aaa;
  margin-right: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.name p,
.ruby p,
.company p,
.email p {
  width: 675px; 
  padding: 23px 0;
  border-top: solid 1px #aaa;
}

.name input,
.ruby input,
.email input {
  width: 292px;
  padding: 9.5px 7px;
  background: #e9e9e9;
  border: solid 1px #bbb;
}
.company input {
  width: 292px;
  padding: 9.5px 7px;
  background: #fbfbfb;
  border: solid 1px #bbb;
}


/*==郵便番号、住所、電話CSS==*/

.company .form-item,
.postal-code .form-item,
.address .form-item,
.c-tel .form-item,
.message .form-item{
  width: 175px;
  padding: 30px 0;
  border-top: solid 1px #aaa;
  margin-right: 26px;
}

.postal-code p,
.address p,
.c-tel p {
  width: 675px; 
  padding: 23px 0;
  border-top: solid 1px #aaa;
}

.postal-code input,
.c-tel input {
  width: 222px;
  padding: 9.5px 7px;
  background: #fbfbfb;
  border: solid 1px #bbb;
}
.address input {
  width: 585px;
  padding: 9.5px 7px;
  background: #fbfbfb;
  border: solid 1px #bbb;
}

/*======= 問い合わせ内容CSS =======*/

.mw_wp_form .message {
  align-items: flex-start;
}
.message .form-item{
  width: 175px;
  padding: 23px 0 176px;
  border-top: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  margin-right: 26px;
  line-height: 1.7;
}
.message p {
  width: 675px;
  padding-top: 18px;
  border-top: solid 0.3px #aaa;
}
.message textarea {
    width: 559px;
    height: 180px;
    background: #fbfbfb;
    border: solid 1px #bbb;
    padding: 10px 5px;
}


/*===確認・送信ボタン===*/
input.back,
#contact input.c-button{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background: #073264;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 31px 114px;
  border: none;
  margin: 60px auto 110px;
}

input.back {
  margin-top: 0;
}

::placeholder {
  color: #959595;
  font-size: 16px;
}




@media screen and (max-width:425px) {
  /*
  *
  * 問い合わせフォーム
  *
  */
  /*コンタクトレスポンシブCSS*/
  input.c-button {
    -webkit-appearance: none;
    width:100%;
    padding: 31px 80px;
  }

  /*==コンタクトレスポンシブCSS==*/
  
  .mw_wp_form div {
    width: 92vw;
    display: block;
    margin: 0 auto;
  }
  /*全部*/
  .company p,
  .postal-code p, .address p, .c-tel p, .message p, 
  .name p, .ruby p, .email p {
    width: 92vw;
    padding-top: 5px;
    border-top: none;
  }
  .message .form-item{
    border-bottom: none;
  }
  
  /*必須*/
  .name .form-item, .ruby .form-item,
  .email .form-item {
    width: calc(92vw - 20px);
    padding: 15px 0px 0px;
    border-top: none;
  }
  /*必須*/
  .company input,
  .name input, .ruby input, .email input,
  .postal-code input, .address input, .c-tel input,
  .message textarea {
    width: calc(92vw - 20px);
  }
  /*必須じゃない*/
  .company .form-item,
  .postal-code .form-item, .address .form-item,
  .c-tel .form-item, .message .form-item{
    width: calc(92vw - 20px);
    padding: 15px 0px 0px;
    border-top: none;
  }

  .message textarea {
    padding: 7px;
    width: calc(92vw - 20px);
  }
}



/*==============================================================
    投稿全体
==============================================================*/
.post-content-wrapper {
  margin: 80px auto;
}
.post-content-wrapper p {
  color: #333;
}
/*==============================================================
    施工事例
==============================================================*/
.works {
  margin: 80px auto 104px;
}
.post-content-wrapper a,
.works a {
  color: #073264;
}
.post-content-wrapper a:hover {
  text-decoration: underline;
}
.works a:hover {
  opacity: 0.8;
}
.works ul.flex {
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 80px auto 56px;
}
.works ul.flex li {
  margin-bottom: 52px;
}
.works ul.flex li a {
  width: 100%;
}
.works ul.flex li a img {
  width: 310px;
  height: 220px;
  object-fit: cover;
}
.works-post-title-wrap {
  width: 100%;
  padding: 8px;
}
.works-post-title-wrap p {
  font-weight: bold;
  line-height: 1.7;
}
.works-post-title-wrap time {
  display: block;
  text-align: right;
}
.post-content-wrapper.contents {
  width: 960px;
}
.post-content-wrapper h3.notosans + a {
  display: inline-block;
  text-align: left;
}
h2.post-title {
  font-size: 29px;
  padding: 36px 0;
  border-bottom: solid 1px #777;
}
h2.post-title + time {
  display: block;
  text-align: right;
  padding: 8px 0;
}
.post-content {
  padding: 48px 0 96px;
  line-height: 1.7;
}
.post-content p {
  margin: 24px 0;
}
.post-content a {
  display: inline-block;
}
.post-content h2 {
  font-size: 1.6em;
  padding: 0 16px;
  border-left: solid 6px;
  margin: 24px 0;
}

.navigation {
  display: flex;
  justify-content: space-between;
}
.pagination {
  display: flex;
  justify-content: center;
}
.navigation > .nav-links {
  justify-content: space-between;
  width: 100%;
}
.nav-links,
.pagination > .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
a.page-numbers,
span.page-numbers.current {
  width: 36px;
  height: 36px;
  border: solid 1px #073264;
  margin: 3px;
}
span.page-numbers.current {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #073264;
}
a.next.page-numbers,
a.prev.page-numbers {
  width: fit-content;
  border: unset;
}
.photobook h3.notosans {
  line-height: 1.8;
}
.osamu-wrapper {
  font-size: 11px;
  line-height: 2;
  margin-bottom: 96px;
}
.osamu-wrapper table tbody {
  display: block;
  width: calc(100% - 20px);
}
.osamu-wrapper tr {
  display: flex;
}
.osamu-wrapper th {
  text-align: left;
  width: 48px;
}
.osamu-wrapper .last th {
  width: auto;
  padding: 24px 0;
  line-height: 1.8;
}
.osamu-wrapper th + td + td {
  margin-right: 0;
  margin-left: auto;
  width: 210px;
}

.photo-img-wrapper {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.flex-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.photo-img-wrapper img {
  display: flex;
}

.pb-group1, .pb-group1.pb-group2 {
  margin-bottom: 96px;
}
.pb-group {
  margin-bottom: 136px;
}
.pb-group2 img {
  margin-bottom: 28px;
}

.pb-group3 {
  position: relative;
}
.pb-group3 p {
  position: absolute;
  padding: 16px 0;
  font-weight: bold;
  line-height: 1.7;
}

@media screen and (max-width:1020px) {
  .pb-main, .pb-main img {
    width: inherit;
  }
  .flex-col {
    flex-wrap:  wrap;
    flex-direction: inherit;
    width: inherit;
  }
  .flex-col img,.pb-group2 img {
    width: 48%;
  }
  .pb-main {
    margin: 6vh 0;
  }
}
@media screen and (max-width:768px) {
  .works ul.flex li a {
    width: 100%;
  }
  .works ul.flex li a img {
    height: 28vh;
    object-fit: cover;
  }
}
@media screen and (max-width:425px) {
  .pb-group, .pb-group1, .pb-group1.pb-group2, .pb-group2 {
    margin: 0;
  }
  .pb-main {
    margin: 0 0 28px;
  }
  .flex-col img,.pb-group2 img {
    width: inherit;
    margin-bottom: 28px;
  }
  .pb-group3 p {
    position: inherit;
  }
  .works ul.flex li a img {
    width: calc(100vw - 56px);
    height: 24vh;
  }
}
.footer {
  position: relative;
}
.footer small {
  position: absolute;
  bottom: 10px;
  right: 90px;
  font-size: 10px;
}
@media screen and (max-width:1170px) {
  .footer small {
    right: 10px;
  }
}