@charset "UTF-8";
:root {
  --black: #000;
  --red: #c81c24;
  --blue: #001a72;
  --blue2: #3c71d4;
}

.globalHeader .logo {
  width: 359px;
  height: 27px;
}
@media screen and (max-width: 1000px) {
  .globalHeader .logo {
    width: 340px;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .globalHeader .logo {
    width: 220px;
    height: auto;
  }
}

.megaNavHeader .more > a {
  background-image: url("../img/common/nav_arw_black.svg");
  background-size: 5px 10px;
}

#footer .list__sns li img {
  /*width: 60px;*/
  height: 80px;
}
@media screen and (max-width: 540px) {
  #footer .list__sns li img {
    height: 60px;
  }
}

body .box {
  margin-bottom: 100px;
}

body .box > ol,
body .box > ul,
body .box > table,
body .box > p {
  margin-bottom: 40px;
}

/****************************************

    list

*****************************************/
body#home {
  /****************************************

      MV

  *****************************************/
  /****************************************

      NEWS

  *****************************************/
}
body#home .firstSection {
  padding-bottom: 60px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  body#home .firstSection {
    height: 490px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 540px) {
  body#home .firstSection {
    height: 320px;
  }
}
body#home .firstSection .copy {
  color: #fff;
  font-size: 5.4rem;
  letter-spacing: 0.2em;
  line-height: 1;
  bottom: 160px;
  top: auto;
}
body#home .firstSection .copy span {
  font-weight: normal;
  font-size: 35%;
}
@media screen and (max-width: 960px) {
  body#home .firstSection .copy {
    font-size: 4rem;
    left: 60px;
    bottom: 80px;
  }
}
@media screen and (max-width: 540px) {
  body#home .firstSection .copy {
    font-size: 7vw;
    left: 20px;
    bottom: 70px;
  }
}
body#home .firstSection .mv__slider {
  height: 100%;
  background-color: #fff;
}
body#home .firstSection .mv__slider .slick-list {
  height: 100%;
}
body#home .firstSection .mv__slider .slick-track {
  height: 100%;
}
body#home .firstSection .mv__slider .slick-slide {
  /*Chromeでの2週目画像のチラつき防止*/
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
body#home .firstSection .mv__slider .slick-slide img {
  height: 100%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
body#home .firstSection .mv__slider .slick-dots {
  bottom: -40px;
}
@media screen and (max-width: 960px) {
  body#home .firstSection .mv__slider .slick-dots {
    bottom: -35px;
  }
}
body#home .firstSection .mv__slider .slick-dots li {
  margin: 0 2px;
}
body#home .firstSection .mv__slider .slick-dots button:before {
  opacity: 0.6;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #000;
}
body#home .firstSection .mv__slider .slick-dots .slick-active button:before {
  opacity: 1;
}
body#home .firstSection .mv__slider .slick-prev,
body#home .firstSection .mv__slider .slick-next {
  z-index: 1;
  width: 14px;
  height: 25px;
}
body#home .firstSection .mv__slider .slick-prev::before,
body#home .firstSection .mv__slider .slick-next::before {
  content: "";
  display: block;
  width: 14px;
  height: 25px;
  background-image: url(../img/common/nav_arw.svg);
  background-repeat: no-repeat;
}
body#home .firstSection .mv__slider .slick-prev {
  left: 40px;
}
@media screen and (max-width: 960px) {
  body#home .firstSection .mv__slider .slick-prev {
    left: 20px;
  }
}
body#home .firstSection .mv__slider .slick-prev::before {
  transform: rotate(180deg);
}
body#home .firstSection .mv__slider .slick-next {
  right: 40px;
}
@media screen and (max-width: 960px) {
  body#home .firstSection .mv__slider .slick-next {
    right: 20px;
  }
}
body#home #menu3 {
  margin-top: 65px;
}
@media screen and (max-width: 960px) {
  body#home #menu3 {
    margin-top: 35px;
  }
}
body#home .newsList .entryVox .title {
  /*margin-left: 150px;*/
}
@media screen and (max-width: 960px) {
  body#home .newsList .entryVox .title {
    /*margin-left: 0;*/
  }
}

