@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/* PC START ###################################################### */

.pankuzu {
  font-size: 1.4rem;
}

.pankuzu ol {
  display: flex;
  justify-content: flex-start;
}

.pankuzu ol li:first-child {
  margin-right: 5px;
}

.pankuzu ol li:last-child {
  margin-left: 5px;
}

.pankuzu ol li:last-child a {
  color: #333;
}

#subArea p {
  font-size: 3.6rem;
  color: #2983cc;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.blogpage .pankuzu {
  margin-bottom: 30px;
}

.blogpage .pankuzu ol {
  display: block;
}

.blogpage .pankuzu ol li {
  display: inline;
}

.zboxfeatures1 .features1,
.features2,
.features3,
.features4,
.features5,
.features6 {
  max-width: 350px !important;
}

.zboxcustomize1 .customize1,
.customize2,
.customize3,
.customize4,
.customize5,
.customize6,
.customize7,
.customize8 {
  max-width: 350px !important;
}

#mainArea,
#subArea {
  margin-top: 165px;
}

.product-list {}

.product-list .box {
  border: 10px solid #5cc2cf;
  border-radius: 5px;
}

.product-list .box div {
  text-align: center;
  color: #444;
  font-weight: bold;
}

.product-list .box div a {
  display: block;
  padding: 30px;
}

.layout04._3column dl {
  width: calc(100% / 3 - 1%);
}

.contactForm h3 {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #444;
  font-weight: bold;
  margin-bottom: 5px;
}

.contactForm a {
  display: inline-block;
  width: fit-content;
  margin-inline: auto;
}

.contactForm .box {
  background: #fff;
}

.contactForm .box._tel a {
  font-size: 30px;
  font-weight: bold;
  padding-left: 33px;
  line-height: 1;
  background: url(../images/common/tel.png) center left / auto no-repeat;
}

.contactForm .box._btn a {
  background: #5cc2cf;
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 300px;
}

.works-list {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.works-list .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 60px;
}

.works-list .box article {}

.works-list .box article a {
  display: block;
  position: relative;
}

.works-list .box article:hover {
  opacity: .7;
}

.works-list .box article img,
.works-list .box article img:hover {
  transform: unset !important;
  opacity: 1 !important;
}

.works-list .box article h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background: rgba(41, 131, 204, .8);
  color: #fff;
  text-align: left;
  padding: 5px 10px;
  pointer-events: none;
}

.works-list .box article div a {
  padding-top: 15px;
  color: #333;
}

.works-list .box article div h3 {
  display: none;
}

.works-list .box article div span {
  display: block;
  width: fit-content;
  border: 1px solid #2983cc;
  padding: 2px 10px;
  font-size: 13px;
  color: #333;
}

/* PC END ###################################################### */

@media screen and (max-width: 834px) {

  #mainArea,
  #subArea {
    margin-top: 100px;
  }

  .layout04._3column dl {
    width: 100%;
  }

  .layout04._3column dl:not(:last-child) {
    margin-bottom: 30px;
  }

  /* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */

  /* tablet END ###################################################### */
}

@media screen and (max-width: 640px) {

  /* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */
  .pankuzu {
    display: none;
  }

  #subArea p {
    font-size: 3rem;
  }

  #mainArea,
  #subArea {
    margin-top: 80px;
  }

  .works-list .box {
    width: 100%;
    margin-bottom: 30px;
  }

  /* smartphone END ################################################## */
}

@media screen and (max-width: 414px) {
  #subArea p {
    font-size: 2.6rem;
  }
}











/* 以下追加分　2022/01/28 */
/* product===================================================== */
.product {
  text-align: center;
}

.producttext {
  display: inline-block;
  text-align: left;
  padding: 3%;
}

/* zboxfeatures========================================== */

.zboxfeatures h2 {
  max-width: 30%;
  min-width: 25%;
  border-bottom: solid #AFEEEE;
  text-align: center;
  font-size: 30px;
  margin: auto;
}

.zboxfeatures1,
.zboxfeatures2 {
  display: flex;
  justify-content: center;
  margin-bottom: 3%;
}

.features1,
.features2,
.features3,
.features4,
.features5,
.features6 {
  max-width: 300px;
  padding: 0 1.5%;
  border-left: solid lightgray 1.5px;

}

.features3,
.features6 {
  border-right: solid lightgray 1.5px;
}

.features1 h3,
.features2 h3,
.features3 h3,
.features4 h3,
.features5 h3,
.features6 h3 {
  text-align: center;
  margin: 10% 0 5% 0;
}

.features1 img,
.features2 img,
.features3 img,
.features4 img,
.features5 img,
.features6 img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
}


