@charset "UTF-8";
/*** The new CSS reset - version 1.7.2 (last updated 23.6.2022) ***/
*:where(:not(html, iframe, canvas, img, svg, video):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

a,
button {
  cursor: revert;
}

a {
  text-decoration: none !important;
  transition-duration: 0.5s;
}
a:hover {
  opacity: 0.8;
  transition-duration: 0.5s;
  cursor: pointer;
}

ol,
ul,
menu {
  list-style: none;
  padding-left: 0;
}

img, video {
  max-width: 100%;
  max-height: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

.dummy {
  color: #ff00e6 !important;
}

/*
====================================
共通
====================================
*/
html {
  overflow-x: hidden;
  overflow-y: initial;
  font-size: 10px;
  letter-spacing: 0.25em;
}

body {
  overflow-x: hidden;
  font-feature-settings: "palt";
  background-color: #fff;
  font-family: "kozuka-mincho-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
}

#main.lower {
  margin-top: 96px;
}

.wrapper {
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}

.p {
  font-size: 1.6rem;
  line-height: 2;
}

.pc {
  display: block;
}

.pc-tb {
  display: block;
}

.tb-sp {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .pc-tb {
    display: none;
  }
  .tb-sp {
    display: block;
  }
  .sp {
    display: block;
  }
  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
/*
====================================
レイアウト
====================================
*/
.cta {
  position: relative;
  background-color: #111A39;
}
.cta__inner {
  padding: 80px 32px;
  position: relative;
}
.cta__inner .cta__inner_white::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
}
.cta__inner .content {
  width: 48%;
}
.cta__inner .content .heading {
  margin-bottom: 40px;
}
.cta__inner .content .topdesc {
  padding-right: 56px;
  color: #fff;
}
.cta__inner .content .btn {
  margin-top: 40px;
}
.cta .rightimage {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 70%;
  background-image: url("../img/cta/back.jpg");
  background-size: cover;
  background-position: center;
}
.cta .rightimage::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.41;
}

.cta .rightimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.cta {
  position: relative;
  background-color: #111A39;
}
.cta__inner {
  padding: 80px 32px;
  position: relative;
}
.cta__inner .cta__inner_white::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
}
.cta__inner .content {
  width: 48%;
}
.cta__inner .content .heading {
  margin-bottom: 40px;
}
.cta__inner .content .topdesc {
  padding-right: 56px;
  color: #fff;
}
.cta__inner .content .btn {
  margin-top: 40px;
}
.cta .rightimage {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 70%;
  background-image: url("../img/cta/back.jpg");
  background-size: cover;
  background-position: center;
}
.cta .rightimage::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.41;
}

.cta .rightimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.cta--simple {
  background-color: #fff;
}
.cta--simple .cta__inner {
  padding: 0px;
}
.cta--simple .cta__inner .cta__inner_white::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
}
.cta--simple .cta__inner .content {
  width: 100%;
}
/* .cta--simple .cta__inner .content .heading {
  margin-bottom: 40px;
} */
.cta--simple .cta__inner .content .topdesc {
  padding-right: 0;
  text-align: center;
  color: #333;
}
.cta--simple .cta__inner .content .btn {
  text-align: center;
  margin-top: 40px;
}
.cta--simple .rightimage {
  display: none;
}

@media screen and (max-width: 750px) {
  .cta__inner {
    padding: 40px 16px;
    position: relative;
  }
  .cta__inner::before {
    left: 0px;
  }
  .cta__inner .content {
    width: 100%;
  }
  .cta__inner .content .heading {
    margin-bottom: 24px;
  }
  .cta__inner .content .topdesc {
    padding-right: 28px;
  }
  .cta__inner .content .btn {
    margin-top: 24px;
  }
  .cta .rightimage {
    display: none;
  }
}
/*
====================================
モジュール
====================================
*/
.m_sectiontitle .eng {
  font-size: 6.4rem;
  color: #111A39;
  opacity: 0.19;
  display: block;
  line-height: 1;
}
.m_sectiontitle .jpn {
  display: inline-block;
  margin-top: 16px;
  padding-left: 24px;
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}
.m_sectiontitle .jpn::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 16px);
  width: 12px;
  height: 32px;
  background-color: #00572F;
}
.m_sectiontitle .jpn::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 28px;
  background-color: #3E3A39;
  width: 51px;
  height: 1px;
}
.m_sectiontitle--white .eng {
  color: #fff;
}
.m_sectiontitle--white .jpn {
  color: #fff;
}
.m_sectiontitle--white .jpn::before {
  background-color: #fff;
}
.m_sectiontitle--halfwhite .eng {
  color: #111A39;
}
.m_sectiontitle--halfwhite .jpn {
  color: #fff;
}
.m_sectiontitle--halfwhite .jpn::before {
  background-color: #fff;
}
.m_sectiontitle--nojpnline .jpn::after {
  display: none;
  opacity: 0;
}
.m_sectiontitle--center {
  text-align: center;
}

.m_sitebtn {
  border: solid 1px #ddd;
  width: 240px;
  display: inline-block;
  padding: 8px 0;
}
.m_sitebtn span {
  display: block;
  text-align: center;
  color: #333;
  font-size: 1.7rem;
}
.m_sitebtn--white {
  border: solid 1px #fff;
}
.m_sitebtn--white span {
  color: #fff;
}

.m_sitebtn--black {
  border: solid 1px #333;
}
.m_sitebtn--black span {
  color: #333;
}

.m_newslist ul li a {
  display: flex;
  border-bottom: solid 1px #ddd;
  padding: 16px 0;
}
.m_newslist ul li a time {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  color: #333;
}
.m_newslist ul li a .title {
  position: relative;
  margin-left: 32px;
  padding-left: 24px;
  font-size: 1.6rem;
  color: #333;
}
.m_newslist ul li a .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 8px;
  background-color: #ddd;
}

.m_lowerheader {
  margin-top: 180px;
}
.m_lowerheader .jpn {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  display: block;
  text-align: center;
}
.m_lowerheader .eng {
  margin-bottom: 40px;
  font-size: 2.4rem;
  line-height: 1.5;
  display: block;
  text-align: center;
  color: #777;
}
.m_lowerheader .image {
  margin-top: 16px;
}

.m_pagelinks {
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.m_pagelinks a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24%;
  padding: 12px 0;
  border: solid 1px #111A39;
  background-color: #fff;
}
.m_pagelinks a .txt {
  color: #111A39;
  font-size: 1.5rem;
  text-align: center;
}
.m_pagelinks a i {
  font-size: 1.5rem;
  color: #fff;
  margin-left: 8px;
}
.m_pagelinks a.this {
  background-color: #111A39;
}
.m_pagelinks a.this .txt {
  color: #fff;
}

.m_breadcrumbs {
  margin-top: 40px;
}
.m_breadcrumbs span {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
}
.m_breadcrumbs span a {
  color: #333;
  font-weight: 400;
}
.m_breadcrumbs span.current-item {
  margin: 0 8px;
  font-weight: 600;
  color: #111A39;
}