#product {
  /****************************************

      製品

  *****************************************/
}
#product .columnVox.column__3col .item, #product .columnVox.column__2col .item {
  margin-bottom: 0;
  max-width: 300px;
}
@media screen and (max-width: 960px) {
  #product .columnVox.column__3col, #product .columnVox.column__2col {
    display: flex;
    /*justify-content: space-between;*/
  }
  #product .columnVox.column__3col .item + .item, #product .columnVox.column__2col .item + .item {
    margin-left: 10px;
  }
  #product .columnVox.column__3col .item .headStyle01, #product .columnVox.column__2col .item .headStyle01 {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
#product .columnVox.column__3col {
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #product .columnVox.column__3col .item {
    width: 33.3333333333%;
  }
}
#product .columnVox.column__2col {
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  #product .columnVox.column__2col .item {
    width: 50%;
  }
}

#news {
  /****************************************

      新着情報

  *****************************************/
  /*  /assets/css/home.cssを移植  */
  /*  /assets/css/home.cssを移植ここまで  */
}
#news .newsList .entryVox {
  margin-bottom: 30px;
  overflow: hidden;
}
#news .newsList .entryVox time {
  font-weight: bold;
  text-align: left;
  width: 120px;
  float: left;
  margin-right: 10px;
}
#news .newsList .entryVox .category {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  width: 110px;
  float: left;
  padding: 5px 0;
  background: #333;
}
#news .newsList .entryVox .title {
  margin-left: 260px;
}
#news .newsList .entryVox .title a {
  color: #000;
  text-decoration: none;
  transition: 0.2s;
}
#news .newsList .entryVox .title a:hover {
  opacity: 0.7;
}
#news .newsList .entryVox .linkPdf:after {
  display: inline-block;
  content: " ";
  width: 18px;
  height: 16px;
  margin-left: 5px;
  background: no-repeat left top/18px 16px;
  position: relative;
  top: 2px;
}
#news .newsList .entryVox .linkPdf:after {
  background-image: url(../img/common/ico_pdf.png);
}
@media only screen and (max-width: 960px) {
  #news .newsList .entryVox time {
    width: 8em;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #news .newsList .entryVox .category {
    margin-bottom: 10px;
  }
  #news .newsList .entryVox .title {
    clear: both;
    margin-left: 0;
  }
  #news .newsList .entryVox .title a {
    display: inline-block;
  }
  #news .newsList .entryVox .title a:hover {
    opacity: 1;
  }
  #news .newsList .entryVox .title span {
    display: inline-block;
    padding-right: 25px;
    background: no-repeat right center/6px 9px;
  }
  #news .newsList .entryVox span.linkPdf {
    background-size: 18px 16px;
    min-height: 16px;
  }
  #news .newsList .entryVox .linkPdf:after {
    display: none;
  }
  #news .newsList .entryVox .title span {
    background-image: url(../img/common/nav_arw_black.svg);
  }
  #news .newsList .entryVox span.linkPdf {
    background-image: url(../img/common/ico_pdf.png);
  }
}
#news .mainContents .baseBlock {
  max-width: 800px;
}
#news .mainContents .baseBlock article time {
  font-weight: bold;
}
#news .mainContents .baseBlock article .category {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  width: 110px;
  padding: 5px 0;
  background: #333;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
}
#news .news__img01 {
  text-align: center;
}
#news .news__img01 img {
  width: 800px;
}
#news .news__block01:not(:last-child) {
  margin-bottom: 50px;
}
#news .news__text01:not(:last-child) {
  margin-bottom: 20px;
}

#hiring,
#graduates {
  /****************************************

      中途採用・新卒採用

  *****************************************/
  /*  /assets/css/home.cssを移植  */
  /*  /assets/css/home.cssを移植ここまで  */
}
#hiring .newsList .entryVox,
#graduates .newsList .entryVox {
  margin-bottom: 30px;
}
@media only screen and (max-width: 960px) {
  #hiring .newsList .entryVox .title a,
  #graduates .newsList .entryVox .title a {
    display: inline-block;
  }
}
#hiring .hiring__period,
#graduates .hiring__period {
  margin-top: 5px;
  font-size: 0.9em;
}
#hiring .voxStyle01,
#graduates .voxStyle01 {
  margin-top: 50px;
  margin-bottom: 50px;
}
#hiring .voxStyle01 .headStyle02,
#graduates .voxStyle01 .headStyle02 {
  margin-bottom: 15px;
}
#hiring .hiring__contact,
#graduates .hiring__contact {
  margin: 10px 0;
}
#hiring .hiring__contact p,
#graduates .hiring__contact p {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.5;
}
#hiring .hiring__contact p span,
#graduates .hiring__contact p span {
  font-size: 1.5em;
  color: var(--blue);
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  #hiring .hiring__contact p,
  #graduates .hiring__contact p {
    font-size: 1em;
  }
  #hiring .hiring__contact p span,
  #graduates .hiring__contact p span {
    font-size: 1.3em;
  }
}
#hiring .hiring__site__box,
#graduates .hiring__site__box {
  margin-bottom: 40px;
}