/* スマホ対応 */
@media (min-width: 0px) {

  .zboxfeatures1,
  .zboxfeatures2 {
    flex-direction: column;
    margin: auto;
  }

  .features1,
  .features2,
  .features3,
  .features4,
  .features5,
  .features6 {
    text-align: left;
    margin: auto;
    border-left: none;
    border-right: none;
    border-bottom: solid lightgray 1.5px;
    padding: 3% 0;
  }

  .customize8,
  .features6 {
    border-bottom: none;
  }

  .zboxfeatures h2 {
    font-size: 24px;
    max-width: 80%;
  }
}

/* タブレット対応 */
@media (min-width: 601px) {

  .zboxfeatures1,
  .zboxfeatures2 {
    flex-direction: row;
    justify-content: center;
    margin: 0;
  }

  .features1,
  .features2,
  .features3,
  .features4,
  .features5,
  .features6 {
    width: 30%;
    min-width: 120px;
    max-width: 250px;
    padding: 2%;
    margin: 2% 0;
    border-bottom: none;
    border-left: solid lightgray 1.5px;
  }

  .features3,
  .features6 {
    border-right: solid lightgray 1.5px;
  }

  .zboxfeatures h2 {
    font-size: 30px;
  }
}


/* custmize================================================================= */
.customize {
  background-color: #f8fbf8be;
}

.customize h2 {
  max-width: 30%;
  min-width: 25%;
  border-bottom: solid #AFEEEE;
  text-align: center;
  font-size: 30px;
  margin: auto;
}

.zboxcustomize1,
.zboxcustomize2 {
  display: flex;
  justify-content: center;
  margin-bottom: 2%;
}

.zboxcustomize2 {
  margin-bottom: 10%;
}

.customize1,
.customize2,
.customize3,
.customize4,
.customize5,
.customize6,
.customize7,
.customize8 {
  max-width: 300px;
  padding: 0 2%;
  border-left: solid lightgray 1.5px;
}

.customize4,
.customize8 {
  border-right: solid lightgray 1.5px;
}

.customize1 h3,
.customize2 h3,
.customize3 h3,
.customize4 h3,
.customize5 h3,
.customize6 h3,
.customize7 h3,
.customize8 h3 {
  text-align: center;
  margin: 10% 0 5% 0;
}

.customize1 img,
.customize2 img,
.customize3 img,
.customize4 img,
.customize5 img,
.customize6 img,
.customize7 img,
.customize8 img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
}

/* スマホ対応 */
@media (min-width: 0px) {

  .zboxcustomize1,
  .zboxcustomize2 {
    flex-direction: column;
    margin: auto;
  }

  .customize1,
  .customize2,
  .customize3,
  .customize4,
  .customize5,
  .customize6,
  .customize7,
  .customize8 {
    text-align: left;
    margin: auto;
    border-left: none;
    border-right: none;
    border-bottom: solid lightgray 1.5px;
    padding: 3% 0;
  }

  .customize8 {
    border-bottom: none;
  }

  .customize h2 {
    font-size: 24px;
    max-width: 80%;
  }
}

/* タブレット以降対応 */
@media (min-width: 601px) {

  .zboxcustomize1,
  .zboxcustomize2 {
    flex-direction: row;
    justify-content: center;
    margin: 0;
  }

  .customize1,
  .customize2,
  .customize3,
  .customize4,
  .customize5,
  .customize6,
  .customize7,
  .customize8 {
    width: 30%;
    min-width: 120px;
    max-width: 250px;
    padding: 2%;
    margin: 2% 0;
    border-bottom: none;
    border-left: solid lightgray 1.5px;
  }

  .customize4,
  .customize8 {
    border-right: solid lightgray 1.5px;
  }

  .customize h2 {
    font-size: 30px;
  }
}



/* case ================================================================= */
.case {
  padding: auto;
  margin: auto;
  padding: 3%;
  background-color: white;
}

.case h2 {
  max-width: 30%;
  min-width: 25%;
  border-bottom: solid #AFEEEE;
  text-align: center;
  font-size: 30px;
  margin: auto;
}


/* アコーディオン */
.accordion {
  margin: 3em auto;
  max-width: 60vw;
}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 1em;
}

.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.title {
  border: solid 1px #ccc;
  padding: 1em;
  display: block;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}

.title::after {
  transform: rotate(90deg);
}

.content {
  max-height: 0;
  overflow: hidden;
}

.content img {
  padding: 3%;
  width: 94%;
}

.content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}

.toggle:checked+.title+.content {
  max-height: 1100px;
  transition: all 1s;
}

