@charset "UTF-8";
/*
Theme Name: bUNKiten
Theme URI: http://tttest.inotem.jp.testrs.jp/bunkiten
Description: bUNKiten専用テーマ
Version: 1.1.0
Author: bUNKiten
*/

html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,
.form_contact input {
  font-family: "Roboto", sans-serif;
  color: #000;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.7px;
}
.section_title h2 span,
section .content h2 span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.timesnewroman,
section.fv h1,
.section_title h2,
section .content h2,
section .content .content_line h3,
section .content .access h3,
section.portofolio .content h3 {
  font-family: 'Times New Roman', sans-serif;
}
.spacing {
  letter-spacing: 0.3em;
}
@media screen and (min-width:768px) {
  section .content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0 160px;
  }
}
@media screen and (max-width:767px) {
  section .content {
    margin: 0 auto;
    padding: 56px 20px;
  }
}
@media screen and (min-width:768px) {
  a:hover {
		opacity: .8;
	}
  section h2{ margin-bottom: 40px; }
  section.news h2 { margin-bottom: 0; }
  section.subpage_catch .content {
    padding: 140px 0 220px;
  }
  section.subpage_catch p{
    font-size: 2.285rem;
    font-weight: 700;
    margin-bottom: 1em;
  }
  section.subpage_catch p:last-child {
    margin-bottom: 0;
  }
  section h2.sub { margin-top: 100px; }
  p.title_small {
    font-size: 1.142rem;
  }
}
@media screen and (max-width:767px) {
  a:hover {
		opacity: 1;
	}
}
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
img.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}
body {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
body.overflow__hidden {
  height: 100%;
  overflow: hidden;
}

/* Layout */
.txt_left { text-align: left; }
.txt_center { text-align: center; }
.txt_right { text-align: right; }
.left {
  margin-left: 0;
  margin-right: auto;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.right {
  margin-left: auto;
  margin-right: 0;
}
.items_center { align-items: center; }
.items_end { align-items: flex-end; }
section.bg_black {
  background-color: rgba(26, 26, 26, 1);
}
section.bg_black h2,
section.bg_black p {
  color: #fff;
}
.section_title > div > p {
  margin-bottom: 1em;
}
.section_title > div > p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width:1200px) {
  .section_title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width:768px) and (max-width:1199px) {
  .section_title {
    display: block;
  }
  .section_title p.button {
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  section .content {
    padding: 150px 50px 126px;
  }
  .section_title.bottom {
    align-items: end;
  }
  .section_title h2,
  section .content h2 {
    font-size: 3.428rem;
    line-height: 1.3;
  }
  .section_title h2 span,
  section .content h2 span {
    font-size: 1.142rem;
    display: inline-block;
    margin-left: 20px;
    line-height: 1.3;
  }
  section .content h3 {
    font-size: 1.714rem;
    line-height: 1.6;
    margin: 80px auto 20px;
  }
  .pcnone,
  #nav_content li.pcnone { display:none; }
}
@media screen and (max-width:767px) {
  .spnone { display:none; }
  .section_title h2,
  section .content h2 {
    font-size: 2.285rem;
    line-height: 1.3;
  }
  .section_title h2 span,
  section .content h2 span {
    font-size: 1.142rem;
    display: inline-block;
    margin-left: 8px;
    line-height: 1.3;
  }
  section .content h2 {
    margin: 0 auto 32px;
  }
  section .content h3 {
    font-size: 1.285rem;
    line-height: 1.6;
    margin: 0 auto 16px;
    font-weight: 500;
  }
}

/* column */
@media screen and (min-width:768px) {
  .two_col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .two_col .text {
    width: 49%;
  }
  .two_col .image {
    width: 40%;
  }
  .two_col .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .two_col .company_profile.txt {
    width: 50%;
  }
  .two_col.access {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10%;
    align-items: flex-start;
  }
}
@media screen and (max-width:767px) {
  .two_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
  p.company_image {
    margin: 0 auto 30px;
  }
  .two_col.access {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}

/* header */
@media screen and (min-width:1200px) {
  header {
    height: 96px;
    width: 100%;
  }
  header .header_box {
    width: calc(100% - 100px);
    padding: 0 50px;
    margin: 0 auto;
    height: 96px;
  }
  header .header_box div.logo {
    width: 180px;
    height: auto;
  }
  header .header_box .header_nav,
  header .header_box .header_nav nav {
    height: 100%;
  }
  #nav_drawer { display: none; }
  header #nav_drawer nav {
    height: 70px;
    position: fixed;
    right: 65px;
    width: 190px;
    z-index: 10;
  }
  header #nav_drawer nav ul {
    margin-right: 20px;
  }
  header #nav_drawer nav li {
    display: inline-block;
    margin: 5px;
  }
  header #nav_drawer nav .btn_fullheight {
    width: 180px;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("./images/flow_right.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: auto 12px;
  }
  #nav_open span { top: 20px; }
  #nav_open {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0px;
    display: inline-block;
    width: 70px;
    height: 70px;
    cursor: pointer;
    background-color: rgb(43, 43, 43);
  }
  #nav_open span {
    position: absolute;
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    content: "";
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
  }
  #nav_open span::before {
    position: absolute;
    top: 10px;
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    content: "";
    -webkit-transform: translateX(0.6rem);
    transform: translateX(-0.6rem);
  }
  #nav_open span::after {
    position: absolute;
    top: 20px;
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    content: "";
    -webkit-transform: translateX(0.9rem);
    transform: translateX(-0.9rem);
  }
  #nav_open.active span {
    transform: rotate(45deg);
    width: 20px;
    top: 16px;
    right: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 1s;
  }
  p.icon_link a {
    padding: 23px 13px 41px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  p.icon_link a:after {
    left: 50%;
    transform: translateX(-50%);
    bottom: 23px;
    content: '';
    display: block;
    position: absolute;
    background-image: url("./images/menu_right_icon.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 15px;
  }
  nav ul.main_navi_lists > li > a.contact {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  nav ul.main_navi_lists > li > a.contact:hover {
    background-color: #fff;
    color: #003A84;
    opacity: 1;
  }
  nav ul.main_navi_lists > li > a.contact:hover:before {
    background-image: url("./images/icon_mail.png");
  }
  .gnavi_list:hover:after {
    transform: scale(1, -1);
    top: calc(50% - 3px);
  }
  p.icon_link a:hover {
    background-color: #003A84;
    color: #fff;
    opacity: 1;
  }
  p.icon_link a:hover:after {
    background-image: url("./images/menu_right_icon_white.png");
  }
  nav ul.main_navi_lists > li > a.contact:before {
    transition: .3s ease;
  }
  .header_nav nav {
    display: grid;
    grid-template-columns: 1fr .5fr 1fr;
    gap: 0;
    justify-content: space-between;
    align-items: center;
  }
  .header_nav nav .nav_left {
    text-align: left;
  }
  .header_nav nav .nav_left ul li {
    display: inline-block;
    margin-right: 100px;
  }
  .header_nav nav .nav_left ul li:last-child {
    margin-right: 0;
  }
  .nav_middle {
    margin: 0 auto;
    text-align: center;
  }
  .header_nav nav .nav_middler .logo {
    text-align: center;
  }
  .header_nav nav .nav_right {
    text-align: right;
  }
  .header_nav nav .nav_right ul li {
    display: inline-block;
    margin-right: 50px;
  }
  .header_nav nav .nav_right ul li:last-child {
    margin-right: 0;
  }
  header .sp_header_logo {
    display: none;
  }
  main { margin-top: 96px; }
}
@media screen and (max-width:1199px) {
  header.top { height: auto; }
  header .header_box > div.logo {
    width: 170px;
    height: auto;
  }
  header {
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    width: calc(100% - 40px);
  }
  header .sp_header_logo {
    width: 112px;
  }
  header.top { height: auto; }
  header div#nav_drawer nav {
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  header div#nav_drawer nav .btn_fullheight {
    display: none;
  }
  div.header_nav { display: none; }
  header #nav_drawer nav {
    position: fixed;
    z-index: 10;
  }
  #nav_content ul {
    padding-top: 96px;
  }
  header #nav_drawer nav ul li {
    padding: 0;
    text-align: left;
  }
  header #nav_drawer nav ul li a {
    display: block;
    padding: 24px 40px;
    color: #fff;
    font-size: 1.428rem;
    font-weight: 500;
  }
  header #nav_drawer nav dl dt.has_second_level {
    padding: 22px 20px;
    text-align: left;
    border-bottom: 1px solid #707070;
    font-weight: bold;
  }
  header #nav_drawer nav dl.open,
  header #nav_drawer nav dl dt.has_second_level.open,
  header #nav_drawer nav dl dd {
    background-color: #EFEFEF;
  }
  header #nav_drawer nav dl.open {
    border-bottom: 1px solid #707070;
  }
  header #nav_drawer nav dl dt.has_second_level.open {
    margin: 0 20px;
    padding: 22px 0;
  }
  header #nav_drawer nav dd.second_level ul li {
    border-bottom: none;
  }
  header #nav_drawer nav dl dd ul li {
    border-top: none; 
  }
  header #nav_drawer nav dl dt.has_second_level.open:after {
    transform: scale(1, -1);
  }
  header #nav_drawer nav .btn_fullheight {
    display: none;
  }
  #nav_open span {
    top: 8px;
    right: 5.33px;
  }
  #nav_open {
    position: fixed;
    z-index: 1000;
    top: 14px;
    right: 14px;
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  #nav_open span {
    position: absolute;
    display: block;
    width: 21.33px;
    height: 2px;
    border-radius: 3px;
    background: #000;
    content: "";
  }
  #nav_open span::before {
    position: absolute;
    top: 8px;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: #000;
    content: "";
  }
  #nav_open span::after {
    position: absolute;
    top: 15px;
    display: block;
    width: 21.33px;
    height: 2px;
    border-radius: 3px;
    background: #000;
    content: "";
  }
  #nav_open.active span {
    transform: rotate(45deg);
    width: 20px;
    top: 15px;
    right: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 1s;
  }
  #nav_drawer { display: inherit; }
  p.icon_link a {
    padding: 16px 16px 16px 16px;
    border: 1px solid #003A84;
    text-align: center;
  }
  p.icon_link a:after {
    content: '';
    display: inline-block;
    margin-left: 8px;
    background-image: url("./images/button_right.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 8px;
    height: 12px;
  }
  header #nav_drawer nav ul li a.other_site:after {
    background-image: url(./images/icon_linkout_white.png);
  }
  main { margin-top: 60px; }
}
header {
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: rgba(244, 244, 244, 1);
}
header .header_box {
  background-color: rgba(244, 244, 244, 1);
}
.header_box > div nav ul.main_navi_lists > li {
  margin-right: 24px;
  position: relative;
}
.header_box > div nav ul li a {
  vertical-align: middle;
  font-size: 1.1428rem;
  font-weight: 500;
}
nav ul.main_navi_lists > li > a {
  display: block;
  height: 84px;
  line-height: 84px;
}
nav ul.main_navi_lists > li > a.other_site,
a.other_site {
  position: relative;
  padding-right: 34px;
}
nav ul.main_navi_lists > li > a.other_site:after,
a.other_site:after {
  content: "";
  display: inline-block;
  background-image: url("./images/icon_linkout.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
header #nav_drawer nav ul li a:after {
  position: relative;
  margin-left: 8px;
  top: initial;
  transform: initial;
}
.header_box > div nav ul li:last-child {
  margin-right: 0;
}
.nav_unshown { display: none; }
#nav_open.active {
  background-color: rgba(0,0,0,0);
}
#nav_close span {
  position: relative;
  z-index: 4;
  display: block;
  width: 100px;
  height: 100px;
  margin: 20px auto;
  cursor: pointer;
}
#nav_close span::before,
#nav_close span::after {
  position: absolute;
  top: 50px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  transition: 0.4s;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}