#company {
  /****************************************

      製品

  *****************************************/
}
#company .columnVox.column__2col_02 {
  justify-content: space-between;
  flex-wrap: wrap;
}
#company .columnVox.column__2col_02 .item {
  margin-bottom: 0;
  width: calc((100% - 20px) / 2);
  max-width: initial;
  margin-right: 0;
}
#company .columnVox.column__2col_02 .item .img img {
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  #company .columnVox.column__2col_02 .item {
    width: 100%;
  }
  #company .columnVox.column__2col_02 .item:not(:last-child) {
    margin-bottom: 20px;
  }
}
#company .company__img {
  margin-bottom: 50px;
}
#company .tableStyle01 tbody th {
  min-width: 100px;
}
#company .map__box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 540px) {
  #company .map__box iframe {
    aspect-ratio: 16/16;
  }
}

#recruit {
  /****************************************

      採用情報

  *****************************************/
  /****************************************

      先輩の声

  *****************************************/
}
#recruit .columnVox.column__2col_03 {
  justify-content: space-between;
  flex-wrap: wrap;
}
#recruit .columnVox.column__2col_03 .item {
  margin-bottom: 0;
  width: calc((100% - 20px) / 2);
  max-width: initial;
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  #recruit .columnVox.column__2col_03 {
    display: flex;
  }
  #recruit .columnVox.column__2col_03 .item {
    /*width: 100%;*/
    /*&:not(:last-child){
    	margin-bottom: 20px;
    }*/
    /*figure{
    	max-width: 460px;
    	margin-inline: auto;
    }*/
  }
}
@media screen and (max-width: 540px) {
  #recruit .columnVox.column__2col_03 {
    display: block;
    /*max-width: 460px;
    margin-inline: auto;*/
  }
  #recruit .columnVox.column__2col_03 .item {
    width: 100%;
  }
}
#recruit .columnVox.column__2col_03 .recruit__box01 {
  /*&:nth-of-type(-n+2){*/
  margin-bottom: 50px;
  /*}*/
}
@media screen and (max-width: 960px) {
  #recruit .columnVox.column__2col_03 .recruit__box01:nth-of-type(-n+2) {
    margin-bottom: 0;
  }
  #recruit .columnVox.column__2col_03 .recruit__box01:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