@media screen and (max-width: 750px) {
  .m_sectiontitle .eng {
    font-size: 4rem;
  }
  .m_sectiontitle .jpn {
    margin-top: 12px;
    padding-left: 24px;
    font-size: 1.7rem;
    line-height: 1.3;
  }
  .m_sectiontitle .jpn::before {
    top: 0;
    width: 6px;
    height: 100%;
  }
  .m_sectiontitle .jpn::after {
    bottom: -8px;
    left: 24px;
    width: 25px;
  }
  .m_sitebtn {
    width: 200px;
  }
  .m_sitebtn span {
    font-size: 1.5rem;
  }
  .m_newslist ul li a {
    display: block;
  }
  .m_newslist ul li a time {
    font-size: 1.1rem;
  }
  .m_newslist ul li a .title {
    margin-top: 8px;
    margin-left: 0;
    padding-left: 12px;
    font-size: 1.3rem;
  }
  .m_newslist ul li a .title::before {
    width: 4px;
  }
  .m_lowerheader {
    margin-top: 72px;
  }
  .m_lowerheader .jpn {
    font-size: 2.7rem;
  }
  .m_lowerheader .eng {
    font-size: 1.5rem;
  }
  .m_lowerheader .image {
    margin-top: 36px;
  }
  .m_pagelinks {
    padding: 0 0;
    margin-top: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 10px 2%;
  }
  .m_pagelinks a {
    position: relative;
    width: 48.9%;
    padding: 8px 0;
  }
  .m_pagelinks a .txt {
    font-size: 1rem;
  }
  .m_pagelinks a i {
    position: absolute;
    right: 16px;
    top: 50%;
    font-size: 1.2rem;
    margin-left: 24px;
  }
  .m_breadcrumbs {
    margin-top: 24px;
  }
  .m_breadcrumbs span {
    font-size: 1rem;
  }
  .m_breadcrumbs span.current-item {
    margin: 0 4px;
  }
}
/*
====================================
ヘッダー
====================================
*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 96px;
  z-index: 1000;
}
.header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #eee;
  transition-duration: 0.3s;
}
.header__inner {
  padding-left: 32px;
  padding-right: 32px;
  height: 100%;
  width: 100%;
}
.header__inner .lr {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__inner .lr .left .logo-gr {
  display: flex;
  align-items: center;
}
.header__inner .lr .left .logo-gr a {
  display: flex;
  align-items: center;
}
.header__inner .lr .left .logo-gr .logo {
  display:flex;
  align-items:center;
  width: 320px;
}
.header__inner .lr .left .logo-gr .logo img {
  width: 100%;
}
.header__inner .lr .left .logo-gr .sitetitle {
  margin-left: 24px;
  font-size: 1.5rem;
  color: #fff;
}
.header__inner .lr .right {
  display: flex;
  justify-content: right;
  align-items: center;
}
.header__inner .lr .right .globalmenu {
  margin-top: -12px;
  margin-right: 16px;
}
.header__inner .lr .right .globalmenu ul {
  height: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
}
.header__inner .lr .right .globalmenu ul li {
  font-size: 1.6rem;
  margin-left: 24px;
}
.header__inner .lr .right .globalmenu ul li:first-of-type {
  margin-left: 0;
}
.header__inner .lr .right .globalmenu ul li a {
  position: relative;
  color: #fff;
}
.header__inner .lr .right .globalmenu ul li a::before {
  font-size: 1.25rem;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 50%);
  content: "News";
}
.header__inner .lr .right .globalmenu ul li a[href*=business]::before {
  content: "Business";
}
.header__inner .lr .right .globalmenu ul li a[href*=example]::before {
  content: "Example";
}
.header__inner .lr .right .globalmenu ul li a[href*=company]::before {
  content: "Company";
}
.header__inner .lr .right .globalmenu ul li a[href*=cooperation]::before {
  content: "Cooperation";
}
.header__inner .lr .right .globalmenu ul li a[href*=contact]::before {
  content: "Contact";
}
.header__inner .search #searchform {
  position: relative;
  display: flex;
  align-items: center;
}
.header__inner .search #searchform input {
  background-color: #fff;
  width: 178px;
  height: 32px;
  padding: 8px;
  border-radius: 5px;
  border: solid 1px #ddd;
  border-radius: 5px 0 0 5px;
}
.header__inner .search #searchform input::-moz-placeholder {
  color: #aaa;
}
.header__inner .search #searchform input::placeholder {
  color: #aaa;
}
.header__inner .search #searchform button {
  margin-left: 4px;
  width: 40px;
  height: 32px;
  background-color: #B5B5B6;
  border: none;
  border-radius: 0px 5px 5px 0px;
  padding: 6px;
}
.header.scrolled, .header.lower {
  background-color: #fff;
}
.header.scrolled::after, .header.lower::after {
  width: 100%;
  transition-duration: 1.4s;
}
.header.scrolled .header__inner .lr .left .logo-gr .sitetitle, .header.lower .header__inner .lr .left .logo-gr .sitetitle {
  color: #111A39;
}
.header.scrolled .header__inner .lr .right .globalmenu ul li a, .header.lower .header__inner .lr .right .globalmenu ul li a {
  color: #333;
}
.header.scrolled .header__inner .lr .right .globalmenu ul li a::before, .header.lower .header__inner .lr .right .globalmenu ul li a::before {
  color: #777;
}
.header.scrolled .header__inner .search #searchform, .header.lower .header__inner .search #searchform {
  position: relative;
  display: flex;
  align-items: center;
}
.header.scrolled .header__inner .search #searchform input, .header.lower .header__inner .search #searchform input {
  border: solid 1px #777;
}
.header.scrolled .header__inner .search #searchform button, .header.lower .header__inner .search #searchform button {
  background-color: #777;
}

@media screen and (max-width: 750px) {
  .header {
    height: 48px;
  }
  .header::after {
    display: none !important;
  }
  .header__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .header__inner .lr .left .logo-gr .logo {
    width: 246px;
  }
  .header__inner .lr .left .logo-gr .sitetitle {
    margin-left: 12px;
    font-size: 1.2rem;
  }
  .header__inner .lr .right {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    top: 48px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 48px);
    z-index: 10000;
    background-color: #fff;
  }
  .header__inner .lr .right .globalmenu {
    margin-top: 0;
    margin-right: 0;
    padding: 40px 16px;
  }
  .header__inner .lr .right .globalmenu ul {
    height: 100%;
    display: block;
  }
  .header__inner .lr .right .globalmenu ul li {
    font-size: 1.4rem;
    margin-left: 0;
    padding: 16px 8px;
    border-bottom: solid 1px #ddd;
  }
  .header__inner .lr .right .globalmenu ul li:first-of-type {
    margin-left: 0;
  }
  .header__inner .lr .right .globalmenu ul li a {
    display: block;
    width: 100%;
    position: relative;
    color: #333;
  }
  .header__inner .lr .right .globalmenu ul li a::before {
    display: none;
  }
  .header__inner .lr .right .globalmenu ul li a::after {
    position: absolute;
    right: 16px;
    top: 33%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 1.1rem;
    color: #333;
  }
  .header__inner .lr .right .search {
    text-align: center;
    justify-content: center;
  }
  .header__inner .lr .right .search #searchform {
    justify-content: center;
  }
  .header__inner .lr .right .search #searchform input {
    border: solid 1px #777;
  }
  .header__inner .lr .right .search #searchform button {
    background-color: #777;
  }
  .header .ham {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    background-color: #1B1464;
  }
  .header .ham span {
    position: absolute;
    left: 25%;
    width: 50%;
    display: block;
    height: 1.25px;
    background-color: #fff;
  }
  .header .ham span:nth-of-type(1) {
    top: 30%;
  }
  .header .ham span:nth-of-type(2) {
    top: 50%;
  }
  .header .ham span:nth-of-type(3) {
    top: 70%;
  }
  .header.scrolled .header__inner .lr .right .globalmenu ul li a, .header.lower .header__inner .lr .right .globalmenu ul li a {
    color: #333;
  }
  .header.scrolled .header__inner .lr .right .globalmenu ul li a::before, .header.lower .header__inner .lr .right .globalmenu ul li a::before {
    color: #777;
  }
  .header.scrolled .header__inner .search #searchform input, .header.lower .header__inner .search #searchform input {
    border: solid 1px #777;
  }
  .header.scrolled .header__inner .search #searchform button, .header.lower .header__inner .search #searchform button {
    background-color: #777;
  }
  .header.sp_open {
    background-color: #fff;
  }
  .header.sp_open .ham span {
    position: absolute;
    left: 25%;
    width: 50%;
    display: block;
    height: 1.25px;
    background-color: #fff;
  }
  .header.sp_open .ham span:nth-of-type(1) {
    top: 50%;
    transform: rotate(45deg);
    transition-duration: 0.1s;
  }
  .header.sp_open .ham span:nth-of-type(2) {
    opacity: 0;
    transition-duration: 0.1s;
  }
  .header.sp_open .ham span:nth-of-type(3) {
    top: 50%;
    transform: rotate(-45deg);
    transition-duration: 0.1s;
  }
  .header.sp_open .header__inner .lr .left .logo-gr .sitetitle {
    color: #111A39;
  }
  .header.sp_open .header__inner .lr .right {
    opacity: 1;
    pointer-events: initial;
    transition-duration: 0.75s;
    display: block;
  }
}
/*
====================================
フッター
====================================
*/
.footer {
  padding: 80px 0;
}
.footer__inner .lr {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__inner .lr .left .logo-gr {
  display: flex;
  align-items: center;
}
.footer__inner .lr .left .logo-gr .logo {
  width: 320px;
}
.footer__inner .lr .left .logo-gr .logo img {
  width: 100%;
}
/* .footer__inner .lr .left .logo-gr .sitetitle {

} */
.footer__inner .lr .right {
  display: flex;
  justify-content: right;
  align-items: center;
}
.footer__inner .lr .right .footernav {
  margin-right: 16px;
}
.footer__inner .lr .right .footernav ul {
  height: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
}
.footer__inner .lr .right .footernav ul li {
  font-size: 1.6rem;
  margin-left: 24px;
}
.footer__inner .lr .right .footernav ul li:first-of-type {
  margin-left: 0;
}
.footer__inner .lr .right .footernav ul li a {
  color: #333;
}
.footer__inner .bottom {
  margin-top: 32px;
  display: flex;
  align-items: center;
}
.footer__inner .bottom .privacy {
  text-align: center;
}
.footer__inner .bottom .privacy a {
  color: #333;
  border-bottom: solid 1px #333;
  font-size: 1.4rem;
}
.footer__inner .bottom .copyright {
  margin-left: 16px;
  color: #333;
  font-size: 1.2rem;
}

@media screen and (max-width: 750px) {
  .footer {
    padding: 40px 0;
  }
  .footer__inner .lr {
    display: block;
  }
  .footer__inner .lr .left .logo-gr {
    display: block;
  }
  .footer__inner .lr .left .logo-gr .logo {
    margin-left: auto;
    margin-right: auto;
    width:264px;
    display: block;
  }
  .footer__inner .lr .left .logo-gr .sitetitle {
    display: block;
    margin-top: 6.4px;
    margin-left: 0px;
    text-align: center;
    font-size: 1.3rem;
  }
  .footer__inner .lr .right {
    margin-top: 24px;
    display: block;
  }
  .footer__inner .lr .right .footernav {
    margin-right: 0px;
  }
  .footer__inner .lr .right .footernav ul {
    height: auto;
    display: block;
  }
  .footer__inner .lr .right .footernav ul li {
    font-size: 1.3rem;
    margin-left: 0px;
    margin-top: 16px;
  }
  .footer__inner .lr .right .footernav ul li:first-of-type {
    margin-left: 0;
    margin-top: 0px;
  }
  .footer__inner .lr .right .footernav ul li a {
    display: block;
    border-bottom: solid 1px #ddd;
    padding-bottom: 4px;
  }
  .footer__inner .bottom {
    margin-top: 32px;
    display: block;
  }
  .footer__inner .bottom .privacy a {
    font-size: 1.2rem;
  }
  .footer__inner .bottom .copyright {
    margin-left: 0px;
    font-size: 1rem;
    display: block;
    text-align: center;
  }
}
/*
====================================
トップページ
====================================
*/

/* ロゴのフェードイン → フェードアウト */
.logo-overlay {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeLogo 2s ease-in-out forwards;
}

.logo-overlay img {
 max-width: 600px;
  width: 80%;
  height: auto;
  opacity: 1;
  transform: scale(0.9);
  animation: logoScale 2s ease-in-out forwards;
}

@keyframes fadeLogo {
  0%   { opacity: 1; }   
  70%  { opacity: 1; }
  100% { opacity: 0; visibility: hidden; }
}

@keyframes logoScale {
  0%   { transform: scale(0.95); opacity: 1; } 
  20%  { transform: scale(1); opacity: 1; }
  70%  { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.05); opacity: 0; }
}

.toppage-fv {
  opacity: 0;
  animation: showVideo 2s ease-in-out forwards;
  animation-delay: 1s; 
}

@keyframes showVideo {
  to {
    opacity: 1;
  }
}

.toppage-fv video {
  width: 100%;
  height: auto;
  display: block;
}

.toppage-philosophy__inner {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.toppage-philosophy__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ddd;
}
.toppage-philosophy__inner .lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toppage-philosophy__inner .lr .left {
  width: 48.5%;
}
.toppage-philosophy__inner .lr .left .heading {
  margin-bottom: 40px;
}
.toppage-philosophy__inner .lr .left .topdesc {
  margin-top: 12px;
}
.toppage-philosophy__inner .lr .left .topdesc:nth-of-type(1) {
  margin-top: 0;
}
.toppage-philosophy__inner .lr .right {
  width: 48.5%;
}
.toppage-philosophy__inner .lr .right .p-items {
  position: relative;
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  align-items: center;
}
.toppage-philosophy__inner .lr .right .p-items::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50%;
  aspect-ratio: 1/1;
  border: solid 1px #ddd;
  left: 25%;
  top: 30%;
  border-radius: 50%;
}
.toppage-philosophy__inner .lr .right .p-items .item {
  position: relative;
  z-index: 2;
  width: 47.6%;
}
.toppage-philosophy__inner .lr .right .p-items .item:nth-of-type(1) {
  transform: translateY(50%);
}
.toppage-philosophy__inner .lr .right .p-items .item:nth-of-type(2) {
  margin-left: 2%;
}
.toppage-philosophy__inner .lr .right .p-items .item:nth-of-type(3) {
  margin-right: 2px;
  margin-top: 5%;
}
.toppage-philosophy__inner .lr .right .p-items .item img {
  box-shadow: 1px 3px 16px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}

.p-items-inner{
	position:relative;
}

.item-p1t{
	position:absolute;
	height: 100px;
    z-index: 10;
    bottom: -45px;
    right: -0px;
}

.item-p2t{
	position:absolute;
	height: 100px;
    z-index: 10;
    top: -30px;
    right: -0px;
}

.item-p3t{
	position:absolute;
	height: 100px;
    z-index: 10;
    top: 110px;
    left: -100px;
}