#nav_close span::after { transform: rotate(-45deg); }
#nav_content {
  position: fixed;
  z-index: 99;
  top: 60px;
  left: 0;
  overflow-y: auto;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background: rgba(154, 154, 154, 1);
  color: #fff;
  text-align: center;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
  opacity: 0;
}
#nav_content ul { margin: auto; }
#nav_content li {
  padding: 10px;
  text-align: center;
  display: block;
}
#nav_content.active {
  opacity: 1;
  pointer-events: auto;
  overflow: scroll;
}
#nav_content.active::after {
  display: block;
  width: 1px;
  height: 70px;
  content: '';
}
#nav_open.active span::before {
  transform: rotate(90deg);
  top: 0px;
}
#nav_open.active span::after {
  content: none;
}
#nav_content .header_sns {
  padding-top: 40px;
}
#nav_content .header_sns a {
  display: inline-block;
  margin: 0 auto;
}
#nav_content .header_sns a img {
  margin: 0 5px;
}
.gnavi_list {
  padding-right: 16px;
}
.gnavi_list:after {
  content: '';
  display: block;
  width: 11px;
  height: 6.5px;
  background-image: url("./images/submenu_icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}
p.icon_link {
  background-color: #fff;
}
p.icon_link a {
  background-color: #fff;
  color: #003A84;
}

/* footer */
@media screen and (min-width:768px) {
  footer .container {
    padding: 64px 0px 32px;
  }
  footer .container > div {
    width: 50%;
  }
  footer .logo {
    max-width: 287px;
    margin-bottom: 0;
    width: 40%;
  }
  footer .links {
    display: flex;
    justify-content: center;
  }
  footer .links ul {
    margin-right: 16px;
  }
  footer .links ul:last-child {
    margin-right: 0;
  }
  footer .links li:last-child {
    margin-bottom: 0;
  }
  section.footer_contact .content {
    padding: 130px 0;
    margin: 0 auto;
    text-align: center;
  }
  section.footer_contact h2 {
    margin: 0 auto 44px;
  }
  section.footer_contact p.button {
    margin: 80px auto 0;
  }
  footer {
    background-color: rgba(26, 26, 26, 1);
    padding: 32px 60px;
    width: calc(100% - 120px);
    border-top: 1px solid rgba(196, 196, 196, 1);
  }
  footer .copyright {
    border-top: 1px solid #fff;
    padding-top: 18px;
  }
  section.footer_contact {
    background-image: url("./images/contact_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  footer .footer_box .links ul li.spver {
    display: none;
  }
  footer .footer_box {
    padding-bottom: 38px;
    gap: 40px 0;
  }
}
@media screen and (max-width:767px) {
  footer .container {
    padding: 80px 20px;
  }
  footer .container.custom {
    padding: 0 20px 80px;
  }
  footer .container > div {
    width: 100%;
  }
  footer .logo {
    max-width: 150px;
    margin-bottom: 30px;
    width: 80%;
  }
  footer .links {
    padding: 30px 0 0;
    border-top: 1px solid #fff;
  }
  footer .links ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    gap: 20px 10px;
  }
  section.footer_contact .content {
    padding: 72px 20px;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(26, 26, 26, 0.7);
  }
  section.footer_contact h2 {
    margin: 0 auto 32px;
  }
  section.footer_contact p.button {
    margin: 0 auto;
    text-align: left;
  }
  footer {
    background-color: rgba(26, 26, 26, 1);
    padding: 50px 30px 10px;
    width: calc(100% - 60px);
  }
  footer .copyright {
    padding-top: 80px;
    font-size: 0.857rem;
  }
  section.footer_contact {
    background-image: url("./images/contact_bg_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
footer .footer_box,
footer .copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
footer .footer_box .logo {
  max-width: 191px;
}
footer .footer_box .links ul li {
  display: inline-block;
  margin-right: 40px;
}
footer .footer_box .links ul li:last-child {
  margin-right: 0;
}
footer p,
footer p a,
footer .footer_box .links ul li a,
footer .copyright p a {
  color: #fff;
  font-size: 1.142rem;
  line-height: 1.6;
  font-weight: 500;
}
section.footer_contact h2,
section.footer_contact h2 span,
section.footer_contact p {
  color: #fff;
}
section.footer_contact h2 span {
  display: block;
  line-height: 2;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1260px;
  margin: 0 auto;
}
footer .links li,
footer .links li a {
  font-weight: 700;
}

/* TOP */
@media screen and (min-width:768px) {
  section.fv {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: calc(100vh - 96px);
    position: relative;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  section.fv h1 {
    position: absolute;
    right: 70px;
    bottom: 80px;
    font-size: 1.5rem;
    line-height: 1.5;
    max-width: 563px;
    z-index: 1;
    text-align: left;
    letter-spacing: 4.48px;
  }
  section.fv h1 span {
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: .8px;
  }
  section.fv video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: opacity(0.8);
  }
  section.fv h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
  }
  section.fv h2 img {
    width: 100%;
    height: auto;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width:767px) {
  section.fv {
    margin: 60px auto 0;
    text-align: center;
    width: 100%;
    height: calc(55vh - 60px);
    position: relative;
    padding: 0;
    background-image: url("./images/top_back_sp.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  section.fv h1 {
    position: absolute;
    left: 16px;
    bottom: 48px;
    font-size: 1.142rem;
    line-height: 1.5;
    max-width: 563px;
    z-index: 1;
    text-align: left;
    letter-spacing: .7px
  }
  section.fv h1 span {
    font-size: 2.285rem;
    line-height: 1.3;
    letter-spacing: .7px;
  }
  section.fv video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: opacity(0.8);
  }
  section.fv h2 {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-30%);
    width: 90%;
    max-width: 220px;
  }
  .news_title { display: block; margin-top: 0px; }
  section.news ul li {
    padding: 0;
  }
}
section.fv h2 {
  margin: 0 auto;
  padding: 0;
}

/* News */
@media screen and (min-width:1200px) {
  .news_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 43px 3px;
    margin: 100px auto 0;
    width: 100%;
  }
}
@media screen and (min-width:768px) and (max-width:1199px) {
  .news_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
    margin: 100px auto 0;
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .news_list > .news_box {
    height: 424px;
    position: relative;
    overflow: hidden;
  }
  .news_box .news_info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 32px);
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 1.142rem;
    line-height: 1.6;
    padding: 14px 16px;
  }
  .sub_top .news_list {
    margin: 80px auto 120px;
  }
  .news_detail .single_content {
    margin: 40px auto 0;
  }
  .news_detail .single_content p {
    font-size: 1.142rem;
  }
  .single_page_link {
    margin: 100px auto 0;
  }
  .single_page_link .prev_single a:before,
  .single_page_link .next_single a:before {
    content: "";
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .single_page_link .prev_single a {
    padding-left: 58px;
  }
  .single_page_link .next_single a {
    padding-right: 58px;
  }
  .single_page_link .prev_single a,
  .single_page_link .next_single a,
  .back_singlelists a {
    font-size: 1.285rem;
    font-weight: 500;
    position: relative;
  }
  .single_page_link {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width:767px) {
  .news_list > .news_box {
    height: 380px;
    position: relative;
    overflow: hidden;
  }
  .news_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px 0;
    margin: 0 auto 0;
    width: 100%;
  }
  .news_box .news_info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 32px);
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 1.6;
    padding: 16px;
  }
  .sub_top .news_list {
    margin: 40px auto 60px;
  }
  .single_page_link {
    margin: 50px auto 0;
  }
  .single_page_link .prev_single a:before,
  .single_page_link .next_single a:before {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .single_page_link .prev_single a {
    padding-left: 31px;
  }
  .single_page_link .next_single a {
    padding-right: 31px;
  }
  .single_page_link .prev_single a,
  .single_page_link .next_single a,
  .back_singlelists a {
    font-size: .857rem;
    font-weight: 500;
    position: relative;
  }
  .single_page_link {
    display: grid;
    grid-template-columns: 1fr .7fr 1fr;
    justify-content: space-between;
    align-items: center;
  }
  .news_detail .single_content {
    margin: 40px auto 0;
  }
}
.news_list > .news_box img {
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: blur(4px);
  transition: all .3s;
}
.news_list > .news_box a:hover {
  opacity: 1;
}
.news_list > .news_box a:hover img {
  filter: blur(0);
}
.news_box p.date {
  position: absolute;
  top: 10px;
  left: 18px;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.75);
  font-size: 1.142rem;
  line-height: 1.6;
  color: #fff;
  z-index: 1;
}
.news_box p.date span {
  display: block;
  font-size: 1.714rem;
  line-height: 1.6;
  color: #fff;
}
.news_box .news_info p {
  color: #fff;
}
.news_box .news_info p.news_title {
  font-weight: 500;
   display: -webkit-box;             
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.news_box .news_info p.news_description {
  margin-top: 10px;
  display: -webkit-box;             
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.news_detail {
  margin: 30px auto 0;
}
.single_page_link .prev_single {
  text-align: left;
}
.back_singlelists {
  text-align: center;
}
.single_page_link .next_single {
  text-align: right;
}
.single_page_link .prev_single a:before {
  background-image: url("./images/icon_prev_link.png");
  left: 0;
}
.single_page_link .next_single a:before {
  background-image: url("./images/icon_next_link.png");
  right: 0;
}
.back_singlelists a {
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}
.back_singlelists a:hover {
  border-bottom: none;
}

/* Portofolio */
@media screen and (min-width:768px) {
  .portofolio_list {
    display: grid;
    grid-template-columns: 1fr .6fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 17px 24px;
    margin: 100px auto 0;
  }
  section.portofolio_page .portofolio_list {
    margin: 40px auto 0;
  }
  .portofolio_list .first,
  .portofolio_list .portfolio_1 {
    grid-row: span 2 / span 2;
    height: 595px;
  }
  .portofolio_list > div:last-child {
    grid-column-start: 2;
  }
  .portofolio_list > div:not(:first-child) {
    height: 289px;
  }
  .portofolio_list > div .portofolio_info {
    position: absolute;
    background-color: rgba(10, 10, 10, 0.5);
    padding: 12px 20px;
    width: calc(100% - 40px);
  }
  .portofolio_list > div .portofolio_info p.portofolio_title {
    font-weight: 500;
    font-size: 1.142rem;
    margin-top: 6px;
  }
  section.portofolio .content h3,
  section.portofolio .content h3 span {
    text-align: center;
  }
}
@media screen and (max-width:767px) {
  .portofolio_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px 0;
    margin: 40px auto 0;
  }
  .portofolio_list > div {
    height: 235px;
  }
  .portofolio_list > div .portofolio_info {
    position: absolute;
    background-color: rgba(10, 10, 10, 0.5);
    padding: 8px 3px 8px 12px;
    width: calc(100% - 15px);
  }
  .portofolio_list > div .portofolio_info p.portofolio_title {
    font-weight: 500;
  }
  section.portofolio .content h3,
  section.portofolio .content h3 span {
    text-align: left;
  }
}
.portofolio_list > div {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.portofolio_list > div a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.portofolio_list > div .portofolio_info p {
  color: #fff;
  line-height: 1.6;
}
section.portofolio .subpage_title.separate h2 {
  margin: 0 auto 30px;
}
section.portofolio .subpage_title.separate p {
  margin-bottom: 1em;
}
section.portofolio .content h3 {
  font-size: 2.285rem;
  line-height: 1.3;
  color: #fff;
  margin: 0 auto;
}
section.portofolio .content h3 span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

/* 下層ページ */
@media screen and (min-width:768px) {
  main > section.sub_top .content {
    padding: 100px 50px;
  }
  main > section.sub_top.portofolio .content {
    padding: 100px 50px 40px;
  }
  section .subpage_title.separate {
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(135, 135, 135, 1);
  }
  section .subpage_title.single_title h2 {
    font-size: 1.714rem;
    line-height: 1;
    margin: 0 auto 24px;
  }
  section.portofolio_page .content {
    padding: 80px 50px;
  }
}
@media screen and (max-width:767px) {
  main > section.sub_top .content {
    padding: 56px 20px;
  }
  section .subpage_title.separate {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(135, 135, 135, 1);
  }
  section .subpage_title.single_title h2 {
    font-size: 1.285rem;
    line-height: 1;
    margin: 0 auto 24px;
  }
}
section.company .subpage_title {
  max-width: 1000px;
}
section .subpage_title h2 {
  margin: 0 auto 30px;
}
section .subpage_title.separate h2 {
  margin: 0 auto;
}
section .subpage_title.single_title h2 {
  font-weight: 500;
}
section .subpage_title.single_title p.date {
  color: rgba(117, 117, 117, 1);
  font-size: 1.285rem;
  font-weight: 500;
}
.content_line {
  margin: 48px auto 0;
  border-top: 1px solid rgba(135, 135, 135, 1);
  padding: 100px 0 0;
}
section .content .content_line h3,
section .content .access h3 {
  font-size: 2.285rem;
  line-height: 1.3;
  margin: 0 auto 40px;
}
section .content .content_line h3 span,
section .content .access h3 span {
  display: inline-block;
  margin-left: 20px;
  line-height: 1.6;
  font-size: 1rem;
}
section .content table {
  width: 100%;
}
section .content table tr th,
section .content table tr td {
  padding: 20px 0;
  border-bottom: 1px solid rgba(198, 198, 198, 1);
  text-align: left;
}
section .content table tr:first-child th,
section .content table tr:first-child td {
  padding: 0 0 20px;
}
section .content table tr th {
  font-weight: 500;
  width: 40%;
}
section .content table tr td {
  width: 60%;
}

/* 会社情報 */
@media screen and (min-width:1250px) {
  section.company_message .content {
    max-width: 740px;
    margin: 0 auto;
    padding: 80px 0 110px;
  }
  section.company_message .company_message_image_1 {
  position: absolute;
  max-width: 200px;
  width: 20%;
  left: 40px;
  top: 0;
  }
  section.company_message .company_message_image_2 {
    position: absolute;
    max-width: 200px;
    width: 20%;
    right: 40px;
    bottom: 0;
  }
}
@media screen and (min-width:768px) and (max-width:1249px) {
  section.company_message .content {
    max-width: 740px;
    margin: 0 auto;
    padding: 80px 0 220px;
  }
  section.company_message .company_message_image_1 {
    position: absolute;
    height: 200px;
    width: auto;
    left: 40px;
    top: 0;
  }
  section.company_message .company_message_image_2 {
    position: absolute;
    height: 200px;
    width: auto;
    right: 40px;
    bottom: 0;
  }
}
@media screen and (max-width:768px) {

 section.company_message .company_message_image_1 {
    width: 150px;
    text-align: left;
    margin: 0 auto 40px 0;
  }
  section.company_message .company_message_image_2 {
    width: 150px;
    text-align: right;
    margin: 40px 0 0 auto;
  }
}
section.company_message {
  background-image: url("./images/company_profile_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
section.company_message .content .logo {
  width: 270px;
  margin: 0 auto;
  text-align: center;
}
section.company_message .content p.company_message_text {
  margin: 74px auto 0;
}
.gmap {
  position: relative;
  width: 100%;
  height: 360px;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
dl.company_detail {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 90px auto;
  justify-items: flex-start;
  gap: 20px 25px;
  align-items: flex-start;
}
dl dt {
  background-color: rgba(26, 26, 26, 1);
  width: 90px;
  padding: 3px;
  font-size: 0.857rem;
  color: #fff;
  text-align: center;
}
dl dd {
  font-size: 1.142rem;
}

/* プライバシーポリシー */
@media screen and (min-width:768px) {
  section.privacy .content h3,
  section.privacy .content h4,
  section.privacy .content p,
  section.privacy .content ol li {
    font-size: 1.285rem;
  }
}
@media screen and (max-width:767px) {
  section.privacy .content h3,
  section.privacy .content h4,
  section.privacy .content p,
  section.privacy .content ol li {
    font-size: 1.142rem;
  }
}
section.privacy .content h3 {
  font-weight: 500;
  margin: 0 auto 28px;
}
section.privacy .content h4 {
  font-weight: 500;
  margin: 28px auto 0;
}
section.privacy .content ol {
  margin: 1em auto;
}
section.privacy .content ol li {
  list-style-type: decimal;
  margin-left: 1.5em;
}
p.company_contact {
  margin: 28px auto 0;
}

/* お問い合わせ */
@media screen and (min-width:768px) {
  .contact_content .step_image {
    max-width: 430px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .contact_detail {
    margin: 94px auto 0;
    max-width: 1110px;
  }
  .contact_detail p.contact_notice {
    font-size: 1.285rem;
    text-align: center;
  }
  .contact_detail table.contact_table tr {
    display: grid;
    gap: 0 10%;
    grid-template-columns: .5fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .contact_detail table.contact_table tr:first-child th,
  .contact_detail table.contact_table tr:first-child td {
    border-bottom: none;
    padding: 0 0 20px;
  }
  .contact_detail table.contact_table tr th,
  .contact_detail table.contact_table tr td {
    border-bottom: none;
    padding: 20px 0;
  }
  .contact_detail table.contact_table tr th {
    justify-content: space-between;
  }
  .contact_detail table.contact_table {
    width: 100%;
    margin: 60px auto 80px;
  }
  .confirm_button {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .confirm_button div.button_section {
    margin: 0;
  }
}
@media screen and (max-width:767px) {
  .contact_content .step_image {
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .contact_detail {
    margin: 47px auto 0;
    max-width: 768px;
  }
  .contact_detail p.contact_notice {
    font-size: 1.285rem;
    text-align: left;
  }
  .contact_detail table.contact_table tr:first-child {
    margin-top: 0;
  }
  .contact_detail table.contact_table tr {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
  }
  .contact_detail table.contact_table tr:first-child th,
  .contact_detail table.contact_table tr:first-child td {
    border-bottom: none;
    padding: 0 0 10px;
  }
  .contact_detail table.contact_table tr th,
  .contact_detail table.contact_table tr td {
    border-bottom: none;
    padding: 10px 0;
  }
  .contact_detail table.contact_table tr th {
    justify-content: flex-start;
  }
  .contact_detail table.contact_table tr th span {
    margin-left: 10px;
  }
  .contact_detail table.contact_table {
    width: 100%;
    margin: 60px auto 0;
  }
  .confirm_button {
    display: block;
    margin: 40px auto 0;
  }
  .confirm_button div.button_section {
    margin: 0 auto;
  }
  .previous_button {
    width: 100%;
  }
  .previous_button input {
    width: calc(100% - 40px);
  }
}
section.contact .subpage_title {
  max-width: initial;
}
section.contact .content .subpage_title h2 {
  text-align: center;
  margin: 0 auto 50px;
}
section.contact .content .subpage_title h2 span {
  margin: 0 auto;
}
section .content table.contact_table tr td {
  width: 100%;
}
.contact_detail table.contact_table tr th {
  font-size: 1.142rem;
  color: rgba(27, 27, 32, 1);
  font-weight: 500;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact_detail table.contact_table tr th span {
  background-color: rgba(19, 19, 19, 1);
  color: #fff;
  text-align: center;
  padding: 4px 8px;
  font-size: 0.857rem;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  border: 1px solid rgba(135, 135, 135, 1);
  padding: 4px 10px;
  font-size: 1.142rem;
  line-height: 32px;
  width: calc(100% - 20px);
}
.wpcf7-form-control-wrap ::placeholder {
  color: rgba(48, 48, 53, 0.4);
}
.wpcf7-form-control-wrap input[type="checkbox"] {
  display: none;
  width: initial;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item-label {
  font-size: 1.142rem;
}
.wpcf7-list-item {
    display: block;
    line-height: 1;
}
.wpcf7-list-item + .wpcf7-list-item {
    margin-top: 8px;
}
.wpcf7-list-item-label {
    position: relative;
    height: 20px;
    line-height: 20px;
    padding-left: 25px;
    display: inline-block;
}
.wpcf7-list-item-label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(198, 198, 198, 1);
    border-radius: 20px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: rotate(135deg);
    position: absolute;
    left: 5px;
    top: 4px;
}
div.button_section {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.previous_button {
  position: relative;
  display: inline-block;
}
.previous_button input {
  padding: 12px 72px;
  background-color: #fff;
  border: 1px solid rgba(26, 26, 26, 1);
  color: #000;
  position: relative;
  border-radius: 42px;
  line-height: 20px;
  font-size: 1.285rem;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 500;
}
.previous_button input:hover {
  cursor: pointer;
  background-color: rgba(26, 26, 26, 1);
  color: #fff;
}



/* button */
@media screen and (min-width:768px) {
  p.submit_button input,
  .button a,
  .button_othersite a {
    padding: 12px 72px;
    background-color: rgba(26, 26, 26, 1);
    border: 1px solid rgba(26, 26, 26, 1);
    color: #fff;
    position: relative;
    border-radius: 42px;
    line-height: 20px;
    font-size: 1.285rem;
    position: relative;
    display: inline-block;
    text-align: center;
    font-weight: 500;
  }
  .button.white a {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
  }
  p.submit_button {
    position: relative;
    display: inline-block;
  }
  .button a:after {
    transition: .3s ease;
  }
  p.button_othersite a:after {
    content: "";
    display: inline-block;
    background-image: url(./images/icon_linkout_white.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 12.81px;
    height: 12.81px;
    margin-left: 11px;
    margin-bottom: -1px;
  }
  p.submit_button:hover,
  p.submit_button input:hover {
    cursor: pointer;
  }
  .button a:hover,
  .button_othersite a:hover,
  p.submit_button:hover input {
    background-color: #fff;
    border: 1px solid rgba(26, 26, 26, 1);
    opacity: 1;
    color: #000;
  }
  .button.white a:hover {
    background-color: rgba(26, 26, 26, 1);
    color: #fff;
  }
  p.button.margin {
    margin: 60px auto 40px;
  }
  p.button_othersite a:hover:after {
    background-image: url(./images/icon_linkout_blue.png);
  }
  .button a:hover:after,
  p.submit_button:hover:after {
    background-image: url(./images/link_button_black.png);
  }
  .button.white a:hover:after {
    background-image: url(./images/link_button_white.png);
  }
  p.submit_button:after {
    content: "";
    width: 46px;
    height: 46px;
    background-image: url("./images/link_button_white.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
  }
}
@media screen and (max-width:767px) {
  .button {
    text-align: left;
  }
  p.submit_button input,
  .button a,
  .button_othersite a {
    width: calc(100% - 40px);
    margin: 40px auto 0;
    background-color: rgba(26, 26, 26, 1);
    border: 1px solid rgba(26, 26, 26, 1);
    color: #fff;
    position: relative;
    border-radius: 42px;
    line-height: 1.6;
    font-size: 1.142rem;
    position: relative;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    padding: 12px;
  }
  p.submit_button {
    position: relative;
    display: inline-block;
  }
  p.submit_button:hover,
  p.submit_button input:hover {
    cursor: pointer;
  }
  .button.white a {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
  }
  p.button_othersite a:after {
    content: "";
    display: inline-block;
    background-image: url(./images/icon_linkout_white.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 12.81px;
    height: 12.81px;
    margin-left: 11px;
    margin-bottom: -1px;
  }
  p.submit_button {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  p.submit_button:after {
    position: absolute;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    right: calc(50% - 31px);
  }
  p.submit_button:after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("./images/link_button_white.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
.button a:after {
  content: "";
  width: 46px;
  height: 46px;
  background-image: url("./images/link_button_white.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
}
.button.white a {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.button.white a:after {
  content: "";
  display: inline-block;
  width: 46px;
  height: 46px;
  background-image: url("./images/link_button_black.png");
  background-repeat: no-repeat;
  background-size: cover;
}
p.button_othersite {
  margin-top: 40px;
}
@media screen and (min-width:768px){
  .spver {
    display: none;
  }
}
@media screen and (max-width:767px){
  .pcver {
    display: none;
  }
  .center {
    margin: auto;
  }
}

/* Animetion */
.animation_box {
  opacity: 0;
  transform: translateY(20px);
  transition: 2.5s ease;
}
.fv {
  opacity: 0;
  animation: fadeIn 3s ease 1s 1 forwards;
}
.fv h2 img {
  opacity: 0;
  animation: textIn 5s ease 1s 1 forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes textIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