#recruit .columnVox.column__2col_03 .recruit__box01 a {
  display: block;
  color: var(--black);
  text-decoration: none;
  transition: all 0.2s ease;
}
#recruit .columnVox.column__2col_03 .recruit__box01 a:hover {
  opacity: 0.7;
}
#recruit .columnVox.column__2col_03 .recruit__box01 .headStyle01 {
  margin-bottom: 10px;
  margin-top: 20px;
}
#recruit .columnVox.column__2col_03 .recruit__box01 .img {
  aspect-ratio: 7.5/6;
}
#recruit .columnVox.column__2col_03 .recruit__box01 .img img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
#recruit .columnVox.column__2col_03 .recruit__box01 .moreBtn {
  margin-top: 10px;
}
#recruit .columnVox.column__2col_03 .recruit__box01 .moreBtn div {
  display: block;
  text-align: right;
}
#recruit .columnVox.column__2col_03 .recruit__box01 .moreBtn div::before {
  left: auto;
  right: 70px;
}
@media screen and (max-width: 540px) {
  #recruit .btnArea {
    flex-direction: column;
    align-items: center;
  }
}
#recruit .recruit__button {
  width: 50%;
  max-width: 360px;
  margin: 0 15px;
}
#recruit .recruit__button a {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  background: #001A72;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  border: none;
  border: 1px solid #001A72;
  border-radius: 10em;
  transition: 0.2s;
}
#recruit .recruit__button a span {
  font-weight: normal;
  font-size: 1.6rem;
}
#recruit .recruit__button a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 540px) {
  #recruit .recruit__button {
    width: 100%;
  }
  #recruit .recruit__button + .recruit__button {
    margin-top: 20px;
  }
  #recruit .recruit__button a {
    font-size: 1.8rem;
  }
  #recruit .recruit__button a span {
    font-size: 1.5rem;
  }
}
#recruit .recruit__block01 {
  margin-top: 50px;
}
#recruit .recruit__block01 .headStyle01 {
  margin-bottom: 20px;
}
#recruit .recruit__copy01 {
  font-size: 2.4rem;
  color: var(--blue);
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  #recruit .recruit__copy01 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
#recruit .columnVox.column__2col_04 {
  justify-content: space-between;
  background: #edeff5;
}
#recruit .columnVox.column__2col_04 .item {
  margin-bottom: 0;
  width: 50%;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#recruit .columnVox.column__2col_04 .item.recruit__box02 {
  aspect-ratio: 7.5/6;
}
#recruit .columnVox.column__2col_04 .item.recruit__box02 .recruit__img01 {
  height: 100%;
  width: 100%;
}
#recruit .columnVox.column__2col_04 .item.recruit__box02 .recruit__img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
#recruit .columnVox.column__2col_04 .item.recruit__box02.recruit__box02__text {
  padding: 20px 40px;
  box-sizing: border-box;
}
#recruit .columnVox.column__2col_04 .item.recruit__box02 .recruit__year01 {
  padding-left: 20px;
}
@media screen and (max-width: 960px) {
  #recruit .columnVox.column__2col_04 {
    display: flex;
  }
}
@media screen and (max-width: 540px) {
  #recruit .columnVox.column__2col_04 {
    display: block;
    /*max-width: 460px;
    margin-inline: auto;*/
  }
  #recruit .columnVox.column__2col_04 .item {
    width: 100%;
  }
  #recruit .columnVox.column__2col_04 .item.recruit__box02.recruit__box02__text {
    padding: 20px;
    aspect-ratio: 7.5/4.5;
  }
}

#profile {
  /****************************************

      会社案内

  *****************************************/
}
#profile .columnVox.column__2col_05 {
  justify-content: space-between;
  flex-wrap: wrap;
}
#profile .columnVox.column__2col_05 .item {
  margin-bottom: 0;
  width: calc((100% - 20px) / 2);
  max-width: initial;
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  #profile .columnVox.column__2col_05 {
    display: flex;
  }
}
@media screen and (max-width: 540px) {
  #profile .columnVox.column__2col_05 {
    display: block;
  }
  #profile .columnVox.column__2col_05 .item {
    width: 100%;
  }
}
#profile .columnVox.column__2col_05 .profile__box01:nth-of-type(-n+2) {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #profile .columnVox.column__2col_05 .profile__box01:nth-of-type(-n+2) {
    margin-bottom: 0;
  }
  #profile .columnVox.column__2col_05 .profile__box01:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
#profile .columnVox.column__2col_05 .profile__box01 a {
  display: block;
  color: var(--black);
  text-decoration: none;
  transition: all 0.2s ease;
}
#profile .columnVox.column__2col_05 .profile__box01 a:hover {
  opacity: 0.7;
}
#profile .columnVox.column__2col_05 .profile__box01 .headStyle01 {
  margin-top: 20px;
}
#profile .columnVox.column__2col_05 .profile__box01 .img img {
  width: 100%;
}

#song {
  /****************************************

      社歌

  *****************************************/
}
#song .song__img {
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 50px;
}
#song .song__img img {
  width: 100%;
}
#song .song__movie {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 800px;
  margin-inline: auto;
}
#song .song__movie iframe {
  width: 100%;
  height: 100%;
}