.toppage-business {
  background-color: #111A39;
  position: relative;
}
.toppage-business__inner {
  padding: 80px 32px;
  position: relative;
}
.toppage-business__inner::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
}
.toppage-business__inner .content {
  width: 50%;
}
.toppage-business__inner .content .heading {
  margin-bottom: 40px;
}
.toppage-business__inner .content .topdesc {
  padding-right: 32px;
  color: #fff;
}
.toppage-business__inner .content .btn {
  margin-top: 40px;
}
.toppage-business .rightlinks {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.toppage-business .rightlinks .item {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 33.33333333%;
  background-color: #fff;
}
.toppage-business .rightlinks .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.toppage-business .rightlinks .item a .image {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.toppage-business .rightlinks .item a .image::after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #111A39;
  opacity: 0.3;
}
.toppage-business .rightlinks .item a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.7s;
}
.toppage-business .rightlinks .item a .contentgr {
  position: absolute;
  z-index: 3;
  left: 16px;
  bottom: 16px;
}
.toppage-business .rightlinks .item a .contentgr .jpn {
  position: relative;
  z-index: 2;
  font-size: 2.6rem;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
.toppage-business .rightlinks .item a .contentgr .eng {
  line-height: 1;
  position: relative;
  z-index: 2;
  margin-top: 6px;
  display: block;
  font-size: 1.5rem;
  color: #fff;
}
.toppage-business .rightlinks .item a:hover {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.toppage-business .rightlinks .item a:hover .image img {
  transform: scale(1.1);
  transition-duration: 1s;
}

.toppage-news__inner {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.toppage-news__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ddd;
}
.toppage-news__inner .list {
  margin-left: auto;
  margin-right: 0;
  width: 80%;
}
.toppage-news__inner .list .btn {
  margin-left: auto;
  margin-right: 0;
  margin-top: 40px;
  text-align: right;
}

.toppage-example {
  padding-bottom: 240px;
}
.toppage-example__inner {
  position: relative;
}
.toppage-example__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ddd;
}
.toppage-example__inner .heading {
  margin-bottom: 40px;
}
.toppage-example__inner .topdesc {
  width: 70%;
}
.toppage-example__inner .examplelist {
  margin-top: 40px;
  padding: 0 32px;
}

body.popup-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 32px;
  box-sizing: border-box;
  overflow-y: auto;
}

.popup-content {
  background: #fff;
  max-width: 1200px;
  width: 100%;
  border-radius: 8px;
  padding: 32px;
  box-sizing: border-box;
  position: relative;
}

.popup-main {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
}

.popup-image img {
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.popup-description {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.popup-title {
  font-size: 2rem;
  margin-bottom: 12px;
  color: #111A39;
}

.popup-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.popup-cats .cat {
  border: 1px solid #111A39;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 0.9rem;
  background-color: #f9f9f9;
  color: #111A39;
}

.popup-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.close-btn {
  position: absolute;
  top: 16px;
  right: 24px;
  font-size: 24px;
  cursor: pointer;
  color: #111A39;
  z-index: 10000;
}

.toppage-example__inner .examplelist ul {
  margin-top: 40px;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
}

.toppage-example__inner .examplelist ul li {
  margin-top: 0px;
  position: relative;
  z-index: 0;
  /* width: 48%; */
}

.toppage-example__inner .examplelist ul li .image {
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.toppage-example__inner .examplelist ul li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition-duration: 0.4s;
}

.toppage-example__inner .examplelist ul li .content {
  position: relative;
  z-index: 2;
  position: absolute;
  left: -16px;
  bottom: 16px;
}

.toppage-example__inner .examplelist ul li .content .title {
  background-color: rgba(17, 26, 57, 0.8);
  color: #fff;
  padding: 8px 24px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
.toppage-example__inner .examplelist ul li .content .cats {
  margin-top: 8px;
  margin-left: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.toppage-example__inner .examplelist ul li .content .cats .cat {
  background-color: #fff;
  display: inline-block;
  padding: 8px 16px;
  font-size: 1.1rem;
  color: #111A39;
}

.toppage-example__inner .examplelist ul li .content .cats .cat:first-of-type {
  margin-left: 0;
}
.toppage-example__inner .examplelist ul li:hover .image img {
  transform: scale(1.1);
  transition-duration: 0.8s;
}

.toppage-example__inner .btn {
  margin-top: 80px;
  text-align: center;
}

.toppage-company {
  background-color: #111A39;
  position: relative;
}
.toppage-company__inner {
  position: relative;
  padding-bottom: 160px;
}
.toppage-company__inner::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 0;
  z-index: 3;
  height: 100%;
  width: 1px;
  background-color: #fff;
}
.toppage-company__upper {
  background-image: url("../img/toppage/company.jpg");
  background-size: cover;
  background-position: center;
  padding: 80px 0 400px;
}
.toppage-company__upper .heading {
  margin-top: -123px;
}
.toppage-company__lower .items {
  margin-top: -270px;
}
.toppage-company__lower .items ul {
  display: flex;
  justify-content: space-between;
}
.toppage-company__lower .items ul li {
  position: relative;
  width: 32%;
  background-color: #fff;
  padding: 32px 24px;
}
.toppage-company__lower .items ul li .title {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  color: #333;
}
.toppage-company__lower .items ul li .eng {
  line-height: 1.2;
  margin-top: 4px;
  display: block;
  font-size: 1.8rem;
  text-align: center;
  color: #929292;
}
.toppage-company__lower .items ul li .desc {
  margin-top: 32px;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 64px;
}
.toppage-company__lower .items ul li .btn {
  margin-top: 32px;
  text-align: right;
  position: absolute;
  right: 19px;
  bottom: 24px;
}
.toppage-company__lower .items ul li .btn a {
  border: solid 1px #ddd;
  width: 240px;
  display: inline-block;
  padding: 4px 0;
  text-align: center;
  color: #333;
  font-size: 1.4rem;
}
.toppage-company__lower .items ul li .btn a i {
  font-size: 1.3rem;
  margin-left: 8px;
}

.toppage-recruit__inner {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}
.toppage-recruit__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ddd;
}
.toppage-recruit__inner .banner {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.toppage-recruit__inner .banner img {
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 750px) {
.toppage-philosophy__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .toppage-philosophy__inner::before {
    left: 8px;
  }
  .toppage-philosophy__inner .lr {
    display: block;
  }
  .toppage-philosophy__inner .lr .left {
    width: 100%;
  }
  .toppage-philosophy__inner .lr .left .heading {
    margin-bottom: 24px;
  }
  .toppage-philosophy__inner .lr .left .topdesc {
    margin-top: 6px;
  }
  .toppage-philosophy__inner .lr .right {
    width: 90%;
	margin-top: 20px;
  }
	
   .toppage-philosophy__inner .lr .right .p-items{
    left: 50%;
    transform: translateX(-50%);
  }
	
  .toppage-philosophy__inner .lr .right .p-items .item {
    position: relative;
    z-index: 2;
    width: 47.6%;
  }
  .toppage-philosophy__inner .lr .right .p-items .item:nth-of-type(1) {
    transform: translateY(50%);
  }
  .toppage-philosophy__inner .lr .right .p-items .item:nth-of-type(2) {
    margin-left: 2%;
  }
  .toppage-philosophy__inner .lr .right .p-items .item:nth-of-type(3) {
    margin-left: 2%;
  }

.item-p1t{
    height: 45px;
    bottom: -20px;
    right: -30px;
  }

  .item-p2t{
    height: 45px;
    top: 0px;
    right: -30px;
  }

.item-p3t{
    height: 45px;
    top: 75px;
    left: -10px;
  }

  .toppage-business__inner {
    padding: 40px 32px;
  }
  .toppage-business__inner::before {
    left: 0;
    display: none;
  }
  .toppage-business__inner .content {
    width: 100%;
  }
  .toppage-business__inner .content .heading {
    margin-bottom: 24px;
  }
  .toppage-business__inner .content .topdesc {
    padding-right: 0px;
  }
  .toppage-business__inner .content .btn {
    margin-top: 24px;
  }
  .toppage-business .rightlinks {
    position: initial;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: 0;
    width: calc(100% - 32px);
    height: auto;
    padding-bottom: 40px;
  }
  .toppage-business .rightlinks .item {
    margin-top: 8px;
    width: 100%;
    height: auto;
  }
  .toppage-business .rightlinks .item a {
    display: block;
    width: 100%;
    height: 34vw;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
  }
  .toppage-business .rightlinks .item a .contentgr .jpn {
    font-size: 2rem;
  }
  .toppage-business .rightlinks .item a .contentgr .eng {
    font-size: 1.3rem;
  }
  .toppage-news__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .toppage-news__inner::before {
    left: 8px;
  }
  .toppage-news__inner .list {
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .toppage-news__inner .list .btn {
    margin-top: 24px;
  }
  .toppage-example {
    padding-bottom: 100px;
  }
  .toppage-example__inner::before {
    left: 8px;
  }
  .toppage-example__inner .heading {
    margin-bottom: 24px;
  }
  .toppage-example__inner .topdesc {
    width: 100%;
  }
  .toppage-example__inner .examplelist {
    margin-top: 24px;
    padding: 0 0px;
  }
  .toppage-example__inner .examplelist ul {
    margin-top: -30px;
  }
  .toppage-example__inner .examplelist ul li {
    margin-top: 24px;
    /* width: 47%; */
    aspect-ratio: initial;
  }
  .toppage-example__inner .examplelist ul li .image {
    position: initial;
    width: 100%;
    /* height: 42.5vw; */
  }
  .toppage-example__inner .examplelist ul li .content {
    position: relative;
    z-index: 2;
    left: initial;
    bottom: initial;
  }
  .toppage-example__inner .examplelist ul li .content .title {
    padding: 4px 12px;
    font-size: 1.2rem;
  }
  .toppage-example__inner .examplelist ul li .content .cats {
    margin-top: 8px;
    margin-left: 0px;
    width: 100%;
    text-align: left;
    display: block;
  }
  .toppage-example__inner .examplelist ul li .content .cats .cat {
    margin-left: 0px;
    padding: 0;
    text-align: left;
    font-size: 1rem;
  }
  .toppage-example__inner .btn {
    margin-top: 40px;
  }
  .toppage-company__inner {
    padding-bottom: 80px;
  }
  .toppage-company__inner::before {
    left: -32px;
  }
  .toppage-company__upper {
    padding: 80px 0 270px;
  }
  .toppage-company__upper .heading {
    margin-top: -123px;
  }
  .toppage-company__lower > .wrapper {
    padding-left: 32px;
    padding-right: 0;
  }
  .toppage-company__lower .items {
    margin-top: -270px;
    width: 100%;
    overflow-x: auto;
  }
  .toppage-company__lower .items ul {
    width: 958px;
    padding-right: 32px;
    padding-bottom: 32px;
  }
  .toppage-company__lower .items ul li {
    width: 32.5%;
    padding: 24px 16px;
  }
  .toppage-company__lower .items ul li .title {
    font-size: 1.8rem;
  }
  .toppage-company__lower .items ul li .eng {
    margin-top: 4px;
    font-size: 1.5rem;
  }
  .toppage-company__lower .items ul li .desc {
    margin-top: 24px;
    padding-bottom: 32px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .toppage-company__lower .items ul li .btn {
    margin-top: 24px;
    text-align: right;
    width: 90%;
    right: 5%;
  }
  .toppage-company__lower .items ul li .btn a {
    width: 100%;
    font-size: 1.25rem;
  }
  .toppage-company__lower .items ul li .btn a i {
    font-size: 1.2rem;
  }
  .toppage-recruit__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .toppage-recruit__inner::before {
    left: 16px;
  }
  .toppage-recruit__inner .banner {
    max-width: initial;
    width: 85%;
  }
}
/*
====================================
お知らせページ
====================================
*/
.newspage-news {
  position: relative;
}
.newspage-news__inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.newspage-news__inner__list .list {
  margin-left: auto;
  margin-right: 0;
  width: 80%;
}

@media screen and (max-width: 750px) {
  .newspage-news__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .newspage-news__inner__list .list {
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
/*
====================================
お知らせ記事ページ
====================================
*/
.single-page-layout {
  margin-top: 200px;
  margin-bottom: 160px;
}
.single-page-layout .article {
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.single-page-layout .article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ddd;
}
.single-page-layout .article::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ddd;
}
.single-page-layout .article .upperarea time {
  font-size: 1.4rem;
}
.single-page-layout .article .upperarea h1 {
  padding-left: 32px;
  position: relative;
  font-size: 2.8rem;
}
.single-page-layout .article .upperarea h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 16px);
  width: 12px;
  height: 32px;
  background-color: #00572F;
}
.single-page-layout .article .contentarea {
  margin-top: 32px;
}
.single-page-layout .article .contentarea h2, .single-page-layout .article .contentarea h3, .single-page-layout .article .contentarea h4, .single-page-layout .article .contentarea h5, .single-page-layout .article .contentarea h6 {
  position: relative;
  font-size: 2rem;
  margin: 24px 0;
}
.single-page-layout .article .contentarea h2::after, .single-page-layout .article .contentarea h3::after, .single-page-layout .article .contentarea h4::after, .single-page-layout .article .contentarea h5::after, .single-page-layout .article .contentarea h6::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0px;
  background-color: #3E3A39;
  width: 51px;
  height: 1px;
}
.single-page-layout .article .contentarea p {
  font-size: 1.4rem;
  line-height: 2;
  margin: 16px 0;
  letter-spacing: 0.16em;
}
.single-page-layout .article .contentarea a {
  color: #111A39;
  border-bottom: solid 1px;
}
.single-page-layout .article .single-page-btns {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.single-page-layout .article .single-page-btns a {
  position: relative;
  padding: 16px;
  display: block;
  text-align: center;
  width: 200px;
  padding: 10px 0;
  background-color: #fff;
  border: solid 1px #111A39;
}
.single-page-layout .article .single-page-btns a .txt {
  color: #162242;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  text-align: center;
  display: block;
}
.single-page-layout .article .single-page-btns a.tolist {
  background-color: #162242;
  border: solid 1px #162242;
}
.single-page-layout .article .single-page-btns a.tolist .txt {
  color: #fff;
}
.single-page-layout .article .single-page-btns a.tolist .icon {
  margin-left: 24px;
}
.single-page-layout .article .single-page-btns a.tolist .icon span {
  background-color: #ddd;
}
.single-page-layout .article .single-page-btns a.tolist .icon span:nth-of-type(2) {
  background-color: #2EA7E0;
}
.single-page-layout .article .single-page-btns a.tolist .icon span:nth-of-type(3) {
  margin-top: 2px;
}
.single-page-layout .article .single-page-btns a.tolist .icon span:nth-of-type(4) {
  margin-top: 2px;
}
.single-page-layout .article .single-page-btns a:nth-of-type(2), .single-page-layout .article .single-page-btns a:nth-of-type(3) {
  margin-left: 16px;
}

@media screen and (max-width: 750px) {
  .single-page-layout {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .single-page-layout .article {
    padding-left: 16px;
    padding-right: 16px;
  }
  .single-page-layout .article .upperarea time {
    font-size: 1.25rem;
  }
  .single-page-layout .article .upperarea h1 {
    padding-left: 16px;
    font-size: 1.9rem;
    line-height: 1.7;
  }
  .single-page-layout .article .upperarea h1::before {
    top: 5%;
    width: 3px;
    height: 90%;
  }
  .single-page-layout .article .contentarea h2, .single-page-layout .article .contentarea h3, .single-page-layout .article .contentarea h4, .single-page-layout .article .contentarea h5, .single-page-layout .article .contentarea h6 {
    position: relative;
    font-size: 1.8rem;
    margin: 12px 0;
  }
  .single-page-layout .article .contentarea h2::after, .single-page-layout .article .contentarea h3::after, .single-page-layout .article .contentarea h4::after, .single-page-layout .article .contentarea h5::after, .single-page-layout .article .contentarea h6::after {
    bottom: -4px;
  }
  .single-page-layout .article .contentarea p {
    font-size: 1.3rem;
    line-height: 1.8;
    margin: 8px 0;
  }
  .single-page-layout .article .single-page-btns {
    margin-top: 40px;
  }
  .single-page-layout .article .single-page-btns a {
    margin: 0 4px;
    padding: 8px;
    width: 32%;
    padding: 10px 0;
  }
  .single-page-layout .article .single-page-btns a .txt {
    color: #162242;
    font-size: 1.25rem;
  }
  .single-page-layout .article .single-page-btns a:nth-of-type(2), .single-page-layout .article .single-page-btns a:nth-of-type(3) {
    margin-left: 0px;
  }
}
/*
====================================
会社概要ページ
====================================
*/
.companypage-philosophy {
  position: relative;
}
.companypage-philosophy__inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.companypage-philosophy__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ddd;
}
.companypage-philosophy__inner .heading {
  margin-bottom: 56px;
}
.companypage-philosophy__inner .content .lr {
  display: flex;
  justify-content: space-between;
}
.companypage-philosophy__inner .content .lr .left {
  width: 40%;
  padding-right: 32px;
}

.companypage-philosophy__inner .content .lr .left .image img {
  width: 100%;
}
.companypage-philosophy__inner .content .lr .right {
  width: 100%;
}
.companypage-philosophy__inner .content .lr .right .copy {
  font-size: 3.2rem;
  margin-bottom: 32px;
}
.companypage-philosophy__inner .content .lr .right .name {
  text-align: right;
  margin-top: 32px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  color: #000;
}
.companypage-outline__inner {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.companypage-outline__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ddd;
}
.companypage-outline__inner .heading {
  margin-bottom: 56px;
}
.companypage-outline__inner .topdesc {
  width: 60%;
  margin-bottom: 40px;
}
.companypage-outline__inner table {
  width: 100%;
}
.companypage-outline__inner table tr {
  padding: 16px 0;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ddd;
}
.companypage-outline__inner table tr th {
  padding-left: 32px;
  position: relative;
  position: block;
  font-size: 1.6rem;
  width: 300px;
  text-align: left;
}
.companypage-outline__inner table tr th::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: #1B1464;
  opacity: 0.58;
}
.companypage-outline__inner table tr td {
  width: calc(100% - 300px);
  border-left: solid 2px #1B1464;
  position: relative;
  position: block;
  font-size: 1.6rem;
  padding-left: 32px;
}

.companypage-outline__inner {
  padding-top: 80px;
  padding-bottom: 160px;
  position: relative;
}
.companypage-outline__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ddd;
}
.companypage-outline__inner .heading {
  margin-bottom: 56px;
}
.companypage-outline__inner .topdesc {
  width: 60%;
  margin-bottom: 40px;
}
.companypage-outline__inner table {
  width: 100%;
}
.companypage-outline__inner table tr {
  padding: 16px 0;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ddd;
}
.companypage-outline__inner table tr th {
  padding-left: 32px;
  position: relative;
  position: block;
  font-size: 1.6rem;
  width: 200px;
  text-align: left;
}
.companypage-outline__inner table tr th::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: #1B1464;
  opacity: 0.58;
}
.companypage-outline__inner table tr td {
  width: calc(100% - 200px);
  border-left: solid 2px #1B1464;
  position: relative;
  position: block;
  font-size: 1.8rem;
  padding-left: 32px;
}

.companypage-group__inner .upper {
  padding-top: 0px;
  background-color: #F2F2F2;
}
.companypage-group__inner .upper .wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.companypage-group__inner .upper .wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ddd;
}
.companypage-group__inner .upper .heading {
  margin-top: -116px;
}
.companypage-group__inner .upper .logo {
  margin-top: 56px;
  /* margin-left: auto; */
  /* margin-right: auto; */
  width: 50%;
}