.toggle:checked+.title::before {
  transform: rotate(90deg) !important;
}

/* アコーディオンメニュー */

.case li {
  list-style: "- ";
}

.case ul {
  margin: 0;
}

.case p {
  padding: 0;
}

.case h3 {
  margin: 3% 0 0 0;
  font-size: 20px;
}

@media (min-width: 0px) and (max-width:600px) {
  .accordion {
    margin: 3em auto;
    max-width: 90vw;
  }

  .case h2 {
    font-size: 24px;
  }
}


/* support ================================================================= */
.support {
  background-color: #f4f9ff;
}

.support1,
.support2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.supporttext {
  text-align: center;
}

.supporttext p {
  padding-top: 3em;
  margin-bottom: -0.3%;
}

.supporttext h2 {
  font-size: 24px;
  border: none;
}

.support1text,
.support2text {
  padding: 0 2%;
}

.support1img,
.support2img {
  width: 25%;
  padding: 0 2%;
}

.support1img img,
.support2img img {
  width: 100%;
}

/* スマホ対応 */
@media (min-width: 0px) {
  .support {
    text-align: center;
  }

  .support1,
  .support2 {
    flex-direction: column;
    text-align: center;
  }

  .support1img,
  .support2img {
    min-width: 300px;
    max-width: 430px;
    margin: 0 2%;
  }

  .support2img {
    order: 1;
  }

  .support2text {
    order: 2;
  }

  .support1text p,
  .support2text p {
    text-align: left;
    max-width: 375px;
    text-align: center;
  }

  .supporttext h2 {
    max-width: 100%;
  }
}

@media (min-width: 601px) {

  .support1,
  .support2 {
    flex-direction: row;
  }

  .support2img {
    order: 2;
  }

  .support2text {
    order: 1;
  }
}

/* 以下追加分　2022/08/25 */
/* template ================================================================= */
.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex1._top {
  align-items: flex-start;
}

.flex1._center {
  align-items: center;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}

.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }

  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }

  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex2._top {
  align-items: flex-start;
}

.flex2._center {
  align-items: center;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}

.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }

  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }

  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex3._top {
  align-items: flex-start;
}

.flex3._center {
  align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }

  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }

  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex4._top {
  align-items: flex-start;
}

.flex4._center {
  align-items: center;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}

.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }

  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }

  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex4 .box img {
  width: 100% !important;
}

.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}


/* kazkas ================================================================= */
.color01 {
  color: #4666bb;
}

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

.kazkas-01 h2 {
  font-weight: 700;
  font-size: 1.5em;
}

.kazkas-01 h3 {
  color: #4666bb;
  font-size: 1.2em;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
  margin-bottom: 16px;
}

#main .main02 {
  height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 834px) {
  #main .main02 {
    height: 400px;
  }
}

@media screen and (max-width: 640px) {
  #main .main02 {
    position: relative;
    height: 240px;
  }
}

#main .main02 .main02-logo {
  background-color: rgba(255, 255, 255, 0.72);
  width: 30%;
  min-width: 368px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10%;
  padding: 24px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #main .main02 .main02-logo {
    min-width: 288px;
    margin: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
  }
}

#main .main02 .main02-logo p {
  font-size: 1.4em;
}

#main .main02 .main02-logo img {
  max-width: 320px;
  margin: 12px auto 0;
}

@media screen and (max-width: 640px) {
  #main .main02 .main02-logo img {
    max-width: 200px;
  }
}

.kazkas-02 .box {
  padding: 16px 24px;
  color: #fff;
  background: url("../images/contents/kazkas_bg.jpg") center center/cover no-repeat rgba(0, 0, 0, 0.72);
  background-blend-mode: darken;
}

.kazkas-02 .box h4 {
  font-weight: 700;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 4px;
}

.kazkas-03 a {
  display: inline-block;
  padding: 12px 48px;
  border: 1px solid #00a200;
  box-shadow: 0px 4px 4px 0 #ccc;
  color: #333;
  width: 80%;
  min-width: fit-content;
}

.kazkas-04 {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 834px) {
  .kazkas-04 {
    flex-direction: column;
  }
}

.kazkas-04 .left {
  width: 30%;
  padding: 24px;
}

@media screen and (max-width: 834px) {
  .kazkas-04 .left {
    width: 100%;
  }
}

.kazkas-04 .right {
  width: 70%;
  padding-left: 24px;
}

@media screen and (max-width: 834px) {
  .kazkas-04 .right {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  #main .kazkas-05 dl {
    flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  #main .kazkas-05 dl:last-child dt {
    border-bottom: none;
  }
}