#environment {
  /****************************************

      環境への取組み

  *****************************************/
}
#environment .tableStyle02 {
  color: var(--black);
}
#environment .tableStyle02 tbody th {
  white-space: nowrap;
  font-weight: bold;
}
#environment .tableStyle02 tbody td {
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
@media screen and (max-width: 960px) {
  #environment .tableStyle02 tbody th {
    white-space: normal;
    width: 40%;
  }
  #environment .tableStyle02 tbody td {
    width: 60%;
  }
}
@media screen and (max-width: 960px) {
  #environment .tableStyle02.environment__table__style01 tbody th {
    width: 25%;
  }
  #environment .tableStyle02.environment__table__style01 tbody td {
    width: 75%;
  }
}
@media screen and (max-width: 540px) {
  #environment .tableStyle02.environment__table__style01 tbody th {
    padding-left: 10px;
    padding-right: 10px;
  }
  #environment .tableStyle02.environment__table__style01 tbody td {
    padding-left: 20px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 960px) {
  #environment .scrollVox table {
    width: 100%;
  }
}
#environment .h4__title01 {
  color: var(--black);
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #environment .h4__title01 span {
    display: block;
  }
}
#environment .dl_list01 {
  display: flex;
}
#environment .dl_list01 dt {
  color: #808cb8;
  margin-right: 10px;
}
#environment .listTypeNum li:not(:last-child) {
  margin-bottom: 10px;
}
#environment .environment__box01 {
  margin-bottom: 30px;
  overflow: hidden;
}
#environment .environment__signature01 {
  float: right;
}
#environment .environment__img {
  margin-top: 20px;
}
#environment .ol__list01 {
  padding-left: 1rem;
}
#environment .ol__list01 li::marker {
  font-size: 2rem;
  color: var(--blue);
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #environment .ol__list01 li::marker {
    font-size: 1.8rem;
  }
}
#environment .ol__list01 li .h3__title01 {
  font-size: 2rem;
  color: var(--blue);
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #environment .ol__list01 li .h3__title01 {
    font-size: 1.8rem;
  }
}
#environment .ol__list01 li:not(:last-child) {
  margin-bottom: 50px;
}

#message {
  /****************************************

      ごあいさつ

  *****************************************/
}
#message .message__box01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #message .message__box01 {
    flex-direction: column;
  }
}
#message .message__box01 .message__img {
  width: 340px;
  margin-left: 40px;
}
#message .message__box01 .message__img img {
  width: 100%;
}
#message .message__box01 .message__img .message__img__name {
  text-align: right;
  line-height: 1.4;
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.8rem;
}
#message .message__box01 .message__img .message__img__name span {
  font-size: 0.8em;
  font-weight: normal;
}
#message .message__box01 .message__img .message__img__sign {
  text-align: center;
  margin-top: 20px;
}
#message .message__box01 .message__img .message__img__sign img {
  width: 80%;
  max-width: 250px;
}
#message .message__box01 .message__img .message__img__post {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}
#message .message__box01 .message__img .message__img__name {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
}
#message .message__box01 .message__img .message__img__name_en {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  #message .message__box01 .message__img {
    width: 100%;
    margin-left: 0;
    max-width: 460px;
    margin-inline: auto;
    margin-top: 50px;
  }
  #message .message__box01 .message__img .message__img__name {
    font-size: 1.6rem;
  }
  #message .message__box01 .message__img .message__img__sign img {
    max-width: 200px;
  }
}
#message .message__box01 .message__txt {
  width: calc(100% - 380px);
}
#message .message__box01 .message__txt > p:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #message .message__box01 .message__txt {
    width: 100%;
  }
}

#compliance {
  /****************************************

      コンプライアンス

  *****************************************/
  /*.compliance__copy01{
  	margin-bottom: 40px;

  	> p{
  		margin-bottom: 0;
  	}
  	.compliance__copy01__text{
  		font-size: 2.0rem;
  		font-weight: bold;
  		color: var(--blue);
  		line-height: 36px;

  		@include mq(){
  			font-size: 1.8rem;
  			line-height: 30px;
  		}
  	}
  }*/
}
#compliance .compliance__box01 {
  overflow: hidden;
}
#compliance .compliance__box01:not(:last-of-type) {
  margin-bottom: 50px;
}
#compliance .compliance__box01 > p:not(:last-of-type) {
  margin-bottom: 40px;
}
#compliance .compliance__box01 .headStyle01 {
  margin-bottom: 20px;
}
#compliance .compliance__signature01 {
  float: right;
}
#compliance .listTypeDisc {
  margin-bottom: 40px;
}
#compliance .listTypeDisc li:not(:last-child) {
  margin-bottom: 10px;
}