/* 吉川追加部分 */
.grouplogo{
    width: 30%;
}
/*  */

.companypage-group__inner .navy {
  position: relative;
  background-color: #111A39;
  padding: 180px 0;
  overflow: hidden;
}
.companypage-group__inner .navy .content {
  width: 50%;
}
.companypage-group__inner .navy .content .desc {
  padding-right: 32px;
  line-height: 2.2;
  color: #fff;
}
.companypage-group__inner .navy .rightimages {
  position: absolute;
  right: 0;
  top: 0;
  width: 49%;
}
.companypage-group__inner .navy .rightimages .image {
  width: 100%;
  height: 100%;
}
.companypage-group__inner .navy .rightimages .image img {
  width: 100%;
  display: block;
}
.companypage-group__inner .lower .wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.companypage-group__inner .lower .wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ddd;
}
.companypage-group__inner .lower .heading {
  margin-top: -116px;
}
.companypage-group__inner .lower .logo {
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.companypage-group__inner table {
  margin-top: 56px;
  width: 100%;
}
.companypage-group__inner table tr {
  padding: 16px 0;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ddd;
}
.companypage-group__inner table tr th {
  padding-left: 32px;
  position: relative;
  position: block;
  font-size: 1.8rem;
  width: 200px;
  text-align: left;
}
.companypage-group__inner table tr th::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: #1B1464;
  opacity: 0.58;
}
.companypage-group__inner table tr td {
  width: calc(100% - 200px);
  border-left: solid 2px #1B1464;
  position: relative;
  position: block;
  font-size: 1.8rem;
  padding-left: 32px;
}