@media screen and (max-width: 640px) {
  #main .kazkas-05 dl dt {
    width: 100%;
    border-right: 1px solid #ccc;
  }
}

@media screen and (max-width: 640px) {
  #main .kazkas-05 dl dd {
    width: 100%;
  }
}


/* dropdown ================================================================= */
nav#nav_global ul li.menu {
  position: relative;
}

@media screen and (max-width: 834px) {
  nav#nav_global ul li.menu {
    padding: 0;
  }
}

nav#nav_global ul li.menu p {
  padding: 22px 0;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 834px) {
  nav#nav_global ul li.menu p {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  nav#nav_global ul li.menu p {
    font-size: 18px;
  }
}

nav#nav_global ul li.menu ul.second {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  display: none;
}

@media screen and (max-width: 834px) {
  nav#nav_global ul li.menu ul.second {
    position: relative;
  }
}

nav#nav_global ul li.menu ul.second li {
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align: center;
}

@media screen and (max-width: 834px) {
  nav#nav_global ul li.menu ul.second li {
    padding: 0;
    margin-top: 4px;
  }
}

nav#nav_global ul li.menu ul.second li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 834px) {
  nav#nav_global ul li.menu ul.second li:last-child {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 834px) {
  nav#nav_global ul li.menu ul.second li:first-child {
    margin-top: 0;
  }
}

nav#nav_global ul li.menu ul.second li a {
  display: block;
  width: 100%;
  padding: 8px 0;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 834px) {
  nav#nav_global ul li.menu ul.second li a {
    background-color: #f1f1f1;
  }
}

nav#nav_global ul li.menu ul.second li a::after {
  content: none;
}

#nav_sp .nav_wrap>ul.second {
  display: none;
}

#nav_sp li.menu p {
  position: relative;
}

#nav_sp li.menu p::after {
  content: "+";
  padding: 2px 10px 4px;
  background-color: #4666bb;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}

#nav_global>ul li p:hover {
  color: #5cc2cf;
}

#nav_global>ul li p::after {
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background: #5cc2cf;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#nav_global>ul li p:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

nav#nav_global ul li.menu ul.second li a:hover {
  background-color: #f1f1f1;
}




/* 2022/9/26 会社概要 ================================================================= */
#main .anc-btn1 .box {
  width: calc((100% - 56px) / 8);
  margin: 0 8px 8px 0;
  font-size: 12px;
}

#main .anc-btn1 .box:nth-child(8n) {
  margin-right: 0;
}

#main .anc-btn1 a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  width: 100%;
}

.company-title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 24px;
  position: relative;
  color: #48749c;
}

.company-title::before {
  content: "";
  width: 32px;
  height: 2px;
  background-color: red;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
}

.company-01 {
  align-items: center;
}

.company-01 .box {
  width: 50%;
}

.company-01 .box:nth-child(1) {
  padding: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.company-01 .box h2 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 16px;
}

.company-01 .box a.btn-instagram {
  margin-top: 16px;
  color: #fff;
  display: inline-block;
  padding: 16px 48px;
  background-color: purple;
}

#main .company-02 dl:first-child dt,
#main .company-02 dl:first-child dd {
  border-top: none
}

#main .company-02 dt {
  background-color: transparent;
  border-left: none
}

#main .company-02 dd {
  border-right: none;
}

a.btn-map {
  margin-left: 8px;
  display: inline-block;
  line-height: 1.4;
  border: 1px solid #2983cc;
  padding: 4px 16px;
  color: #2983cc;
}

@media screen and (max-width: 835px) {
  #main .anc-btn1 .box {
    width: calc((100% - 24px) / 4);
  }

  #main .anc-btn1 .box:nth-child(4n) {
    margin-right: 0;
  }

  #main .company-02 dl {
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    padding: 10px;
  }

  #main .company-02 dt,
  #main .company-02 dd {
    width: 100%;
    padding: 0;
    border: none;
  }

  .company-02 dt {
    font-weight: 700;
  }
}

@media screen and (max-width: 640px) {
  .company-01 .box {
    width: 100%;
  }

  #main .anc-btn1 .box {
    width: calc((100% - 8px) / 2);
  }

  #main .anc-btn1 .box:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  .toiawase_banner {
    height: auto !important;
  }

  .toiawase_right {
    padding-bottom: 10px;
  }

  .toiawase_right p {
    line-height: 2 !important;
  }
}

/* 2024/6/3 25.ワクトカEX h3 ================================================================= */
.fix-background-light-blue {
    font-size: 1.8rem;
    color: #2983cc;
    background: #d3f1fd;
    padding: 5px 15px;
    font-weight: 500;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 5px;
}