#privacy {
  /****************************************

      環境への取組み

  *****************************************/
}
#privacy .ol__list01 {
  padding-left: 1rem;
}
#privacy .ol__list01 > li::marker {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #privacy .ol__list01 > li::marker {
    font-size: 1.8rem;
  }
}
#privacy .ol__list01 > li .h3__title01 {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #privacy .ol__list01 > li .h3__title01 {
    font-size: 1.8rem;
  }
}
#privacy .ol__list01 > li:not(:last-child) {
  margin-bottom: 50px;
}
#privacy .ol__list01 > li > p:not(:last-of-type) {
  margin-bottom: 20px;
}
#privacy .ol__list01 .listTypeDisc {
  margin-top: 20px;
}
#privacy .ol__list01 .listTypeDisc > li {
  list-style-type: disc;
}
#privacy .ol__list01 .listTypeDisc > li:not(:last-child) {
  margin-bottom: 10px;
}

#factory {
  /****************************************

      工場案内

  *****************************************/
}
#factory .tabs {
  justify-content: space-between;
}
#factory .tabs li {
  width: calc(50% - 10px);
  margin-right: 0;
}
#factory .factory__box {
  background: #edeff5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
#factory .factory__box .headStyle01 {
  margin-bottom: 10px;
}
@media screen and (max-width: 540px) {
  #factory .factory__box {
    display: block;
  }
}
#factory .factory__box.factory__box__type01 .factory__box__text {
  width: calc(100% - 320px);
}
#factory .factory__box.factory__box__type01 .factory__box__img {
  width: 300px;
}
@media screen and (max-width: 960px) {
  #factory .factory__box.factory__box__type01 .factory__box__text {
    width: calc(50% - 20px);
  }
  #factory .factory__box.factory__box__type01 .factory__box__img {
    width: 50%;
  }
}
@media screen and (max-width: 540px) {
  #factory .factory__box.factory__box__type01 .factory__box__text {
    width: 100%;
  }
  #factory .factory__box.factory__box__type01 .factory__box__img {
    width: 100%;
    margin-top: 10px;
  }
}
#factory .factory__box.factory__box__type02 .factory__box__text {
  width: calc(100% - 640px);
}
#factory .factory__box.factory__box__type02 .factory__box__img__outer {
  display: flex;
  justify-content: space-between;
}
#factory .factory__box.factory__box__type02 .factory__box__img {
  width: 300px;
  margin-left: 20px;
}
@media screen and (max-width: 960px) {
  #factory .factory__box.factory__box__type02 {
    display: block;
  }
  #factory .factory__box.factory__box__type02 .factory__box__text {
    width: 100%;
  }
  #factory .factory__box.factory__box__type02 .factory__box__img__outer {
    margin-top: 20px;
  }
  #factory .factory__box.factory__box__type02 .factory__box__img {
    width: calc((100% - 20px) / 2);
    margin-left: 0;
  }
}
@media screen and (max-width: 540px) {
  #factory .factory__box.factory__box__type02 .factory__box__img__outer {
    display: block;
    margin-top: 10px;
  }
  #factory .factory__box.factory__box__type02 .factory__box__img {
    width: 100%;
  }
  #factory .factory__box.factory__box__type02 .factory__box__img:first-of-type {
    margin-bottom: 20px;
  }
}
#factory .factory__box02 {
  background: #edeff5;
  padding: 20px;
}
#factory .factory__box02 .headStyle01 {
  margin-bottom: 10px;
}
#factory .factory__box02.factory__box02__type01 .factory__box__text {
  width: 100%;
}
#factory .factory__box02.factory__box02__type01 .factory__box__img {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 540px) {
  #factory .factory__box02.factory__box02__type01 .factory__box__img {
    margin-top: 10px;
  }
}
#factory .factory__box02.factory__box02__type01 .factory__box__point {
  background: #fff;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}