@media screen and (max-width: 750px) {
  .companypage-philosophy__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .companypage-philosophy__inner::before {
    display: none;
  }
  .companypage-philosophy__inner .heading {
    margin-bottom: 28px;
  }
  .companypage-philosophy__inner .content .lr {
    display: block;
  }
  .companypage-philosophy__inner .content .lr .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
  .companypage-philosophy__inner .content .lr .right {
    width: 100%;
  }
  .companypage-philosophy__inner .content .lr .right .copy {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  .companypage-philosophy__inner .content .lr .right .name {
    margin-top: 16px;
    font-size: 1.5rem;
  }
  .companypage-outline__inner {
    padding-top: 0px;
    padding-bottom: 80px;
    position: relative;
  }
  .companypage-outline__inner::before {
    left: 16px !important;
    display: none;
  }
  .companypage-outline__inner .heading {
    margin-bottom: 28px;
  }
  .companypage-outline__inner .topdesc {
    width: 100%;
    margin-bottom: 24px;
  }
  .companypage-outline__inner table tr {
    padding: 16px 0;
    display: block;
  }
  .companypage-outline__inner table tr th {
    padding-left: 16px;
    font-size: 1.5rem;
    border-left: solid 2px #1B1464;
    position: relative;
    display: block;
    line-height: 1.5;
    width: 100%;
  }
  .companypage-outline__inner table tr th::before {
    display: none;
  }
  .companypage-outline__inner table tr td {
    width: 100%;
    border-left: none;
    position: relative;
    display: block;
    font-size: 1.5rem;
    padding-left: 24px;
  }
  .companypage-group__inner .upper .wrapper {
    padding-top: 80px;
    padding-bottom: 32px;
  }
  .companypage-group__inner .upper .heading {
    margin-top: -104px;
  }
  .companypage-group__inner .upper .logo {
    margin-top: 28px;
    width: 95%;
  }
  .companypage-group__inner .navy {
    padding: 40px 0 0;
  }
  .companypage-group__inner .navy .content {
    width: 100%;
  }
  .companypage-group__inner .navy .content .desc {
    padding-right: 32px;
    line-height: 2.2;
    color: #fff;
  }
  .companypage-group__inner .navy .rightimages {
    margin-top: 24px;
    position: initial;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .companypage-group__inner .navy .rightimages .image {
    width: 100%;
    height: 50%;
  }
  .companypage-group__inner .lower .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .companypage-group__inner .lower .wrapper::before {
    left: 16px;
    display: none;
  }
  .companypage-group__inner table tr {
    padding: 16px 0;
    display: block;
  }
  .companypage-group__inner table tr th {
    padding-left: 16px;
    font-size: 1.5rem;
    border-left: solid 2px #1B1464;
    position: relative;
    display: block;
    line-height: 1.5;
    width: 100%;
  }
  .companypage-group__inner table tr th::before {
    display: none;
  }
  .companypage-group__inner table tr td {
    width: 100%;
    border-left: none;
    position: relative;
    display: block;
    font-size: 1.5rem;
    padding-left: 24px;
  }
}
/*
====================================
事業内容ページ
====================================
*/
.businesspage-cocnept {
  padding: 120px 0 0;
}
.businesspage-cocnept__heading {
  margin-bottom: 120px;
}
.businesspage-cocnept__heading h2 {
  position: relative;
  z-index: 0;
  font-size: 3.2rem;
  text-align: center;
}
.businesspage-cocnept__heading h2::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -56px;
  width: 250px;
  height: 250px;
  background-image: url("../img/businesspage/circle.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, 0%);
  box-shadow: 1px 3px 16px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.businesspage-cocnept__desc {
  text-align: center;
}

.businesspage-business {
  padding: 160px 0  0px;
}
.businesspage-business__heading {
  margin-bottom: 40px;
}


.heading-sub{
  width: 90%;
  margin-top: 24px;
  color: #FFFFFF;
  font-size: 1.8rem;
  list-style: none;
}
.heading-sub li{
  padding-left: 24px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.heading-sub li::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

.heading-sub li::after{
  content: "";
  position: absolute;
  left: 0;
  top: 9.7px;
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 1);
}

.businesspage-business__upperarea {
  background-color: #111A39;
  position: relative;
}
.businesspage-business__upperarea__inner {
  padding: 140px 32px;
}
.businesspage-business__upperarea__inner .content {
  width: 50%;
}
.businesspage-business__upperarea__inner .content .heading {
  padding-right: 32px;
  font-size: 3.2rem;
  color: #fff;
}
.businesspage-business__upperarea__inner .content .btn {
  margin-top: 40px;
}
.businesspage-business__upperarea .rightlinks {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.businesspage-business__upperarea .rightlinks .item {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  position: relative;
}
.businesspage-business__upperarea .rightlinks .item .image {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.businesspage-business__upperarea .rightlinks .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.7s;
}
.businesspage-business__upperarea .rightlinks .item .contentgr {
  position: absolute;
  left: 16px;
  bottom: 16px;
}
.businesspage-business__upperarea .rightlinks .item .contentgr .jpn {
  position: relative;
  z-index: 2;
  font-size: 2.6rem;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
.businesspage-business__upperarea .rightlinks .item .contentgr .eng {
  line-height: 1;
  position: relative;
  z-index: 2;
  margin-top: 6px;
  display: block;
  font-size: 1.5rem;
  color: #fff;
}
.businesspage-business__middledesc {
  margin-top: 40px;
  width: calc(50% - 32px);
}
.businesspage-business__specific {
  margin-top: 80px;
}
.businesspage-business__specific h3 {
  padding-left: 20px;
  position: relative;
  font-size: 2.8rem;
  letter-spacing: 0.23em;
  font-weight: 300;
  margin-bottom: 80px;
}
.businesspage-business__specific h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 14px);
  width: 8px;
  height: 28px;
  background-color: #111A39;
}
.businesspage-business__specific h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 28px;
  background-color: #3E3A39;
  width: 51px;
  height: 1px;
}
.businesspage-business__specific ul li {
  margin: 40px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.businesspage-business__specific ul li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.businesspage-business__specific ul li .image {
  width: 241px;
  height: 241px;
}
.businesspage-business__specific ul li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.businesspage-business__specific ul li .content {
  width: calc(100% - 300px);
}
.businesspage-business__specific ul li .content h4 {
  font-size: 2.6rem;
  margin-bottom: 19px;
}
.businesspage-business__specific ul li .content p {
  font-size: 1.4rem;
}
.businesspage-business__detail {
  margin-top: 80px;
}
.businesspage-business__detail h3 {
  padding-left: 20px;
  position: relative;
  font-size: 2.8rem;
  letter-spacing: 0.23em;
  font-weight: 300;
  margin-bottom: 80px;
}
.businesspage-business__detail h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 14px);
  width: 8px;
  height: 28px;
  background-color: #111A39;
}
.businesspage-business__detail h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 28px;
  background-color: #3E3A39;
  width: 51px;
  height: 1px;
}
.businesspage-business__detail ul {
  display: flex;
  flex-flow:wrap;
}
.businesspage-business__detail ul li {
  display: block;
}
.businesspage-business__detail ul li .image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/.75;
}
.businesspage-business__detail ul li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.businesspage-business__detail ul li .image h4 {
  color: #000;
  font-size: 1.8rem;
  margin-bottom: 12px;
}
.businesspage-business__detail ul li .desc {
  width: 100%;
  font-size: 1.4rem;
}
.businesspage-business__detail ul li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.businesspage-business__detail ul li:nth-of-type(2n) h4 {
  left: initial;
  right: -16px;
}
.businesspage-business__detail--col5 ul {
  justify-content: space-between;
}
.businesspage-business__detail--col5 ul li {
  width: 19%;
}
.businesspage-business__detail--col4 ul {
  justify-content: flex-start;
  gap:24px 1.3%;
}
.businesspage-business__detail--col4 ul li {
  width: 24%;
}
.businesspage-business__freearea {
  padding: 80px 0;
  background-color: #111A39;
}
.businesspage-business__freearea .container {
  background-color: #fff;
  padding: 40px;
}
.businesspage-business__freearea .container h3 {
  font-size: 2.5rem;
  border-bottom: solid 1px #000;
  padding-bottom: 8px;
  margin-top: 40px;
  margin-bottom: 24px;
}
.businesspage-business__freearea .container h4 {
  font-size: 2rem;
  padding-bottom: 8px;
  margin-top: 40px;
  margin-bottom: 24px;
}
.businesspage-business__freearea .container p {
  margin-top: 24px;
  margin-bottom: 24px;
}
.businesspage-business__freearea .container ul {
  margin-left: 16px;
}
.businesspage-business__freearea .container ul li {
  margin: 16px 0;
  font-size: 1.6rem;
  list-style: disc;
}
.businesspage-business__freearea .container ol {
  margin-left: 16px;
}
.businesspage-business__freearea .container ol li {
  margin: 16px 0;
  font-size: 1.6rem;
  list-style: decimal;
}
.businesspage-business__freearea .container figure {
  margin: 32px 0;
}
.businesspage-business__flow {
  margin-top: 80px;
}
.businesspage-business__flow h3 {
  padding-left: 20px;
  position: relative;
  font-size: 2.8rem;
  letter-spacing: 0.23em;
  font-weight: 300;
  margin-bottom: 80px;
}
.businesspage-business__flow h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 14px);
  width: 8px;
  height: 28px;
  background-color: #111A39;
}
.businesspage-business__flow h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 28px;
  background-color: #3E3A39;
  width: 51px;
  height: 1px;
}
.businesspage-business__flow ol {
  display: flex;
  justify-content: space-between;
}
.businesspage-business__flow ol li {
  position: relative;
  padding: 24px 16px;
  width: 20%;
  background-color: #282860;
}
.businesspage-business__flow ol li figure {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.businesspage-business__flow ol li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #ddd;
}
.businesspage-business__flow ol li h4 {
  border-bottom: solid 2px #fff;
  text-align: center;
  font-size: 1.9rem;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.businesspage-business__flow ol li p {
  font-size: 1.4rem;
}
.businesspage-business__flow ol li:nth-of-type(2n) {
  background-color: #0071BC;
}
.businesspage-business__flow ol li::before {
  content: "";
  position: absolute;
  top: 0;
  transform: translateX(-12px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.businesspage-business__flow ol li:nth-of-type(1)::before {
  background-image: url("../img/businesspage/num-1.svg");
  left: -52px;
  width: 52px;
  height: 106px;
}
.businesspage-business__flow ol li:nth-of-type(2)::before {
  background-image: url("../img/businesspage/num-2.svg");
  left: -69px;
  width: 80px;
  height: 98px;
}
.businesspage-business__flow ol li:nth-of-type(3)::before {
  background-image: url("../img/businesspage/num-3.svg");
  left: -69px;
  width: 80px;
  height: 98px;
}
.businesspage-business__flow ol li:nth-of-type(4)::before {
  background-image: url("../img/businesspage/num-4.svg");
  left: -69px;
  width: 80px;
  height: 98px;
}
.businesspage-business__example {
  margin-top: 80px;
}
.businesspage-business__example h3 {
  padding-left: 20px;
  position: relative;
  font-size: 2.8rem;
  letter-spacing: 0.23em;
  font-weight: 300;
  margin-bottom: 80px;
}
.businesspage-business__example h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 14px);
  width: 8px;
  height: 28px;
  background-color: #111A39;
}
.businesspage-business__example h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 28px;
  background-color: #3E3A39;
  width: 51px;
  height: 1px;
}
.businesspage-business__example .examplelist {
  margin-top: 40px;
  padding: 0 32px;
}
.businesspage-business__example .examplelist ul {
  margin-top: -80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.businesspage-business__example .examplelist ul li {
  margin-top: 80px;
  position: relative;
  z-index: 0;
  width: 48%;
  aspect-ratio: 1/1.2;
}
.businesspage-business__example .examplelist ul li .image {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.businesspage-business__example .examplelist ul li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition-duration: 0.4s;
}
.businesspage-business__example .examplelist ul li .content {
  position: relative;
  z-index: 2;
  position: absolute;
  left: -16px;
  bottom: 40px;
}
.businesspage-business__example .examplelist ul li .content .title {
  background-color: rgba(17, 26, 57, 0.8);
  color: #fff;
  padding: 8px 24px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
.businesspage-business__example .examplelist ul li .content .cats {
  margin-top: 16px;
  margin-left: 40px;
  display: flex;
}
.businesspage-business__example .examplelist ul li .content .cats .cat {
  margin-left: 16px;
  background-color: #fff;
  display: inline-block;
  padding: 8px 16px;
  font-size: 1.5rem;
  color: #111A39;
}
.businesspage-business__example .examplelist ul li .content .cats .cat:first-of-type {
  margin-left: 0;
}
.businesspage-business__example .examplelist ul li:nth-of-type(2n) {
  transform: translateY(80px);
}
.businesspage-business__example .examplelist ul li:nth-of-type(2n) .content {
  position: relative;
  z-index: 2;
  position: absolute;
  left: initial;
  right: -16px;
}
.businesspage-business__example .examplelist ul li:nth-of-type(2n) .content .cats {
  justify-content: right;
}
.businesspage-business__example .examplelist ul li:nth-of-type(2n) .content .cats .cat {
  margin-left: initial;
  margin-right: 16px;
}
.businesspage-business__example .examplelist ul li:hover .image img {
  transform: scale(1.1);
  transition-duration: 0.8s;
}

.banner {
	width: 100%;
  margin-left: 300px;
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .businesspage-cocnept {
    padding: 40px 0 0;
  }
  .businesspage-cocnept__heading {
    margin-bottom: 60px;
  }
  .businesspage-cocnept__heading h2 {
    font-size: 2rem;
  }
  .businesspage-cocnept__heading h2::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0px;
    width: 130px;
    height: 130px;
  }
  .businesspage-cocnept__desc {
    text-align: left;
  }
  .businesspage-business {
    padding: 64px 0 0;
  }
  .businesspage-business__heading {
    margin-bottom: 24px;
  }
  .heading-sub{
    width: 100%;
    margin-top: 12px;
    font-size: 1.5rem;
  }
  .heading-sub li{
    padding-left: 16px;
    padding-bottom:   10px;
    margin-bottom: 10px;
  }
  
  .heading-sub li::after{
    top: 10.2px;
    width: 8px;
    height: 8px;
  }
  .businesspage-business__upperarea__inner {
    padding: 40px 32px 0;
  }
  .businesspage-business__upperarea__inner::before {
    left: 0;
    display: none;
  }
  .businesspage-business__upperarea__inner .content {
    width: 100%;
  }
  .businesspage-business__upperarea__inner .content .heading {
    padding-right: 0;
    margin-bottom: 24px;
    font-size: 1.9rem;
  }
  .businesspage-business__upperarea__inner .content .topdesc {
    padding-right: 0px;
  }
  .businesspage-business__upperarea__inner .content .btn {
    margin-top: 24px;
  }
  .businesspage-business__upperarea .rightlinks {
    position: initial;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: 0;
    width: calc(100% - 32px);
    height: auto;
    padding-bottom: 40px;
  }
  .businesspage-business__upperarea .rightlinks .item {
    margin-top: 8px;
    width: 100%;
    height: auto;
    display: block;
    width: 100%;
    height: 34vw;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
  }
  .businesspage-business__upperarea .rightlinks .item .contentgr .jpn {
    font-size: 2rem;
  }
  .businesspage-business__upperarea .rightlinks .item .contentgr .eng {
    font-size: 1.3rem;
  }
  .businesspage-business__middledesc {
    margin-top: 24px;
    width: 100%;
  }
  .businesspage-business__specific {
    margin-top: 40px;
  }
  .businesspage-business__specific h3 {
    padding-left: 20px;
    font-size: 1.9rem;
    margin-bottom: 40px;
  }
  .businesspage-business__specific h3::before {
    top: calc(50% - 10px);
    width: 4px;
    height: 20px;
  }
  .businesspage-business__specific h3::after {
    bottom: -4px;
    left: 28px;
    width: 20px;
  }
  .businesspage-business__specific ul li {
    margin: 40px 0;
    align-items: flex-start;
  }
  .businesspage-business__specific ul li:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .businesspage-business__specific ul li .image {
    width: 24vw;
    height: 24vw;
  }
  .businesspage-business__specific ul li .content {
    width: calc(100% - 24vw - 16px);
  }
  .businesspage-business__specific ul li .content h4 {
    font-size: 1.9rem;
    margin-bottom: 8px;
  }
  .businesspage-business__specific ul li .content p {
    font-size: 1.25rem;
  }
  .businesspage-business__detail {
    margin-top: 40px;
  }
  .businesspage-business__detail h3 {
    padding-left: 20px;
    font-size: 1.9rem;
    margin-bottom: 40px;
  }
  .businesspage-business__detail h3::before {
    top: calc(50% - 10px);
    width: 4px;
    height: 20px;
  }
  .businesspage-business__detail h3::after {
    bottom: -4px;
    left: 28px;
    width: 20px;
  }
  .businesspage-business__detail ul {
    flex-wrap: wrap;
  }
  .businesspage-business__detail ul li {
    display: block;
  }
  .businesspage-business__detail ul li .image h4 {
    font-size: 1.6rem;
    margin-bottom: 7px;
  }
  .businesspage-business__detail ul li .desc {
    font-size: 1.25rem;
  }
  .businesspage-business__detail--col5 ul, .businesspage-business__detail--col4 ul {
    margin-top: -24px;
    justify-content: space-between;
  }
  .businesspage-business__detail--col5 ul li, .businesspage-business__detail--col4 ul li {
    margin-top: 24px;
    width: 49%;
  }
  .businesspage-business__freearea {
    margin-top: 40px;
    padding: 24px 0;
  }
  .businesspage-business__freearea .container {
    padding: 32px 16px;
  }
  .businesspage-business__freearea .container h3 {
    font-size: 1.8rem;
    padding-bottom: 4px;
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .businesspage-business__freearea .container h4 {
    font-size: 1.6rem;
    padding-bottom: 4px;
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .businesspage-business__freearea .container p {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .businesspage-business__freearea .container ul li {
    margin: 8px 0;
    font-size: 1.3rem;
    list-style: disc;
  }
  .businesspage-business__freearea .container ol {
    margin-left: 16px;
  }
  .businesspage-business__freearea .container ol li {
    margin: 8px 0;
    font-size: 1.3rem;
  }
  .businesspage-business__freearea .container figure {
    margin: 16px 0;
  }
  .businesspage-business__flow {
    margin-top: 40px;
  }
  .businesspage-business__flow h3 {
    padding-left: 20px;
    font-size: 1.9rem;
    margin-bottom: 40px;
  }
  .businesspage-business__flow h3::before {
    top: calc(50% - 10px);
    width: 4px;
    height: 20px;
  }
  .businesspage-business__flow h3::after {
    bottom: -4px;
    left: 28px;
    width: 20px;
  }
  .businesspage-business__flow ol {
    display: block;
  }
  .businesspage-business__flow ol li {
    margin-bottom: 16px;
    position: relative;
    padding: 24px 16px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .businesspage-business__flow ol li figure {
    width: 40%;
  }
  .businesspage-business__flow ol li h4 {
    font-size: 1.6rem;
    padding-bottom: 4px;
    margin-bottom: 8px;
  }
  .businesspage-business__flow ol li p {
    font-size: 1.25rem;
  }
  .businesspage-business__flow ol li::before {
    transform: translateX(0px);
  }
  .businesspage-business__flow ol li:nth-of-type(1)::before {
    left: -33px;
    width: 27px;
    height: 53px;
  }
  .businesspage-business__flow ol li:nth-of-type(2)::before {
    left: -40.5px;
    width: 40px;
    height: 49px;
  }
  .businesspage-business__flow ol li:nth-of-type(3)::before {
    left: -40.5px;
    width: 40px;
    height: 49px;
  }
  .businesspage-business__flow ol li:nth-of-type(4)::before {
    left: -40.5px;
    width: 40px;
    height: 49px;
  }
  .businesspage-business__example {
    margin-top: 40px;
  }
  .businesspage-business__example h3 {
    padding-left: 20px;
    font-size: 1.9rem;
    margin-bottom: 40px;
  }
  .businesspage-business__example h3::before {
    top: calc(50% - 10px);
    width: 4px;
    height: 20px;
  }
  .businesspage-business__example h3::after {
    bottom: -4px;
    left: 28px;
    width: 20px;
  }
  .businesspage-business__example .examplelist {
    margin-top: 24px;
    padding: 0 0px;
  }
  .businesspage-business__example .examplelist ul {
    margin-top: -30px;
  }
  .businesspage-business__example .examplelist ul li {
    margin-top: 24px;
    width: 47%;
    aspect-ratio: initial;
  }
  .businesspage-business__example .examplelist ul li .image {
    position: initial;
    width: 100%;
    height: 42.5vw;
  }
  .businesspage-business__example .examplelist ul li .content {
    position: relative;
    z-index: 2;
    left: initial;
    bottom: initial;
  }
  .businesspage-business__example .examplelist ul li .content .title {
    padding: 4px 12px;
    font-size: 1.2rem;
  }
  .businesspage-business__example .examplelist ul li .content .cats {
    margin-top: 8px;
    margin-left: 0px;
    width: 100%;
    text-align: left;
    display: block;
  }
  .businesspage-business__example .examplelist ul li .content .cats .cat {
    margin-left: 0px;
    padding: 0;
    text-align: left;
    font-size: 1rem;
  }
  .businesspage-business__example .examplelist ul li:nth-of-type(2n) {
    transform: translateY(40px);
  }
  .businesspage-business__example .examplelist ul li:nth-of-type(2n) .content {
    position: relative;
    z-index: 2;
    left: initial;
    right: initial;
    bottom: initial;
  }
  .businesspage-business__example .examplelist ul li:nth-of-type(2n) .content .title {
    padding: 4px 12px;
    font-size: 1.3rem;
  }
  .businesspage-business__example .examplelist ul li:nth-of-type(2n) .content .cats {
    margin-top: 4px;
    margin-left: 0px;
  }
  .businesspage-business__example .examplelist ul li:nth-of-type(2n) .content .cats .cat {
    margin-left: 0;
    padding: 0;
  }
	.banner {
    margin: 0px;
  }
}
/*
====================================
施工事例ページ
====================================
*/

.card {
	cursor: pointer;
}

.examplepage-example__inner {
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 240px;
  position: relative;
}

.examplepage-example__inner .heading {
  margin-bottom: 40px;
}

.examplepage-example__inner .topdesc {
  width: 70%;
}

.examplepage-example__inner .examplelist {
  margin-top: 40px;
  padding: 0 32px;
}

.examplepage-example__inner .examplelist ul {
  width: 100%;
  /* margin-top: -80px; */
  display: flex;
  flex-wrap: wrap;
  gap: 40px 1%; 
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-start;
}

.examplepage-example__inner .examplelist ul li {
  display: flex;
  justify-content: space-between;
  width: 24%;
}

.examplepage-example__inner .examplelist ul li .image {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.examplepage-example__inner .examplelist ul li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition-duration: 0.4s;
}

.examplepage-example__inner .examplelist ul li .content {
  padding-bottom: 0 16px;
  margin-top: 16px;
  text-align: center;
  box-sizing: border-box;
}

.examplepage-example__inner .examplelist ul li .content .title {
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #000;
  font-size: 1.7rem;
  font-weight: bold;
  /* white-space: nowrap; */
}

.examplepage-example__inner .examplelist ul li .content .cats {
  margin-top: 12px;
  padding: 0 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.examplepage-example__inner .examplelist ul li .content .cats .cat {
  border: 1px solid #111A39;
  background-color: #fff;
  display: inline-block;
  padding: 8px 6px;
  margin-top: 4px;
  font-size: 1.3rem;
  color: #111A39;
}

.examplepage-example__inner .examplelist ul li .content .cats .cat:first-of-type {
  margin-left: 0;
}

.examplepage-example__inner .examplelist ul li:nth-of-type(2n) .content .cats .cat {
  margin-left: initial;
}

.examplepage-example__inner .examplelist ul li:hover .image img {
  transform: scale(1.1);
  transition-duration: 0.8s;
}

@media screen and (max-width: 750px) {
  .examplepage-example__inner{
    padding-bottom: 64px;
  }
  .examplepage-example .examplelist {
    margin-top: 24px;
    padding: 0 16px;
  }
  .examplepage-example .examplelist ul {
    margin-top: 0px;
    justify-content: space-between;
    gap: 0;
  }
  .examplepage-example .examplelist ul li {
    display:block;
    margin-top: 24px;
    width: 47%;
    aspect-ratio: initial;
  }
  .examplepage-example .examplelist ul li .image {
    position: relative;
    /* width: 100%; */
  }
  .examplepage-example .examplelist ul li .content {
    margin-top: 8px;
    position: relative;
    z-index: 2;
    left: initial;
    bottom: initial;
  }
  .examplepage-example .examplelist ul li .content .title {
    padding: 4px 12px;
    font-size: 1.2rem;
  }
  .examplepage-example .examplelist ul li .content .cats {
    margin-top: 4px;
    margin-left: 0px;
    width: 100%;
    text-align: left;
    display: block;
  }
  .examplepage-example .examplelist ul li .content .cats .cat {
    display: block;
    margin-left: 0px;
    padding: 0;
    font-size: 1rem;
    text-align: center;
  }
}
/*
====================================
施工事例詳細ページ
====================================
*/
.example-singlepage__inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.example-singlepage__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ddd;
}
.example-singlepage__upper {
  position: relative;
  z-index: 2;
  margin-top: 80px;
}
.example-singlepage__upper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  width: 50%;
  height: 80%;
  background-color: #111A39;
  z-index: -1;
}
.example-singlepage__upper .lr {
  display: flex;
  justify-content: space-between;
}
.example-singlepage__upper .lr .left {
  width: 47%;
}
.example-singlepage__upper .lr .left .image {
  width: 100%;
}
.example-singlepage__upper .lr .left .image img {
  width: 100%;
  height: auto;
}
.example-singlepage__upper .lr .right {
  margin-top: 10%;
  width: 50.5%;
}
.example-singlepage__upper .lr .right .example-ca-list {
  padding-bottom: 16px;
  padding-left: 40px;
  font-size: 2rem;
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #000;
}
.example-singlepage__upper .lr .right .example-ca-list li {
  margin-right: 16px;
}
.example-singlepage__upper .lr .right .example-ca-list a {
  color: #000;
}
.example-singlepage__upper .lr .right .maininfo {
  padding: 8px 24px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  background-color: rgba(0, 169, 157, 0.75);
  transform: translateX(-100px);
  width: calc(100% + 100px);
}
.example-singlepage__upper .lr .right .maininfo h1 {
  color: #fff;
  font-size: 2.4rem;
}
.example-singlepage__upper .lr .right .maininfo .area {
  margin-left: 8px;
  font-size: 1.7rem;
  color: #fff;
}
.example-singlepage__upper .lr .right .desc {
  padding-left: 40px;
  margin-top: 32px;
  font-size: 1.6rem;
  line-height: 2.2;
}
.example-singlepage__middle {
  margin-top: 80px;
  position: relative;
  z-index: 0;
  margin-left: auto;
  margin-right: 0;
  width: calc(50% + 630px);
}
.example-singlepage__middle::after {
  content: "";
  position: absolute;
  right: 0;
  top: -300px;
  width: calc(100% - 80px);
  height: calc(100% + 400px);
  background-color: #111A39;
  z-index: -1;
  background-color: rgba(0, 113, 188, 0.25);
}
.example-singlepage__middle .container {
  padding-left: 120px;
}
.example-singlepage__middle .container .images {
  display: flex;
  gap: 16px;
}
.example-singlepage__middle .container .images .image{
  width:20%;
}
.example-singlepage__middle .container .images .image img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.example-singlepage__middle .container .images .image p{
  font-size:1.4rem;
}
.example-singlepage__lower {
  margin-top: 200px;
}
.example-singlepage__lower .examplelist {
  margin-top: 40px;
  padding: 0 32px;
}
.example-singlepage__lower .examplelist ul {
  margin-top: -80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.example-singlepage__lower .examplelist ul li {
  margin-top: 80px;
  position: relative;
  z-index: 0;
  width: 48%;
  aspect-ratio: 1/1.2;
}
.example-singlepage__lower .examplelist ul li .image {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.example-singlepage__lower .examplelist ul li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition-duration: 0.4s;
}
.example-singlepage__lower .examplelist ul li .content {
  position: relative;
  z-index: 2;
  position: absolute;
  left: -16px;
  bottom: 40px;
}
.example-singlepage__lower .examplelist ul li .content .title {
  background-color: rgba(17, 26, 57, 0.8);
  color: #fff;
  padding: 8px 24px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
.example-singlepage__lower .examplelist ul li .content .cats {
  margin-top: 16px;
  margin-left: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.example-singlepage__lower .examplelist ul li .content .cats .cat {
  background-color: #fff;
  display: inline-block;
  padding: 8px 16px;
  font-size: 1.3rem;
  color: #111A39;
}
.example-singlepage__lower .examplelist ul li .content .cats .cat:first-of-type {
  margin-left: 0;
}
.example-singlepage__lower .examplelist ul li:nth-of-type(2n) {
  transform: translateY(80px);
}
.example-singlepage__lower .examplelist ul li:nth-of-type(2n) .content {
  position: relative;
  z-index: 2;
  position: absolute;
  left: initial;
  right: -16px;
}
.example-singlepage__lower .examplelist ul li:nth-of-type(2n) .content .cats {
  justify-content: right;
  margin-left: 0;
  margin-right: 32px;
}
.example-singlepage__lower .examplelist ul li:nth-of-type(2n) .content .cats .cat {
  margin-left: initial;
}
.example-singlepage__lower .examplelist ul li:hover .image img {
  transform: scale(1.1);
  transition-duration: 0.8s;
}

@media screen and (max-width: 750px) {
  .example-singlepage__inner {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .example-singlepage__inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ddd;
  }
  .example-singlepage__upper {
    margin-top: 40px;
  }
  .example-singlepage__upper::after {
    display: none;
  }
  .example-singlepage__upper .lr {
    display: block;
    justify-content: space-between;
  }
  .example-singlepage__upper .lr .left {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .example-singlepage__upper .lr .right {
    margin-top: 32px;
    width: 100%;
  }
  .example-singlepage__upper .lr .right .example-ca-list {
    padding-bottom: 8px;
    padding-left: 24px;
    font-size: 1.5rem;
  }
  .example-singlepage__upper .lr .right .example-ca-list li {
    margin-right: 8px;
  }
  .example-singlepage__upper .lr .right .maininfo {
    padding: 16px;
    margin-top: 16px;
    display: block;
    transform: translateX(0px);
    width: 100%;
  }
  .example-singlepage__upper .lr .right .maininfo h1 {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .example-singlepage__upper .lr .right .maininfo .area {
    margin-left: 0px;
    font-size: 1.3rem;
  }
  .example-singlepage__upper .lr .right .desc {
    padding-left: 24px;
    margin-top: 16px;
    font-size: 1.3rem;
    line-height: 2.2;
  }
  .example-singlepage__middle {
    margin-top: 24px;
    position: relative;
    z-index: 0;
    margin-left: auto;
    margin-right: 0;
    width: 100%;
  }
  .example-singlepage__middle::after {
    content: "";
    position: absolute;
    right: 0;
    top: -300px;
    width: calc(100% - 32px);
    height: calc(100% + 400px);
    background-color: #111A39;
    z-index: -1;
    background-color: rgba(0, 113, 188, 0.25);
  }
  .example-singlepage__middle .container {
    padding-left: 16px;
  }
  .example-singlepage__middle .container .images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0px;
  }
  .example-singlepage__middle .container .images::after {
    content: "";
    width: 31%;
  }
  .example-singlepage__middle .container .images .image {
    margin-top: 8px;
    width: 31%;
  }
	.example-singlepage__middle .container .images .image p{
	  font-size:1.25rem;
	}
  .example-singlepage__lower {
    margin-top: 150px;
  }
  .example-singlepage__lower .examplelist {
    margin-top: 24px;
    padding: 0 0px;
  }
  .example-singlepage__lower .examplelist ul {
    margin-top: -30px;
  }
  .example-singlepage__lower .examplelist ul li {
    margin-top: 24px;
    width: 47%;
    aspect-ratio: initial;
  }
  .example-singlepage__lower .examplelist ul li .image {
    position: initial;
    width: 100%;
    height: 42.5vw;
  }
  .example-singlepage__lower .examplelist ul li .content {
    position: relative;
    z-index: 2;
    left: initial;
    bottom: initial;
  }
  .example-singlepage__lower .examplelist ul li .content .title {
    padding: 4px 12px;
    font-size: 1.2rem;
  }
  .example-singlepage__lower .examplelist ul li .content .cats {
    margin-top: 8px;
    margin-left: 0px;
    width: 100%;
    text-align: left;
    display: block;
  }
  .example-singlepage__lower .examplelist ul li .content .cats .cat {
    margin-left: 0px;
    padding: 0;
    text-align: left;
    font-size: 1rem;
  }
  .example-singlepage__lower .examplelist ul li:nth-of-type(2n) {
    transform: translateY(40px);
  }
  .example-singlepage__lower .examplelist ul li:nth-of-type(2n) .content {
    position: relative;
    z-index: 2;
    left: initial;
    right: initial;
    bottom: initial;
  }
  .example-singlepage__lower .examplelist ul li:nth-of-type(2n) .content .title {
    padding: 4px 12px;
    font-size: 1.3rem;
  }
  .example-singlepage__lower .examplelist ul li:nth-of-type(2n) .content .cats {
    margin-top: 4px;
    margin-left: 0px;
  }
  .example-singlepage__lower .examplelist ul li:nth-of-type(2n) .content .cats .cat {
    margin-left: 0;
    padding: 0;
  }
}
/*
====================================
お問い合わせページ
====================================
*/
.contactpage-topdesc {
  margin-top: 80px;
}
.contactpage-topdesc p {
  text-align: center;
}

.contactpage-form {
  margin: 80px 0 0;
  padding: 80px 0;
  background-color: rgba(0, 169, 157, 0.05);
}
.contactpage-form .form .cf7_customize dl dt .require {
  border: solid 1px #00A99D;
  color: #00A99D;
  background-color: initial;
}
.contactpage-form .form .cf7_customize dl dd input[type=text],
.contactpage-form .form .cf7_customize dl dd input[type=email],
.contactpage-form .form .cf7_customize dl dd input[type=tel],
.contactpage-form .form .cf7_customize dl dd input[type=number],
.contactpage-form .form .cf7_customize dl dd input[type=date],
.contactpage-form .form .cf7_customize dl dd input[type=url],
.contactpage-form .form .cf7_customize dl dd select,
.contactpage-form .form .cf7_customize dl dd textarea {
  border-radius: 0;
  border: none;
  background-color: #E6E6E6;
}
.contactpage-form .form .cf7_customize dl dd .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  background-color: #00A99D;
}
.contactpage-form .form .cf7_customize .privacy .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  background-color: #00A99D;
}
.contactpage-form .form .cf7_customize .btn input {
  border-radius: 0;
  color: #00A99D;
  border: #00A99D 1px solid;
  background-color: #fff;
  width: 100%;
  height: 64px;
  transition-duration: 0.375s;
}
.contactpage-form .form .cf7_customize .btn input:hover {
  background-color: #00A99D;
  color: #fff;
  transition-duration: 0.75s;
}
.contactpage-form .form .wpcf7-response-output,
.contactpage-form .form .wpcf7 form.unaccepted .wpcf7-response-output,
.contactpage-form .form .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.6rem !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding-left: 16px;
  padding-right: 16px;
  color: #fff;
  border: none;
  text-align: center;
  background-color: #a00000;
}

@media screen and (max-width: 750px) {
  .contactpage-topdesc {
    margin-top: 40px;
  }
  .contactpage-topdesc p {
    font-size: 1.2rem;
  }
  .contactpage-form {
    margin: 40px 0 0;
    padding: 40px 0;
  }
  .contactpage-form .form .cf7_customize dl dd input[type=text],
  .contactpage-form .form .cf7_customize dl dd input[type=email],
  .contactpage-form .form .cf7_customize dl dd input[type=tel],
  .contactpage-form .form .cf7_customize dl dd input[type=number],
  .contactpage-form .form .cf7_customize dl dd input[type=date],
  .contactpage-form .form .cf7_customize dl dd select,
  .contactpage-form .form .cf7_customize dl dd textarea {
    border-radius: 0;
  }
  .contactpage-form .form .cf7_customize dl dd .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    background-color: #00A99D;
  }
  .contactpage-form .form .cf7_customize .privacy .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    background-color: #00A99D;
  }
  .contactpage-form .form .cf7_customize .btn input {
    border-radius: 0;
    width: 100%;
    height: 40px;
  }
  .contactpage-form .form .wpcf7-response-output,
  .contactpage-form .form .wpcf7 form.unaccepted .wpcf7-response-output,
  .contactpage-form .form .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 1.2rem !important;
    padding-left: 8 px;
    padding-right: 8;
  }
}
/*
====================================
協力会社募集ページ
====================================
*/
.cooperationpage-concept {
  padding: 120px 0 0;
}
.cooperationpage-concept__heading {
  margin-bottom: 120px;
}
.cooperationpage-concept__heading h2 {
  position: relative;
  z-index: 0;
  font-size: 3.2rem;
  text-align: center;
}
.cooperationpage-concept__heading h2::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -56px;
  width: 250px;
  height: 250px;
  background-image: url("../img/businesspage/circle.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, 0%);
  box-shadow: 1px 3px 16px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.cooperationpage-concept__desc {
  text-align: center;
}

.cooperationpage-form {
  margin: 80px 0 0;
  padding: 80px 0;
  background-color: rgba(0, 169, 157, 0.05);
}
.cooperationpage-form .form .cf7_customize dl dt .require {
  border: solid 1px #00A99D;
  color: #00A99D;
  background-color: initial;
}
.cooperationpage-form .form .cf7_customize dl dd input[type=text],
.cooperationpage-form .form .cf7_customize dl dd input[type=email],
.cooperationpage-form .form .cf7_customize dl dd input[type=tel],
.cooperationpage-form .form .cf7_customize dl dd input[type=number],
.cooperationpage-form .form .cf7_customize dl dd input[type=date],
.cooperationpage-form .form .cf7_customize dl dd input[type=url],
.cooperationpage-form .form .cf7_customize dl dd select,
.cooperationpage-form .form .cf7_customize dl dd textarea {
  border-radius: 0;
  border: none;
  background-color: #E6E6E6;
}
.cooperationpage-form .form .cf7_customize dl dd .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  background-color: #00A99D;
}
.cooperationpage-form .form .cf7_customize .privacy .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  background-color: #00A99D;
}
.cooperationpage-form .form .cf7_customize .btn input {
  border-radius: 0;
  color: #00A99D;
  border: #00A99D 1px solid;
  background-color: #fff;
  width: 100%;
  height: 64px;
  transition-duration: 0.375s;
}
.cooperationpage-form .form .cf7_customize .btn input:hover {
  background-color: #00A99D;
  color: #fff;
  transition-duration: 0.75s;
}
.cooperationpage-form .form .wpcf7-response-output,
.cooperationpage-form .form .wpcf7 form.unaccepted .wpcf7-response-output,
.cooperationpage-form .form .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.6rem !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding-left: 16px;
  padding-right: 16px;
  color: #fff;
  border: none;
  text-align: center;
  background-color: #a00000;
}

@media screen and (max-width: 750px) {
  .cooperationpage-topdesc {
    margin-top: 40px;
  }
  .cooperationpage-topdesc p {
    font-size: 1.2rem;
  }
  .cooperationpage-concept {
    padding: 80px 0 0;
  }
  .cooperationpage-concept__heading {
    margin-bottom: 80px;
  }
  .cooperationpage-concept__heading h2 {
    font-size: 2rem;
  }
  .cooperationpage-concept__heading h2::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: -21px;
    width: 130px;
    height: 130px;
  }
  .cooperationpage-concept__desc {
    text-align: left;
  }
  .cooperationpage-form {
    margin: 40px 0 0;
    padding: 40px 0;
  }
  .cooperationpage-form .form .cf7_customize dl dd input[type=text],
  .cooperationpage-form .form .cf7_customize dl dd input[type=email],
  .cooperationpage-form .form .cf7_customize dl dd input[type=tel],
  .cooperationpage-form .form .cf7_customize dl dd input[type=number],
  .cooperationpage-form .form .cf7_customize dl dd input[type=date],
  .cooperationpage-form .form .cf7_customize dl dd select,
  .cooperationpage-form .form .cf7_customize dl dd textarea {
    border-radius: 0;
  }
  .cooperationpage-form .form .cf7_customize dl dd .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    background-color: #00A99D;
  }
  .cooperationpage-form .form .cf7_customize .privacy .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    background-color: #00A99D;
  }
  .cooperationpage-form .form .cf7_customize .btn input {
    border-radius: 0;
    width: 100%;
    height: 40px;
  }
  .cooperationpage-form .form .wpcf7-response-output,
  .cooperationpage-form .form .wpcf7 form.unaccepted .wpcf7-response-output,
  .cooperationpage-form .form .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 1.2rem !important;
    padding-left: 8 px;
    padding-right: 8;
  }
}
/*
====================================
固定ページテンプレート
====================================
*/
.page-template-content {
  margin: 80px 0;
}
.page-template-content h2 {
  margin: 40px 0 28px;
  display: inline-block;
  padding-left: 24px;
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}
.page-template-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 16px);
  width: 12px;
  height: 32px;
  background-color: #00572F;
}
.page-template-content p, .page-template-content div {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.page-template-content ul, .page-template-content ol {
  padding-left: 16px;
}
.page-template-content ul li, .page-template-content ol li {
  font-size: 1.6rem;
  margin-top: 16px;
  line-height: 2;
}
.page-template-content ul li {
  list-style: disc;
}
.page-template-content ol li {
  list-style: decimal;
}
.page-template-content a {
  color: #00572F;
  border-bottom: solid 1px;
}

@media screen and (max-width: 750px) {
  .page-template-content {
    margin: 40px 0;
  }
  .page-template-content h2 {
    margin: 28px 0 16px;
    padding-left: 24px;
    font-size: 1.7rem;
    line-height: 1.3;
  }
  .page-template-content h2::before {
    top: 0;
    width: 6px;
    height: 100%;
  }
  .page-template-content p, .page-template-content div {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .page-template-content ul, .page-template-content ol {
    padding-left: 16px;
  }
  .page-template-content ul li, .page-template-content ol li {
    font-size: 1.3rem;
    margin-top: 8px;
    line-height: 1.8;
  }
}
/*
====================================
検索ページ
====================================
*/
.searchpage-search {
  position: relative;
}
.searchpage-search__inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.searchpage-search__inner .container h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 56px;
}
.searchpage-search__inner .container ul li {
  margin-left: 32px;
  padding-left: 24px;
  font-size: 1.6rem;
  color: #333;
  border-bottom: solid 1px #ddd;
}
.searchpage-search__inner .container ul li.no {
  margin-left: 0;
  padding-left: 0;
  padding: 16px 0;
  text-align: center;
}
.searchpage-search__inner .container ul li a {
  display: flex;
  padding: 16px 0;
  position: relative;
  margin-left: 32px;
  padding-left: 24px;
  font-size: 1.6rem;
  color: #333;
}
.searchpage-search__inner .container ul li a .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 8px;
  background-color: #ddd;
}

@media screen and (max-width: 750px) {
  .searchpage-search__inner {
    padding-top: 0px;
    padding-bottom: 80px;
  }
  .searchpage-search__inner .container h2 {
    font-size: 1.9rem;
    margin-bottom: 28px;
  }
  .searchpage-search__inner .container ul li a {
    padding: 12px 0;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 1.3rem;
  }
}
/*
====================================
検索ページ
====================================
*/
.errorpage-error__inner {
  padding-top: 0px;
  padding-bottom: 80px;
}
.errorpage-error__inner .container {
  margin-top: 80px;
}
.errorpage-error__inner .container h2 {
  font-size: 3.2rem;
  margin-bottom: 28px;
  text-align: center;
}
.errorpage-error__inner .container p {
  text-align: center;
  font-size: 1.6rem;
}
.errorpage-error__inner .container ul li {
  font-size: 1.6rem;
}
.errorpage-error__inner .container ul li a {
  padding: 12px 0;
  margin-left: 0px;
  padding-left: 0px;
  font-size: 1.3rem;
}
@media screen and (max-width: 750px) {
  .errorpage-error__inner {
    padding-bottom: 40px;
  }
  .errorpage-error__inner .container {
    margin-top: 40px;
  }
  .errorpage-error__inner .container h2 {
    font-size: 1.9rem;
    margin-bottom: 14px;
    text-align: center;
  }
  .errorpage-error__inner .container p {
    text-align: center;
    font-size: 1.3rem;
  }
  .errorpage-error__inner .container ul li {
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=style.css.map */