#factory .factory__box02.factory__box02__type01 .factory__box__point .item {
  padding: 10px 0;
}
#factory .factory__box02.factory__box02__type01 .factory__box__point .h4__title01 {
  color: var(--blue);
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #factory .factory__box02.factory__box02__type01 .factory__box__point .h4__title01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 540px) {
  #factory .factory__box02.factory__box02__type01 .factory__box__point .h4__title01 {
    margin-bottom: 10px;
  }
}
#factory .factory__box02.factory__box02__type01 .factory__box__point .h4__title01 span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
#factory .factory__box02.factory__box02__type01 .factory__box__point .h4__title01 span::before, #factory .factory__box02.factory__box02__type01 .factory__box__point .h4__title01 span::after {
  content: "";
  display: block;
  background: var(--blue);
  width: 10px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#factory .factory__box02.factory__box02__type01 .factory__box__point .h4__title01 span::before {
  left: 0;
}
#factory .factory__box02.factory__box02__type01 .factory__box__point .h4__title01 span::after {
  right: 0;
}
@media screen and (max-width: 540px) {
  #factory .factory__box02 {
    padding: 15px;
  }
}
#factory .factory__box03 {
  background: #edeff5;
  padding: 20px;
}
#factory .factory__box03 .headStyle01 {
  margin-bottom: 10px;
}
#factory .factory__box03 .factory__box__type03 .factory__box__text {
  width: 100%;
}
#factory .factory__box03 .factory__box__type03 .factory__box__img {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 540px) {
  #factory .factory__box03 .factory__box__type03 .factory__box__img {
    margin-top: 10px;
  }
}
#factory .factory__box__img .img img {
  width: 100%;
}
#factory .factory__arrow__top {
  padding-top: 70px;
  background: url(/jp/group/at-k/assets/img/factory/ico_arrow_flow01.svg) top 24px center;
  background-repeat: no-repeat;
  background-size: 24px 26px;
}
#factory .factory__arrow__bottom {
  padding-bottom: 70px;
  background: url(/jp/group/at-k/assets/img/factory/ico_arrow_flow01.svg) bottom 20px center;
  background-repeat: no-repeat;
  background-size: 24px 26px;
}
#factory .factory__arrow__both {
  padding: 70px 0;
  background: url(/jp/group/at-k/assets/img/factory/ico_arrow_flow01.svg) top 24px center, url(/jp/group/at-k/assets/img/factory/ico_arrow_flow01.svg) bottom 20px center;
  background-repeat: no-repeat;
  background-size: 24px 26px;
}
#factory .columnVox.column__2col_06 {
  justify-content: space-between;
}
#factory .columnVox.column__2col_06 .item {
  margin-bottom: 0;
  width: calc((100% - 20px) / 2);
  max-width: initial;
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  #factory .columnVox.column__2col_06 {
    display: flex;
  }
  #factory .columnVox.column__2col_06 .item {
    width: calc((100% - 10px) / 2);
  }
  #factory .columnVox.column__2col_06 .item + .item {
    margin-left: 10px;
  }
}
@media screen and (max-width: 540px) {
  #factory .columnVox.column__2col_06 .item .headStyle01 {
    line-height: 1.4;
  }
}
#factory .columnVox.column__2col_07 {
  justify-content: space-between;
}
#factory .columnVox.column__2col_07 .item {
  margin-bottom: 0;
  max-width: initial;
  margin-right: 0;
}
#factory .columnVox.column__2col_07 .item:first-of-type {
  width: 87%;
}
#factory .columnVox.column__2col_07 .item:last-of-type {
  width: 13%;
}
#factory .columnVox.column__2col_07 .item:last-of-type .factory__arrow__long {
  position: relative;
  height: 100%;
}
#factory .columnVox.column__2col_07 .item:last-of-type .factory__arrow__long::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 45px);
  background: url(/jp/group/at-k/assets/img/factory/ico_arrow_flow02.svg) bottom 20px center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  position: absolute;
  top: 0;
  transform: translate(0px, -45px);
}
@media screen and (max-width: 960px) {
  #factory .columnVox.column__2col_07 {
    display: flex;
  }
  #factory .columnVox.column__2col_07 .item {
    width: calc((100% - 10px) / 2);
  }
  #factory .columnVox.column__2col_07 .item + .item {
    margin-left: 10px;
  }
}
#factory .columnVox.column__3col_02 {
  display: flex;
}
#factory .columnVox.column__3col_02 .item {
  margin-bottom: 0;
  width: calc((100% - 80px) / 3);
}
#factory .columnVox.column__3col_02 .item:not(:last-of-type) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #d9ddea;
}
@media screen and (max-width: 960px) {
  #factory .columnVox.column__3col_02 .item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 540px) {
  #factory .columnVox.column__3col_02 {
    display: block;
  }
  #factory .columnVox.column__3col_02 .item {
    width: 100%;
  }
  #factory .columnVox.column__3col_02 .item:not(:last-of-type) {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #d9ddea;
  }
}

#doing {
  /****************************************

      くまモンWEB販売

  *****************************************/
}
#doing .doing__img {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */
