@charset "UTF-8";
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Light.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Black.ttf") format("truetype");
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif !important;
  color: #46525f !important;
}

ol {
  margin-bottom: 0px !important;
}

td {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}

.text-italic {
  font-style: italic;
}

@media (min-width: 768px) {
  #pagePath {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background: #dce9f3;
  }
}

@media (min-width: 768px) {
  #pageTopCons {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  #News #sideBar {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  #News #main {
    padding-bottom: 0;
  }
}
#News .page-numbers #pager-top {
  margin-right: 10px;
}
#News .page-numbers #pager-last {
  margin-left: 14px;
}
@media (min-width: 768px) {
  #News .coverbg.tt {
    opacity: 0.5;
    z-index: 90;
    display: block;
  }
}
@media (max-width: 767px) {
  #News #pagePath {
    background: #dce9f3;
    border-top: 1px solid #fff;
    overflow-x: scroll;
    display: block;
    margin: 0 calc(50% - 50vw);
    margin-top: 0;
    white-space: normal;
  }
}
@media (max-width: 576px) {
  #News #pagePath {
    width: 100vw;
    margin-top: 50px;
  }
}
#News #mainConts .table01 {
  border-collapse: collapse;
  width: 100% !important;
  font-size: 1.4rem;
  border: 1px solid #a4abb3;
}
#News #mainConts .table01 tr {
  border-top: 1px solid #a4abb3;
}
#News #mainConts .table01 th {
  background: #eee;
  padding: 8px 5px;
  border-left: 1px solid #a4abb3;
  border-right: 1px solid #a4abb3;
  text-align: center;
  width: 23%;
}
#News #mainConts .table01 th:first-child {
  border-left: none;
}
#News #mainConts .table01 td {
  padding: 10px 0 10px 10px;
  border-left: 1px solid #a4abb3;
  border-right: 1px solid #a4abb3;
  text-align: left;
}
#News #mainConts .table01 td:first-child {
  background: #eeeeee;
  text-align: center;
}
#News a.is-titlelink {
  font-size: 1em !important;
}
@media (min-width: 768px) {
  #News a.is-titlelink {
    font-size: 1.5rem !important;
  }
}
#News a.is-titlelink::after {
  display: none !important;
}

#contact {
  font-size: 62.5%;
}
#contact p {
  margin-bottom: 0;
}
#contact a {
  color: #46525f;
}
#contact .confirmTxt {
  margin-bottom: 40px;
}
#contact .sendBox input {
  border: 1px solid !important;
}
#contact .form-txt-s {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 10px;
}
#contact .form-txt-red {
  color: #c0392b;
}
#contact .mainTtlB {
  margin: 0;
}
@media (max-width: 767px) {
  #contact .borderTxt {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #contact textarea {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #contact #pagePath {
    margin-top: 8px;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none) {
  #contact .sendBox {
    width: 40%;
    margin: 0 auto;
  }
}
#contact .form-any-item {
  display: none;
}

#bix-form {
  font-size: 1.5rem;
}
#bix-form input {
  height: 40px;
}
#bix-form .checkbox input {
  height: auto;
}
#bix-form .checkbox label {
  margin-bottom: 15px;
  margin-left: 15px;
}
#bix-form .checkbox label:last-child {
  margin-bottom: 0;
}
#bix-form .form-item-contents div.form-check {
  padding-left: 0;
}
#bix-form .form-item-contents .input-group {
  padding-left: 1.25rem;
}
#bix-form .badge-danger {
  background: #fca000;
}
#bix-form .text-success {
  color: #7b94a6 !important;
}
#bix-form .badge-info {
  background: #32507a !important;
}
@media (min-width: 768px) {
  #bix-form .form-control {
    font-size: 1.3rem !important;
  }
}
#bix-form .badge {
  padding: 0.3em 0.4em;
  border-radius: 0rem;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  #bix-form .badge {
    font-size: 1.4rem;
  }
}
#bix-form .form-group {
  margin-bottom: 0rem !important;
}
#bix-form .contactForm {
  margin-bottom: 0;
}
#bix-form .form-item-contents {
  padding: 0;
}
#bix-form .img-certification-txt {
  margin-top: 30px;
}
#bix-form .jumbotron {
  background-color: #fff;
}
#bix-form .label-sub {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
#bix-form label {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #bix-form label {
    margin-bottom: 0;
  }
}
#bix-form .alert-danger {
  width: 100% !important;
}
#bix-form th {
  font-weight: normal;
  font-size: 1.4rem;
  display: flex;
  padding: 7px 10px;
  border-top: 1px dotted #a4abb3;
  background: #eee;
  justify-content: space-between;
  align-items: center;
}

.form-arrow {
  background: no-repeat url(/img/common/right_btn01.png);
  background-color: #32507a;
  background-position: 96% 50.5%;
  background-size: 25px;
  padding: 15px 30px;
  width: 230px;
  margin: 0 auto;
  font-size: 1.5rem;
  color: #fff;
}
@media (max-width: 767px) {
  .form-arrow {
    background-position: 97% 48.5%;
    background-size: 15px;
  }
}

.reset {
  background: no-repeat url(/img/common/fs2.png);
  background-color: #7b94a6;
  background-position: 6% 50.5%;
  background-size: 18px;
  padding: 15px 30px;
  width: 230px;
  margin: 0 auto;
  font-size: 1.5rem;
  border: 1px solid;
  color: #fff;
}
@media (max-width: 767px) {
  .reset {
    background-size: 16px;
  }
}

.form-arrow02 {
  background: url(/img/common/left_btn01.png);
  background-color: #32507a;
  background-position: 96% 50.5%;
  background-size: 25px;
  padding: 15px 30px;
  width: 230px;
  margin: 0 auto;
  font-size: 1.5rem;
  color: #fff;
}
@media (max-width: 767px) {
  .form-arrow02 {
    background-position: 97% 48.5%;
  }
}

@media only screen and (min-width: 768px) {
  .sendBox .submitA {
    width: 360px;
  }
}
.reset {
  margin-top: 0px !important;
  margin-right: 0px !important;
}
@media only screen and (min-width: 768px) {
  .reset {
    width: 260px !important;
  }
}

.securimage-i .btn-warning {
  background: #fca000;
}
.securimage-i i {
  color: #fff;
  background: #fca000;
  padding: 5px;
}

.form-todofuken select {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  input {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  #contactLink {
    margin-top: 40px;
  }
}

.siteTopBtn {
  margin-top: 0;
}
@media (max-width: 767px) {
  .siteTopBtn {
    padding: 15px 0;
    color: #fff;
    width: 180px;
    margin: 30px auto 0px auto;
    font-size: 13px;
    color: #fff !important;
  }
}

@media (max-width: 767px) {
  .toi_cntns {
    padding-bottom: 0;
  }
}

.side-lcategpry a:active {
  background: #ffc;
}

#index a.is-titlelink {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#catalog #mainConts a.categorylinks {
  pointer-events: none;
}
#catalog .catalog-contentThumb {
  margin-bottom: 0;
  width: 80px;
  height: 100px;
  border: 1px solid #46525f;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #catalog .catalog-contentThumb {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  #catalog .catalog-contentTxt {
    width: 100%;
    padding-bottom: 0px;
  }
}
#catalog .catalog-contentBtn span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 50px;
  background: #32507a;
  border: 2px solid #5f86bd;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}
#catalog .catalog-contentItem {
  position: relative;
}
#catalog .catalog-contentItem .catalog-btn-pdf {
  position: absolute;
  right: 0;
  bottom: 35%;
  margin: auto;
}
@media (max-width: 767px) {
  #catalog .catalog-contentItem .catalog-btn-pdf {
    position: absolute;
    bottom: 20%;
  }
}
#catalog .catalog-contentItem .catalog-btn-pdf span.key-none::before {
  display: block;
  content: "";
  width: 20px;
  height: 26px;
  margin-right: 10px;
  background: url(/include/catalog/img/catalog_aicon.png) center no-repeat;
  background-size: contain;
}
#catalog .catalog-contentItem .catalog-btn-pdf span.key-yes::before {
  display: block;
  content: "";
  width: 20px;
  height: 26px;
  margin-right: 10px;
  background: url(/include/catalog/img/key_aicon.png) center no-repeat;
  background-size: contain;
}
#catalog .lcategory-none {
  display: none;
}
@media (max-width: 767px) {
  #catalog .catalog-contentBtn {
    max-width: 280px;
  }
}
#catalog .catalog-pw_txt a {
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  padding: 10px;
  background: #efefef;
  display: block;
  text-decoration: underline;
}
#catalog .catalog-pw_txt a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  #catalog #pagePath {
    background: #dce9f3;
    border-top: 1px solid #fff;
    overflow-x: scroll;
    display: block;
    margin: 0 calc(50% - 50vw);
    margin-top: 0;
    white-space: normal;
  }
}
@media (max-width: 576px) {
  #catalog #pagePath {
    width: 100vw;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #catalog .pc-none {
    display: none;
  }
}
#catalog .sp-none {
  display: none;
}
@media (max-width: 767px) {
  #catalog .sp-none {
    display: block;
  }
}
#catalog .catalog-pw_head {
  margin-top: 20px;
}
#catalog .catalog-pw_head p {
  text-align: center;
}
#catalog .catalog-pw_head .catalog-pw_txt {
  margin-bottom: 40px;
}
#catalog .catalog-pw_head .catalog-pw_txt a {
  padding: 20px 15px;
}
#catalog .catalog-pw_head .catalog-pw_txt-top {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
#catalog .catalog-contentTxt__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #catalog .catalog-contentTxt__inner {
    display: block;
  }
}
#catalog .catalog-contentItem {
  display: block;
}
@media (max-width: 767px) {
  #catalog .catalog-contentBtn,
  #catalog .catalog-contentBtn_pw {
    margin-top: 10px;
    position: static;
  }
}

#catalog-download .download__content {
  text-align: center;
}
#catalog-download .download__content .password {
  font-size: 20px;
  background-color: #345179;
  color: #fff;
  padding: 10px 20px;
}
#catalog-download .download__content .mdl_top {
  padding: 30px 30px 45px;
  background-image: url(/include/catalog/img/modal_img_01.jpg);
  background-size: cover;
}
#catalog-download .download__content .mdl_sbmt {
  display: inline-block;
  width: 20em;
  background-color: #32507a;
  color: #fff;
  border: solid 1px #32507a;
  border-radius: 3px;
  font-size: 15px;
  text-align: center;
  padding: 15px 10px;
}
#catalog-download h1 {
  margin-bottom: 50px;
}

#blog-article-wrap img.type-image {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .catalog-contentBtn_pw {
    bottom: 8vw !important;
  }
}
@media (max-width: 767px) {
  .catalog-contentBtn {
    bottom: 8vw !important;
  }
}
@media (max-width: 767px) {
  .gsc-input-box {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#index .indexNews li a {
  padding: 0 !important;
}

#index .indexNews li dt a {
  display: block;
  pointer-events: none;
  padding: 12px 0;
}

#index .indexNews li dd a {
  cursor: pointer !important;
}

#index .indexNews li dl {
  padding: 12px 0;
}

#News .newsTopList li a {
  padding: 12px 0;
}
#News .newsTopList li dt a {
  display: block;
  pointer-events: none;
  padding: 12px 0;
}
#News .newsTopList li dd a {
  cursor: pointer !important;
}
#News .newsTopList li dl {
  padding: 0;
}

#News .newsTopList li a:after {
  display: none;
}

#News .newsTopList li dl dd {
  width: 84%;
  margin-right: 0;
}
@media (max-width: 767px) {
  #News .newsTopList li dl dd {
    width: 73%;
  }
}

#News .newsTopList li dt a {
  font-size: 1.4rem !important;
  padding-right: 10px;
}
@media (max-width: 767px) {
  #News .newsTopList li dt a {
    font-size: 1.2rem !important;
  }
}

#News .newsTopList li dl dd a {
  padding: 0px;
  font-size: 1.4rem !important;
}
@media (max-width: 767px) {
  #News .newsTopList li dl dd a {
    font-size: 1.2rem !important;
    padding: 7px 0;
  }
}

#News .newsTopList li dl {
  position: relative;
}
#News .newsTopList li dl::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #64717f;
  border-right: 2px solid #64717f;
  transform: rotate(45deg);
  display: block;
  content: "";
  position: absolute;
  right: 15px;
  bottom: 38%;
}

#News .newsTopList li dl dd a .news-list--ttl a {
  padding-right: 60px;
}
@media (max-width: 767px) {
  #News .newsTopList li dl dd a .news-list--ttl a {
    padding-right: 0px;
  }
}

#News dd a:hover {
  cursor: pointer;
  text-decoration: underline;
}
#News dd .news-list--ttl a {
  padding-right: 60px;
}
@media (max-width: 767px) {
  #News dd .news-list--ttl a {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  #News #bix-articlelist1 dl {
    display: flex;
    align-items: center;
  }
  #News #bix-articlelist1 dt {
    width: 78px;
    text-align: center;
  }
  #News #bix-articlelist1 dd {
    margin-top: 0;
    width: 70%;
    padding-right: 25px;
    position: relative;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #News .news-pickup dl {
    display: flex;
    align-items: center;
  }
  #News .news-pickup dt {
    width: 78px;
    text-align: center;
  }
  #News .news-pickup dd {
    margin-top: 0;
    width: 74%;
    padding-right: 25px;
    position: relative;
    margin-right: 10px;
  }
  #News .news-pickup dd a.set-data {
    padding: 0;
  }
  #News .news-pickup dd a.is-titlelink {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* 旧parts 追加
=================================================== */
.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 543px) {
  .visible-xxs {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
.hidden-xs {
  display: block !important;
}
@media (max-width: 991px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #awards .container {
    margin: 0 15px;
  }
}
#awards .awards {
  line-height: 1.65;
}
#awards .awards h1 {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  #awards .awards h1 {
    margin: 0 20px;
  }
}
#awards .awards h1 img {
  max-width: 270px;
}
@media (max-width: 767px) {
  #awards .awards h1 img {
    width: 200px;
  }
}
#awards .awards .awards__sentence {
  width: 100%;
  max-width: 848px;
  margin: 40px auto 50px;
  font-size: 16px;
}
@media (max-width: 767px) {
  #awards .awards .awards__sentence {
    padding: 0 20px;
    font-size: 16px;
  }
}
#awards .awards .awards-list-container__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  gap: 44px 55px;
}
@media (max-width: 767px) {
  #awards .awards .awards-list-container__list {
    gap: 29px 33px;
  }
}
@media (max-width: 425px) {
  #awards .awards .awards-list-container__list {
    gap: 29px 17px;
  }
}
#awards .awards .awards-list-container__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: calc((100% - 165px) / 4);
}
@media (max-width: 767px) {
  #awards .awards .awards-list-container__list-item {
    width: calc((100% - 66px) / 3);
  }
}
@media (max-width: 425px) {
  #awards .awards .awards-list-container__list-item {
    width: calc((100% - 17px) / 2);
  }
}
#awards .awards .awards-list-container__list-item img {
  display: block;
  width: 100%;
  max-width: 198px;
  height: auto;
}
#awards .awards .awards-list-container__list-item span {
  position: relative;
  color: #869eae;
  font-size: 12px;
  margin-top: 9px;
}
@media (max-width: 767px) {
  #awards .awards .awards-list-container__list-item span {
    margin-top: 7px;
    font-size: 11px;
  }
}
#awards .awards .awards-list-container__list-item span::after {
  position: absolute;
  top: 4px;
  /* bottom: 0; */
  /* right: 0; */
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 1.5px solid #869eae;
  border-right: 1.5px solid #869eae;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #awards .awards .awards-list-container__list-item span::after {
    top: 5px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #869eae;
    border-right: 1px solid #869eae;
  }
}
#awards .awards .disc-list {
  margin: 0 36px;
}
@media (max-width: 767px) {
  #awards .awards .disc-list {
    margin: 0 18px;
    font-size: 15px;
  }
}
#awards .awards .disc-list li {
  list-style: disc;
  margin-left: 1em;
}
#awards .modal {
  display: none;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  padding: 20px 20px 100px;
  overflow-y: scroll;
}
#awards .js-modal-colse {
  cursor: pointer;
}
#awards .modal-bg {
  display: block;
  width: 100%;
  height: 160%;
  background-color: rgba(240, 247, 252, 0.9);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#awards .modal-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 200px;
}
#awards .modal-box {
  display: flex;
  width: 100%;
  max-width: 960px;
  background-color: #ffffff;
  border: 1px solid #baa14b;
  position: relative;
  z-index: 10;
  flex-direction: column;
  align-items: center;
}
#awards .modal-box .awards-heading-image-box {
  display: block;
  width: 50%;
  max-width: 180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #awards .modal-box .awards-heading-image-box {
    max-width: 135px;
  }
}
#awards .modal-box .awards-heading-image-box::before {
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: -1px;
  left: -10px;
  z-index: 1;
}
#awards .modal-box .awards-heading-image-box > img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  z-index: 2;
  transform: translateY(-50%);
}
#awards .modal-box .awards-content__wrap {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
}
@media (max-width: 767px) {
  #awards .modal-box .awards-content__wrap {
    margin-top: 0px;
  }
}
#awards .modal-box .awards_mv {
  width: 100%;
  max-width: 640px;
}
#awards .modal-box .awards_mv--s {
  width: 100%;
  max-width: 320px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #awards .modal-box .awards_mv--s {
    max-width: 220px;
  }
}
#awards .modal-box .awards-title {
  color: #003e8d;
  font-size: 28px;
  line-height: 1.65;
  font-weight: bold;
  text-align: center;
  margin-top: 29px;
}
@media (max-width: 767px) {
  #awards .modal-box .awards-title {
    font-size: 19px;
  }
}
#awards .modal-box .awards-title .organizer {
  font-size: 20px;
}
@media (max-width: 767px) {
  #awards .modal-box .awards-title .organizer {
    font-size: 15px;
  }
}
#awards .modal-box .awards-title .year {
  color: #baa14b;
  font-size: 20px;
}
@media (max-width: 767px) {
  #awards .modal-box .awards-title .year {
    font-size: 12px;
  }
}
#awards .modal-box .awards_logo {
  width: 100%;
  max-width: 160px;
  margin-top: 38px;
}
@media (max-width: 767px) {
  #awards .modal-box .awards_logo {
    max-width: 120px;
    margin-top: 22px;
  }
}
#awards .modal-box .awards-content {
  width: 100%;
  max-width: 750px;
  border-top: 1px solid #baa14b;
  margin-top: 63px;
  position: relative;
}
@media (max-width: 767px) {
  #awards .modal-box .awards-content {
    margin-top: 58px;
  }
}
#awards .modal-box .awards-content::before {
  content: "";
  height: 5px;
  width: 230px;
  background: #baa14b;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
}
@media (max-width: 767px) {
  #awards .modal-box .awards-content::before {
    width: 180px;
  }
}
#awards .modal-box .awards-content__heading {
  color: #003e8d;
  font-weight: bold;
  font-size: 20px;
  margin: 30px 0 25px;
}
@media (max-width: 767px) {
  #awards .modal-box .awards-content__heading {
    font-size: 17px;
    margin: 26px 0 17px;
  }
}
#awards .modal-box .awards-content__text {
  font-size: 16px;
  margin: 0 36px;
}
@media (max-width: 767px) {
  #awards .modal-box .awards-content__text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #awards .modal-box .awards-content__text {
    margin: 0 18px;
  }
}
#awards .modal-box .awards-content__text .comment_font-oblique {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-style: italic;
}
#awards .modal-box .awards-content__text span:nth-child(2) {
  display: block;
  text-align: right;
}
#awards .modal-box .awards-content__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#awards .modal-box .awards-content__inner .awards-content__text:nth-of-type(2) {
  margin-top: 38px;
}
#awards .modal-box .double_line {
  border-top: 1px solid #baa14b;
}
#awards .modal-box .double_line .related-links__inner {
  border-top: 1px solid #baa14b;
  margin-top: 6px;
}
#awards .modal-box .related-links {
  width: 100%;
  max-width: 750px;
  margin-top: 63px;
  margin-bottom: 118px;
}
@media (max-width: 767px) {
  #awards .modal-box .related-links {
    margin-top: 58px;
    margin-bottom: 90px;
  }
}
#awards .modal-box .related-links .related-links__inner {
  display: flex;
  padding-top: 35px;
}
#awards .modal-box .related-links .related-links__inner div {
  color: #003e8d;
  font-weight: bold;
  font-size: 16px;
  flex-shrink: 0;
}
#awards .modal-box .related-links .related-links__inner ul {
  margin-left: 19px;
}
#awards .modal-box .related-links .related-links__inner li {
  list-style-type: disc;
  color: #003e8d;
  margin-left: 13px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #awards .modal-box .related-links .related-links__inner li {
    margin-left: 11px;
  }
}
#awards .modal-box .related-links .related-links__inner a {
  color: #003e8d;
  font-size: 16px;
  text-decoration: underline;
  vertical-align: middle;
}
#awards .modal-box .related-links .related-links__inner li.icon-newtab a::after {
  content: "";
  width: 10px;
  height: 16px;
  background: no-repeat center/contain url(/img/corporates/awards/icon-newtab.png);
  display: inline-block;
  margin-left: 2px;
}
#awards .modal-box .related-links .related-links__inner li.icon-pdf a::after {
  content: "";
  width: 10px;
  height: 16px;
  background: no-repeat center/contain url(/img/corporates/awards/icon-pdf.png);
  display: inline-block;
  margin-left: 2px;
}
#awards .container_modal-close {
  background-color: #003e8d;
  width: 128px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  #awards .container_modal-close {
    width: 130px;
    height: 41px;
  }
}
#awards .container_modal-close div {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  margin-right: 41px;
}
#awards .container_modal-close div::before, #awards .container_modal-close div::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 158%;
  width: 1px;
  height: 46px;
  background: #ffffff;
}
@media (max-width: 767px) {
  #awards .container_modal-close div::before, #awards .container_modal-close div::after {
    height: 40px;
  }
}
#awards .container_modal-close div::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#awards .container_modal-close div::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/***********************************
*	アプリケーションここから	*
***********************************/
#app {
  /***********************************
  *	アプリケーション下層（共通）ここまで	*
  ***********************************/
  /***********************************
  *	下層個別の記述ここから	*
  ***********************************/
  /***********************************
  *	下層個別の記述ここまで	*
  ***********************************/
  /***********************************
  *	ここまでアプリケーション	*
  ***********************************/
}
#app .layer {
  /***********************************
  *	アプリケーション下層（共通）ここから	*
  ***********************************/
  font-size: 62.5%;
}
#app .layer p {
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  #app .layer .container {
    width: 100%;
  }
}
#app .layer a:hover {
  text-decoration: none;
}
#app .layer h1 {
  font-size: 4.4rem;
  font-weight: bold;
  color: #003e8d;
}
@media (max-width: 991px) {
  #app .layer h1 {
    font-size: 2.2rem;
  }
}
#app .layer h2 {
  font-size: 4.4rem;
  font-weight: bold;
  color: #003e8d;
}
@media (max-width: 991px) {
  #app .layer h2 {
    font-size: 2.2rem;
  }
}
#app .layer h3 {
  font-size: 3.8rem;
}
@media (max-width: 991px) {
  #app .layer h3 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  #app .layer aside h3 {
    font-size: 2rem;
  }
}
#app .layer p,
#app .layer a,
#app .layer dl,
#app .layer dd,
#app .layer dt {
  font-size: 1.6rem;
  color: #44505d;
}
@media (max-width: 991px) {
  #app .layer p,
  #app .layer a,
  #app .layer dl,
  #app .layer dd,
  #app .layer dt {
    font-size: 1.4rem;
  }
}
#app .layer nav {
  font-size: 2rem;
}
@media (max-width: 991px) {
  #app .layer nav {
    font-size: 1.8rem;
  }
}
#app .layer .c-overwhite {
  transition: 0.6s;
}
#app .layer .c-overwhite:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  #app .layer {
    margin-bottom: 50px;
  }
}
#app .layer p,
#app .layer a,
#app .layer dl,
#app .layer dd,
#app .layer dt {
  line-height: 1.8;
}
#app .layer .layer-mv {
  margin-top: 0;
  height: 0;
  /*calc(画像の高さ / 画像の幅 * widthの値)*/
  width: 960px;
  height: 457px;
  margin: 80px auto 0px;
}
@media (max-width: 991px) {
  #app .layer .layer-mv {
    padding-top: 47.9166666667%;
    margin-top: 28px;
    height: 0;
    width: 100vw;
  }
}
@media (max-width: 325px) {
  #app .layer .layer-mv {
    width: 100%;
  }
}
#app .layer .layer-mv__inner {
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: -80px;
  background: #fff;
  border: 1px solid #9cb5d4;
  padding: 40px 40px 60px 40px;
  color: #003e8d;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 991px) {
  #app .layer .layer-mv__inner {
    width: 90%;
    padding: 25px 20px 35px 20px;
    margin-top: -15px;
  }
}
@media (max-width: 543px) {
  #app .layer .layer-mv__inner {
    top: 140%;
    padding: 25px 20px 25px 20px;
    min-height: 200px;
  }
}
#app .layer .layer-mv__inner h1 {
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  #app .layer .layer-mv__inner h1 {
    margin-bottom: 5px;
  }
}
#app .layer .layer-bg {
  border-top: 1px solid #9cb5d4;
  background: #f0f7fc;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#app .layer .layer-bg--line-none {
  border: none;
}
@media (max-width: 991px) {
  #app .layer .layer-bg {
    margin-top: 55px;
  }
}
@media (max-width: 991px) {
  #app .layer .layer-bg-sp {
    padding-bottom: 50px;
    background: #f0f7fc;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
#app .layer .layer-contents::before {
  content: "";
  height: 5px;
  width: 930px;
  background: #003e8d;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #app .layer .layer-contents::before {
    width: 92%;
  }
}
#app .layer .layer-contents h2 {
  text-align: center;
  padding: 40px 0;
}
@media (max-width: 991px) {
  #app .layer .layer-contents h2 {
    padding: 30px 0 20px 0;
  }
}
#app .layer .layer-contents__nav {
  padding-bottom: 70px;
}
#app .layer .layer-contents__nav__item {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#app .layer .layer-contents__nav__item a {
  display: block;
  text-align: center;
  border: 1px solid #9cb5d4;
  border-radius: 6px;
  padding: 20px;
  display: flex;
  height: 88px;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-weight: bold;
  font-size: 2rem;
  color: #003e8d;
  width: calc((100% - 40px) / 3);
  margin-left: 20px;
  margin-top: 20px;
  position: relative;
}
#app .layer .layer-contents__nav__item a:nth-child(3n+1) {
  margin-left: 0;
}
#app .layer .layer-contents__nav__item a:nth-child(-n+3) {
  margin-top: 0;
}
@media all and (-ms-high-contrast: none) {
  #app .layer .layer-contents__nav__item a {
    width: calc((100% - 40px) / 3 - 1px);
  }
}
@supports (-ms-ime-align: auto) {
  #app .layer .layer-contents__nav__item a {
    width: calc((100% - 40px) / 3 - 1px);
  }
}
#app .layer .layer-contents__nav__item a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2%;
  width: 30px;
  height: 30px;
  margin-top: -5px;
  background: url(../img/icon-arrow01.png) top left no-repeat;
  transition: transform 0.8s cubic-bezier(0, 0, 1, 1);
}
#app .layer .layer-contents__nav__item a:hover:after {
  transform: translateY(10px);
  transition: transform 0.8s cubic-bezier(0, 0, 1, 1);
}
#app .layer .layer-contents__nav__item a li {
  line-height: 1.3;
}
#app .layer .layer-contents__nav__item a span {
  font-size: 1.4rem;
}
#app .layer .layer-contents__nav__item .list-2column {
  width: calc((100% - 40px) / 2);
}
@media all and (-ms-high-contrast: none) {
  #app .layer .layer-contents__nav__item .list-2column {
    width: calc((100% - 20px) / 2 - 1px);
  }
}
@supports (-ms-ime-align: auto) {
  #app .layer .layer-contents__nav__item .list-2column {
    width: calc((100% - 20px) / 2 - 1px);
  }
}
#app .layer .layer-contents__nav__item .list-2column:nth-child(3n+1) {
  margin-left: 20px;
}
#app .layer .layer-contents__nav__item .list-2column:nth-child(-n+3) {
  margin-top: 20px;
}
#app .layer .layer-contents__nav__item .list-2column:nth-child(odd) {
  margin-left: 0;
}
#app .layer .layer-contents__head-txt {
  margin-bottom: 20px;
  letter-spacing: -0.2px;
}
@media (max-width: 991px) {
  #app .layer .layer-contents__head-txt {
    margin-bottom: 0;
    color: #003e8d;
    padding-bottom: 20px;
  }
}
#app .layer .layer-contents__section {
  background: #fff;
  border-top: 1px solid #9cb5d4;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  #app .layer .layer-contents__section {
    width: 100%;
    padding: 18px 0 18px 0;
    border-radius: 6px;
    border: 2px solid #9cb5d4;
    margin-bottom: 20px;
  }
}
#app .layer .layer-contents__section__flex {
  display: flex;
}
@media (max-width: 991px) {
  #app .layer .layer-contents__section__flex {
    display: block;
    border-top: 1px dotted #9aadbb;
    padding-top: 20px;
    margin-top: 20px;
  }
  #app .layer .layer-contents__section__flex.border-t-none {
    border-top: none;
  }
}
#app .layer .layer-contents__section__head {
  padding-top: 50px;
  margin-bottom: 20px;
}
#app .layer .layer-contents__section__head h3 {
  font-weight: bold;
  color: #003e8d;
  margin-bottom: 10px;
}
#app .layer .layer-contents__section__head p {
  font-weight: bold;
  color: #003e8d;
}
@media (max-width: 991px) {
  #app .layer .layer-contents__section__head {
    display: flex;
    justify-content: center;
    padding-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  #app .layer .layer-contents__section__head__img {
    width: 150px;
  }
}
#app .layer .layer-contents__section__head__btn {
  position: relative;
}
@media (max-width: 991px) {
  #app .layer .layer-contents__section__head__btn {
    margin-left: 20px;
  }
  #app .layer .layer-contents__section__head__btn p {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-70%, -50%);
    width: 35px;
  }
}
#app .layer .layer-contents__section__head__btn span.toggle_line {
  background: #003e8d;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
#app .layer .layer-contents__section__head__btn span.toggle_line::after {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#app .layer .layer-contents__section__head__btn span.toggle_line::before {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 10px;
}
@media (max-width: 991px) {
  #app .layer .layer-contents__section__head__inner {
    width: 206px;
    margin-left: 10px;
    margin-right: 10px;
  }
  #app .layer .layer-contents__section__head__inner p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  #app .layer .layer-contents__section__head__inner h3 {
    margin-bottom: 5px;
    font-size: 1.9rem;
  }
}
#app .layer .layer-contents__section__sentence {
  width: calc((152% - 0px) / 2);
}
@media (max-width: 991px) {
  #app .layer .layer-contents__section__sentence {
    width: 100%;
  }
}
#app .layer .layer-contents__section__sentence a {
  color: #003e8d;
  transition: all 0.5s;
  border-bottom: 1px solid #003e8d;
}
#app .layer .layer-contents__section__sentence a:hover {
  border-bottom: none;
}
#app .layer .layer-contents__section__sentence__head-txt {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  #app .layer .layer-contents__section__sentence--multi {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #app .layer .layer-contents__section__sentence--multi .layer-contents__section__ttl {
    text-align: center;
  }
}
#app .layer .layer-contents__section__sentence__list-item li {
  list-style-type: none;
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
  color: #44505d;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  #app .layer .layer-contents__section__sentence__list-item li {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
#app .layer .layer-contents__section__sentence__list-item li:before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #003e8d;
}
#app .layer .layer-contents__section__img {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
}
@media (max-width: 991px) {
  #app .layer .layer-contents__section__img {
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
#app .layer .layer-contents__section__line {
  position: relative;
}
#app .layer .layer-contents__section__line::before {
  content: "";
  height: 5px;
  width: 230px;
  background: #003e8d;
  position: absolute;
  left: 15px;
}
@media (max-width: 991px) {
  #app .layer .layer-contents__section__line::before {
    display: none;
  }
}
#app .layer .layer-contents__section__line--aside::before {
  content: "Column";
  font-size: 2.6rem;
  font-weight: bold;
  height: auto;
  text-align: center;
  color: #fff;
  background: #003e8d;
  padding: 5px 60px;
  width: auto;
  position: relative;
  top: 4px;
  left: 0px;
}
@media (max-width: 991px) {
  #app .layer .layer-contents__section__line--aside h3 {
    font-size: 1.6rem;
  }
}
#app .layer .layer-contents__section--aside {
  background: #f0f7fc;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 991px) {
  #app .layer .layer-contents__section--aside {
    width: 100%;
    padding-top: 40px;
    margin-top: 40px;
  }
}
#app .layer .layer-contents__section--aside .layer-contents__section__img--anime {
  width: 90%;
}
#app .layer .layer-contents__section--aside .layer-contents__section__flex {
  margin-top: 0;
}
#app .layer .layer-contents__section--aside .column-txt {
  text-align: center;
  background: #003e8d;
  font-size: 2rem;
  color: #fff;
  width: 200px;
  padding: 5px 15px 5px 15px;
  margin: 0 auto 20px;
}
#app .layer .layer-contents__section__border {
  padding-bottom: 20px;
  border-bottom: 1px dotted #9aadbb;
}
@media (max-width: 991px) {
  #app .layer .layer-contents__section__border {
    padding-bottom: 20px;
  }
}
#app .layer .layer-contents__section__border--top {
  padding-top: 10px;
  border-top: 1px dotted #9aadbb;
  margin-bottom: 60px;
  margin-top: 20px;
}
#app .layer .layer-contents__section__product {
  color: #003e8d;
  margin-top: 10px;
}
#app .layer .layer-contents__section__product dt {
  font-weight: bold;
  margin-bottom: 0;
}
#app .layer .layer-contents__section__product dd {
  margin-top: 0;
  margin-bottom: 10px;
}
#app .layer .layer-contents__section__product--multi {
  border-top: 1px dotted #9aadbb;
  padding-top: 20px;
  width: 58.5%;
  margin-top: 0;
  margin-left: auto;
}
#app .layer .layer-contents__section__product--multi:last-child {
  border-top: none;
}
@media (max-width: 991px) {
  #app .layer .layer-contents__section__product--multi {
    width: 100%;
    padding-top: 10px;
    margin: 0;
  }
}
#app .layer .layer-contents__section__arrow {
  font-weight: bold;
  position: relative;
  padding-left: 28px;
}
#app .layer .layer-contents__section__arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0%;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  background: url(../img/icon-arrow02.png) top left no-repeat;
}
#app .layer .layer-contents__section__arrow a {
  color: #003e8d;
  border-bottom: 1px solid #003e8d;
  transition: all 2s;
}
#app .layer .layer-contents__section__arrow a:hover {
  border: none;
}
@media (min-width: 992px) {
  #app .layer .layer-contents__section__arrow {
    display: inline-block;
    margin-right: 15px;
  }
  #app .layer .layer-contents__section__arrow--only {
    display: block;
  }
}
#app .layer .layer-contents__section__pdf {
  font-weight: bold;
  position: relative;
  padding-left: 28px;
}
#app .layer .layer-contents__section__pdf::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0.3vw;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  background: url(../img/icon-pdf01.png) top left no-repeat;
}
@media (max-width: 991px) {
  #app .layer .layer-contents__section__pdf::before {
    left: 0.2vw;
  }
}
#app .layer .layer-contents__section__pdf a {
  color: #003e8d;
  border-bottom: 1px solid #003e8d;
  transition: all 2s;
}
#app .layer .layer-contents__section__pdf a:hover {
  border: none;
}
@media (min-width: 992px) {
  #app .layer .layer-contents__section__pdf {
    display: inline-block;
    margin-right: 15px;
  }
}
#app .layer .layer-contents__section__movie {
  font-weight: bold;
  position: relative;
  padding-left: 28px;
}
#app .layer .layer-contents__section__movie::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 1%;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  background: url(../img/icon-movie01.png) center left no-repeat;
  background-size: 100%;
}
@media (max-width: 991px) {
  #app .layer .layer-contents__section__movie::before {
    left: 0.5%;
  }
}
#app .layer .layer-contents__section__movie a {
  color: #003e8d;
  border-bottom: 1px solid #003e8d;
  transition: all 2s;
}
#app .layer .layer-contents__section__movie a:hover {
  border: none;
}
@media (min-width: 992px) {
  #app .layer .layer-contents__section__movie {
    display: inline-block;
    margin-right: 15px;
  }
}
#app .layer .layer-contents__section__item li:not(:last-child) {
  margin-bottom: 20px;
}
#app .layer .layer-contents__section__komeko {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #app .layer .layer-contents__section__komeko .layer-contents__section__ttl {
    text-align: center;
  }
}
#app .layer .layer-contents__section__mb {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #app .layer .layer-contents__section__mb .layer-contents__section__ttl {
    text-align: center;
  }
}
#app .layer .layer-contents__section__link {
  text-align: right;
  padding-top: 10px;
  margin-bottom: 20px;
}
#app .layer .layer-contents__section__link a {
  color: #003e8d;
  transition: all 0.5s;
  border-bottom: 1px solid #003e8d;
}
#app .layer .layer-contents__section__link a:hover {
  border-bottom: none;
}
#app .layer .layer-contents__section__ttl {
  font-weight: bold;
  color: #003e8d;
  font-size: 2rem;
  margin-bottom: 5px;
  line-height: normal;
}
@media (max-width: 991px) {
  #app .layer .layer-contents__section__ttl {
    font-size: 1.8rem;
  }
}
#app .layer .layer-contents__section:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #app .layer .layer-contents__section--overview {
    padding-bottom: 50px !important;
  }
}
#app .layer .layer-contents__section__bold {
  font-weight: bold;
  color: #003e8d;
}
#app .layer .layer-contents__section__midashi-area {
  width: 100%;
  margin: 20px 0 30px 0;
}
#app .layer .layer-contents__section__midashi-area p {
  font-weight: 300;
  color: #44505d;
}
#app .layer .layer-contents__section__point-txt {
  margin-top: 10px;
  color: #003e8d;
  font-weight: bold;
  font-size: 1.2rem;
  width: 100%;
  margin-left: auto;
  line-height: 1.6;
}
@media (max-width: 991px) {
  #app .layer .layer-contents__section__point-txt {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
@media (min-width: 992px) {
  #app .layer .layer-contents__section--overview {
    padding-bottom: 30px !important;
  }
}
#app .layer .layer-contents__section--overview span.toggle_line:before {
  content: normal;
}
@media (min-width: 992px) {
  #app .layer .overview__inner .overviewOpen {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #app .layer .overview__ctt {
    display: none;
  }
}
#app .layer .layer--btn-plus,
#app .layer .layer--btn-minus {
  transition: all 0.8s;
}
#app .layer .layer--btn-minus {
  display: none;
}
#app .layer .layer-contents__section--overview .layer--btn-plus {
  display: none;
}
#app .layer .layer-contents__section--overview .layer--btn-minus {
  display: block;
}
#app .layer .layer-contents__section--overview .layer-contents__section__head__img img {
  display: none;
}
#app .layer .layer-contents__section--overview .layer-contents__section__head__img {
  width: 100%;
}
#app .layer .layer-contents__section--overview .layer-contents__section__head {
  display: block;
}
#app .layer .layer-contents__section--overview .layer-contents__section__head__inner {
  width: 90%;
}
#app .layer .layer-contents__section--overview .layer-contents__section__head__btn {
  margin-left: 0;
}
#app .layer .layer-contents__section--overview .layer-contents__section__head__btn p {
  position: absolute;
  right: 0%;
  bottom: 100%;
  width: 35px;
  top: -26px;
  left: 100%;
}
@media (min-width: 992px) {
  #app .layer .column-area .overviewOpen {
    background: #f0f7fc;
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  #app .layer .column-area .overviewOpen {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  #app .layer .column-area .column-area--mb-none {
    margin-bottom: 0 !important;
    padding-bottom: 80px !important;
  }
}
#app .layer .column-area .layer-contents__section__line:before {
  content: "Column";
  font-size: 2.6rem;
  font-weight: bold;
  height: auto;
  text-align: center;
  color: #fff;
  background: #003e8d;
  padding: 5px 60px;
  width: auto;
  position: relative;
  left: 0px;
  top: 3px;
}
@media (max-width: 991px) {
  #app .layer .column-area .layer-contents__section__line:before {
    top: 4px;
  }
}
@media (min-width: 992px) {
  #app .layer .column-area .columu-line--none:before {
    content: "";
    display: none;
  }
}
@media (max-width: 991px) {
  #app .layer .column-area .column-txt {
    text-align: center;
    background: #003e8d;
    font-size: 1.4rem;
    color: #fff;
    padding: 5px 10px 5px 10px;
    position: relative;
    top: -18px;
    width: 100px;
  }
}
@media (max-width: 991px) {
  #app .layer .column-area h3 {
    margin-top: -10px;
  }
}
@media (max-width: 991px) {
  #app .layer .column-area .overview__ctt {
    display: block;
  }
}
@media (min-width: 992px) {
  #app .layer .column-label::before {
    content: "Column";
    font-size: 11px;
    font-weight: bold;
    height: auto;
    text-align: center;
    color: #fff;
    background: #003e8d;
    padding: 5px 10px;
    width: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 4px 0px 0px 0px;
  }
}
#app .layer .column-lead {
  margin-top: 40px;
  margin-bottom: 20px;
  background: #f0f7fc;
  font-weight: bold;
  padding: 50px;
  color: #003e8d;
  position: relative;
  margin-bottom: 60px;
  font-size: 18px;
  text-align: center;
}
#app .layer .column-lead::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 40px solid #f0f7fc;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}
@media (max-width: 991px) {
  #app .layer .column-lead {
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 14px;
    text-align: left;
    padding: 25px;
    background: #fff;
  }
  #app .layer .column-lead::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 30px solid #fff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
}
#app #bakery .layer-mv {
  background: url(/img/app_bakery-mv.jpg) center center/cover no-repeat;
}
#app #bakery .column-anime--txt {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 10px;
  color: #003e8d;
}
@media (min-width: 992px) {
  #app #bakery .app-mov--line {
    margin-top: -70px;
  }
}
#app #filling .layer-mv {
  background: url(/img/app_filling-mv.jpg) center center/cover no-repeat;
}
#app #filling .layer-mv__inner .layer-contents__section__link {
  margin-bottom: 0;
}
#app #filling .arinashi-txt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #003e8d;
  margin-top: 8px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  #app #filling .arinashi-txt {
    font-size: 1.6rem;
  }
}
#app #soymeat .layer-mv {
  background: url(/img/app_soymeat-mv.jpg) center center/cover no-repeat;
}
#app #soymeat .layer-contents__nav__item a li {
  line-height: 1;
}
#app #noodle .layer-mv {
  background: url(/img/app_noodle-mv.jpg) center center/cover no-repeat;
}
#app #noodle .layer-contents__nav__item a li {
  line-height: 1;
}
#app #sweetsdrink .layer-mv {
  background: url(/img/app_sweetsdrink-mv.jpg) center center/cover no-repeat;
}
#app #jelly .layer-mv {
  background: url(/img/app_jelly-mv.jpg) center center/cover no-repeat;
}
#app #saucedressing .layer-mv {
  background: url(/img/app_saucedressing-mv.jpg) center center/cover no-repeat;
}
#app #glutenfree .layer-mv {
  background: url(/img/app_glutenfree-mv.jpg) center center/cover no-repeat;
}
#app #medical .layer-mv {
  background: url(/img/app_medical-mv.jpg) center center/cover no-repeat;
}
#app #medical .layer-contents__nav__item a li {
  line-height: 1;
}
#app #cosmetics .layer-mv {
  background: url(/img/app_cosmetics-mv.jpg) center center/cover no-repeat;
}
#app #cosmetics .layer-contents__nav__item a li {
  line-height: 1;
}
#app #carefood .layer-mv {
  background: url(/img/app_carefood-mv.jpg) center center/cover no-repeat;
}
#app #printing .layer-mv {
  background: url(/img/app_printing-mv.jpg) center center/cover no-repeat;
}
#app #feedindustry .layer-mv {
  background: url(/img/app_feedindustry-mv.jpg) center center/cover no-repeat;
}
#app #feedindustry .layer-contents__nav__item a li {
  line-height: 1;
}
#app #feedindustry .column-head-txt {
  margin-top: 50px;
  font-weight: bold;
}
@media (max-width: 991px) {
  #app #feedindustry .aside-column {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #app #feedindustry .column-area .column-area--first {
    margin-bottom: 0;
  }
}
#app p.app-mov-frame {
  position: relative;
  width: 700px;
  padding-bottom: 40%;
  margin: 20px auto 40px;
  height: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  #app p.app-mov-frame {
    width: auto;
    padding-bottom: 56.25%;
    margin: 0 0 25px;
  }
}
#app iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#app .app-mov-ttl {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #app .app-mov-ttl {
    width: 100%;
  }
}
#app .app-mov-ttl p {
  margin-bottom: 10px;
  text-align: center;
  background-color: #ffffff;
  font-weight: bold;
  color: #003e8d;
  font-size: 2.2rem;
  border: 2px solid #6e7b89;
  padding: 10px 28px;
}
@media (max-width: 991px) {
  #app .app-mov-ttl p {
    font-size: 1.6rem;
    padding: 17px 28px 17px 28px;
    border: 2px solid #9cb5d4;
  }
}
#app .app-mov {
  width: 960px;
  margin: 0 auto;
}
#app .app-mov__left {
  margin-right: 30px;
}
@media (max-width: 991px) {
  #app .app-mov__left {
    margin-right: 0;
  }
}
#app .app-mov__right {
  margin-top: 42px;
}
@media (max-width: 991px) {
  #app .app-mov__right {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  #app .app-mov {
    max-width: 1200px;
  }
}
@media (min-width: 992px) {
  #app .app-mov {
    margin: 0 auto;
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  #app .app-mov {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
#app .app-mov h3 {
  margin-bottom: 10px;
  font-weight: bold;
  color: #02a9cb;
}
@media (min-width: 992px) {
  #app .app-mov h3 {
    text-align: left;
    font-size: 2.8rem;
  }
}
@media (max-width: 991px) {
  #app .app-mov h3 {
    text-align: center !important;
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
#app .app-mov__txt {
  text-align: left;
}
@media (max-width: 991px) {
  #app .app-mov__txt {
    text-align: center;
    margin-bottom: 10px;
  }
}
#app .app-mov__txt br {
  display: none;
}
@media (max-width: 991px) {
  #app .app-mov__txt br {
    display: block;
  }
}
#app .app-mov i {
  text-align: center;
  font-size: 7rem;
  margin-bottom: 25px;
  display: block;
  color: #003e8d;
}
@media (max-width: 991px) {
  #app .app-mov i {
    font-size: 5rem;
  }
}
#app .app-mov__logo {
  width: 260px;
  text-align: center;
}
@media (max-width: 991px) {
  #app .app-mov__logo {
    width: 80%;
    margin: 0 auto !important;
    margin-bottom: 0px;
  }
}
#app .app-mov__logo img {
  margin-bottom: 10px;
}
#app .app-mov__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  #app .app-mov__wrap {
    margin-bottom: 35px;
    display: block;
  }
}
#app .app-mov__wrap:before {
  display: none;
}
#app .app-mov__wrap:after {
  display: none;
}
#app .app-mov--line {
  border-top: 1px solid #003e8d;
}
@media (min-width: 992px) {
  #app .app-mov--line {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  #app .slick-slide img {
    margin-top: 0;
  }
}
#app .slick-img img {
  height: auto;
  opacity: 0.3;
  transform: scale(0.7);
  transition: opacity 0.5s, transform 0.5s;
  width: 100%;
}
#app .slider {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 25px;
}
@media (max-width: 991px) {
  #app .slider {
    width: 94%;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  #app .slider img {
    width: 60vw;
    height: auto;
  }
}
#app .slider .slick-center img {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  #app .slider .slick-center img {
    transform: scale(1);
  }
}
#app .slick-prev::before {
  content: "\f104";
  color: #003e8d;
  font-family: FontAwesome;
  font-size: 8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 991px) {
  #app .slick-prev::before {
    font-size: 6rem;
  }
}
#app .slick-next::before {
  content: "\f105";
  color: #003e8d;
  font-family: FontAwesome;
  font-size: 8rem;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 991px) {
  #app .slick-next::before {
    font-size: 6rem;
  }
}
@media (max-width: 991px) {
  #app .sp-none {
    display: none !important;
  }
}
#app .att {
  position: relative;
  font-size: 1.4rem !important;
  padding-left: 1.2em !important;
}
#app .att::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#app .mt-10 {
  margin-top: 10px !important;
}
#app .mt-20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  #app .mt-sm-0 {
    margin-top: 0 !important;
  }
}

/***********************************
*	経営理念　ここから	*
***********************************/
.management-philosophy {
  line-height: 1.75;
  font-size: 1.6rem;
  color: #46525f;
}
@media (max-width: 767px) {
  .management-philosophy {
    font-size: 1.5rem;
  }
}
.management-philosophy .cover {
  background: url(/img/corporates/management-philosophy/management-philosophy--mv.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .management-philosophy .hidden-xs {
    display: none;
  }
}
.management-philosophy h2 {
  font-size: 3.3rem;
  color: #003e8d;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #9cb5d4;
}
@media (max-width: 767px) {
  .management-philosophy h2 {
    font-size: 2.2rem;
  }
}
.management-philosophy h2 span {
  font-size: 1.6rem;
  display: block;
}
@media (max-width: 767px) {
  .management-philosophy h2 span {
    font-size: 1.2rem;
  }
}
.management-philosophy .mp-philosophy {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .management-philosophy .mp-philosophy {
    margin: 0;
  }
}
.management-philosophy .mp-philosophy__content {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .management-philosophy .mp-philosophy__content {
    margin-top: 50px;
  }
}
.management-philosophy .mp-philosophy__text {
  text-align: center;
  margin-top: 40px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .management-philosophy .mp-philosophy__text {
    margin-top: 25px;
    padding: 0 15px;
  }
}
.management-philosophy .mp-philosophy .text--en {
  margin-top: 30px;
}
.management-philosophy .mp-philosophy .environmental-policy__inner {
  width: 100%;
  max-width: 650px;
  margin: 55px auto 0;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .management-philosophy .mp-philosophy .environmental-policy__inner {
    margin-top: 35px;
  }
}
.management-philosophy .mp-philosophy .environmental-policy__inner ul {
  padding-top: 10px;
}
.management-philosophy .mp-philosophy .environmental-policy__inner li {
  list-style: decimal;
  margin-bottom: 26px;
  margin-left: 20px;
}
.management-philosophy .mp-philosophy .environmental-policy__inner .disc-list > li {
  list-style: disc;
}
.management-philosophy .mp-philosophy__ttl {
  font-size: 1.3em;
  font-weight: bold;
  color: #003e8d;
}
.management-philosophy .mp-kimica-spirit {
  padding-top: 80px;
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .management-philosophy .mp-kimica-spirit {
    padding-top: 40px;
    margin-bottom: 50px;
  }
}
.management-philosophy .mp-kimica-spirit .mp-kimica-spirit__wrap {
  width: 100%;
  max-width: 802px;
  margin: 0 auto;
}
.management-philosophy .mp-kimica-spirit h3 {
  display: block;
  background-color: #003e8d;
  color: #fff;
  font-size: 3.3rem;
  text-align: center;
  padding: 13px 0;
}
@media (max-width: 767px) {
  .management-philosophy .mp-kimica-spirit h3 {
    font-size: 2.2rem;
  }
}
.management-philosophy .mp-kimica-spirit h3 span {
  font-size: 2.5rem;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .management-philosophy .mp-kimica-spirit h3 span {
    font-size: 1.8rem;
  }
}
.management-philosophy .mp-kimica-spirit ul {
  margin-top: 55px;
}
.management-philosophy .mp-kimica-spirit li {
  display: flex;
  border: 1px solid #004098;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .management-philosophy .mp-kimica-spirit li {
    flex-direction: column;
    height: 100%;
  }
}
.management-philosophy .mp-kimica-spirit li h5 {
  padding-left: 25px;
  color: #004098;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .management-philosophy .mp-kimica-spirit li h5 {
    font-size: 1.8rem;
  }
}
.management-philosophy .mp-kimica-spirit li div {
  width: 50%;
}
@media (max-width: 767px) {
  .management-philosophy .mp-kimica-spirit li div {
    width: 100%;
  }
}
.management-philosophy .mp-kimica-spirit li .promise__ttl {
  display: flex;
  align-items: center;
  padding: 20px 25px;
}
.management-philosophy .mp-kimica-spirit li .promise__ttl img {
  height: 55px;
}
@media (max-width: 767px) {
  .management-philosophy .mp-kimica-spirit li .promise__ttl {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .management-philosophy .mp-kimica-spirit li .promise__ttl img {
    height: 40px;
  }
}
.management-philosophy .mp-kimica-spirit li .promise__ttl--last {
  padding-left: 20px;
}
.management-philosophy .mp-kimica-spirit li .promise__text {
  color: #004098;
  background-color: #e2eaf6;
  display: flex;
  align-items: center;
  padding: 15px 22px;
}
.management-philosophy .mp-company-song > div {
  margin-top: 28px;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .management-philosophy .mp-company-song > div {
    flex-direction: column;
  }
}
.management-philosophy .mp-company-song > div div {
  position: relative;
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
  height: auto;
  aspect-ratio: 16/9;
}
.management-philosophy .mp-company-song > div div iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}
.management-philosophy .mp-company-song {
  margin: 0 15px 80px;
}
@media (max-width: 767px) {
  .management-philosophy .mp-company-song {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .management-philosophy .mp-company-song {
    margin-bottom: 40px;
  }
}
.management-philosophy .mp-company-song p {
  margin: 30px 0;
}
.management-philosophy .mp-book, .management-philosophy .mp-media {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .management-philosophy .mp-book, .management-philosophy .mp-media {
    margin: 0;
  }
}
.management-philosophy .mp-book ul, .management-philosophy .mp-media ul {
  display: flex;
  border: 1px solid #a4abb3;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .management-philosophy .mp-book ul, .management-philosophy .mp-media ul {
    flex-direction: column;
  }
}
.management-philosophy .mp-book li, .management-philosophy .mp-media li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 50%;
  padding: 30px 20px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .management-philosophy .mp-book li, .management-philosophy .mp-media li {
    width: 100%;
  }
}
.management-philosophy .mp-book li .bottom, .management-philosophy .mp-media li .bottom {
  background-color: #32507a;
  border: 1px solid #5f86bd;
  color: #fff;
  width: 155px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.management-philosophy .mp-book li .bottom a, .management-philosophy .mp-media li .bottom a {
  color: #fff;
}
.management-philosophy .mp-book ul {
  margin-bottom: 77px;
}
@media (max-width: 767px) {
  .management-philosophy .mp-book ul {
    margin-bottom: 45px;
  }
}
.management-philosophy .mp-book li:first-child {
  border-right: 1px solid #a4abb3;
}
@media (max-width: 767px) {
  .management-philosophy .mp-book li:first-child {
    border-right: 0;
    border-bottom: 1px solid #a4abb3;
  }
}
.management-philosophy .mp-book img {
  width: 100%;
  max-width: 172px;
}
.management-philosophy .mp-book__ttl {
  margin: 20px 0;
}
.management-philosophy .mp-media li:first-child,
.management-philosophy .mp-media li:nth-child(2),
.management-philosophy .mp-media li:nth-child(3) {
  border-right: 1px solid #a4abb3;
}
@media (max-width: 767px) {
  .management-philosophy .mp-media li:first-child,
  .management-philosophy .mp-media li:nth-child(2),
  .management-philosophy .mp-media li:nth-child(3) {
    border-right: 0;
    border-bottom: 1px solid #a4abb3;
  }
}
.management-philosophy .mp-media img {
  width: 100%;
  max-height: 214px;
}
.management-philosophy .mp-media__ttl {
  margin: 20px 0;
}
.management-philosophy .mp-media__ttl span {
  display: block;
  font-size: 14px;
  color: #2e6194;
}
.management-philosophy .mp-media .others-media {
  margin-top: 20px;
  text-align: right;
}

/***********************************
*	経営理念　ここまで	*
***********************************/
/***********************************
*	動画リンクの追加（商品情報＞アルギン酸カルシウム）	*
***********************************/
.mov-base {
  margin-top: 80px;
  margin-bottom: -100px;
}
@media (min-width: 992px) {
  .mov-base {
    margin-bottom: -200px;
  }
}
@media (min-width: 768px) {
  .mov-base {
    margin-bottom: -150px;
  }
}

/***********************************
*	ここまで動画リンクの追加（商品情報＞アルギン酸カルシウム）	*
***********************************/
/***********************************
*	ソーシャルメディアポリシー	*
***********************************/
.list4 {
  position: relative;
}
.list4 li {
  font-size: 16px;
  margin-bottom: 0.75em;
  padding-left: 2em;
}
.list4 li:nth-of-type(1)::before {
  content: "(1)";
  position: absolute;
  left: 0;
}
.list4 li:nth-of-type(2)::before {
  content: "(2)";
  position: absolute;
  left: 0;
}
.list4 li:nth-of-type(3)::before {
  content: "(3)";
  position: absolute;
  left: 0;
}
.list4 li:nth-of-type(4)::before {
  content: "(4)";
  position: absolute;
  left: 0;
}
.list4 li:nth-of-type(5)::before {
  content: "(5)";
  position: absolute;
  left: 0;
}
.list4 li:nth-of-type(6)::before {
  content: "(6)";
  position: absolute;
  left: 0;
}
.list4 li:nth-of-type(7)::before {
  content: "(7)";
  position: absolute;
  left: 0;
}
.list4 li:nth-of-type(8)::before {
  content: "(8)";
  position: absolute;
  left: 0;
}
.list4 li:nth-of-type(9)::before {
  content: "(9)";
  position: absolute;
  left: 0;
}
.list4 li:nth-of-type(10)::before {
  content: "(10)";
  position: absolute;
  left: 0;
}
.list4 li:nth-of-type(11)::before {
  content: "(11)";
  position: absolute;
  left: 0;
}
.list4 li:nth-of-type(12)::before {
  content: "(12)";
  position: absolute;
  left: 0;
}
.list4 li:nth-of-type(13)::before {
  content: "(13)";
  position: absolute;
  left: 0;
}
.list4 li:nth-of-type(14)::before {
  content: "(14)";
  position: absolute;
  left: 0;
}
.list4 li:nth-of-type(15)::before {
  content: "(15)";
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .list4 li {
    font-size: 12px;
  }
}

.list3 {
  position: relative;
  margin-top: 5px;
}
.list3 li {
  font-size: 16px;
  margin-bottom: 0.3em;
  padding-left: 1.2em;
}
.list3 li:nth-of-type(1)::before {
  content: "①";
  position: absolute;
  left: 0;
}
.list3 li:nth-of-type(2)::before {
  content: "②";
  position: absolute;
  left: 0;
}
.list3 li:nth-of-type(3)::before {
  content: "③";
  position: absolute;
  left: 0;
}
.list3 li:nth-of-type(4)::before {
  content: "④";
  position: absolute;
  left: 0;
}
.list3 li:nth-of-type(5)::before {
  content: "⑤";
  position: absolute;
  left: 0;
}
.list3 li:nth-of-type(6)::before {
  content: "⑥";
  position: absolute;
  left: 0;
}
.list3 li:nth-of-type(7)::before {
  content: "⑦";
  position: absolute;
  left: 0;
}
.list3 li:nth-of-type(8)::before {
  content: "⑧";
  position: absolute;
  left: 0;
}
.list3 li:nth-of-type(9)::before {
  content: "⑨";
  position: absolute;
  left: 0;
}
.list3 li:nth-of-type(10)::before {
  content: "⑩";
  position: absolute;
  left: 0;
}
.list3 li:nth-of-type(11)::before {
  content: "⑪";
  position: absolute;
  left: 0;
}
.list3 li:nth-of-type(12)::before {
  content: "⑫";
  position: absolute;
  left: 0;
}
.list3 li:nth-of-type(13)::before {
  content: "⑬";
  position: absolute;
  left: 0;
}
.list3 li:nth-of-type(14)::before {
  content: "⑭";
  position: absolute;
  left: 0;
}
.list3 li:nth-of-type(15)::before {
  content: "⑮";
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .list3 li {
    font-size: 12px;
  }
}
.list3 li a {
  word-break: break-all;
  text-decoration: underline;
}
.list3.font-small li {
  font-size: 15px;
}
@media (max-width: 767px) {
  .list3.font-small li {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  #socialmediapolicy .mainTtlB {
    margin-left: 15px;
    margin-right: 15px;
  }
}

#contact .recruit-midway-form-txt__wrap {
  display: block;
}
#contact .recruit-midway-form-txt {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 19px;
  line-height: 3rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  #contact .recruit-midway-form-txt {
    font-size: 14px;
    line-height: 2.3rem;
  }
}

/*-------------------------
  顧客満足度調査フォーム
-------------------------*/
.form-eid6 #pagePath {
  overflow-x: unset !important;
}
.form-eid6 #main {
  padding: 0 15px 100px;
}
@media (max-width: 767px) {
  .form-eid6 #main {
    padding: 0 0 50px;
  }
}
.form-eid6 #bix-form th, .form-eid6 td {
  background-color: #eef2f9;
  border: none;
}
.form-eid6 .form-eid6-form__inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 50px 20px 50px;
}
@media (max-width: 767px) {
  .form-eid6 .form-eid6-form__inner {
    padding: 45px 15px 35px;
  }
}
.form-eid6 .form-eid6-txt {
  font-size: 15px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #163e92;
  line-height: 1.75;
  padding-bottom: 34px;
  border-bottom: solid 1px #b6caf5;
  max-width: 681px;
  margin: 0 auto 34px !important;
  position: relative;
}
@media (max-width: 767px) {
  .form-eid6 .form-eid6-txt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: #b6caf5;
  }
}
@media (max-width: 767px) {
  .form-eid6 .form-eid6-txt {
    font-size: 14px;
    padding: 0 45px 34px;
    border-bottom: none;
  }
}
.form-eid6 .form-eid6-ttl {
  font-size: 36px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: 700;
  color: #163e92;
  text-align: center;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .form-eid6 .form-eid6-ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.form-eid6 .form-eid6-conts {
  padding: 0;
  max-width: 960px;
  margin: 36px auto 0;
  background-color: #eef2f9;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .form-eid6 .form-eid6-conts {
    margin: 0;
    border-radius: 0;
  }
}
.form-eid6 #bix-form .badge {
  display: none !important;
}
.form-eid6 #bix-form input {
  height: 36px;
  border: solid 1px #b6caf5;
  border-radius: 4px;
}
.form-eid6 #bix-form .form-item-4 {
  max-width: 570px;
  margin: 0 auto;
  margin-bottom: 16px !important;
}
@media (max-width: 767px) {
  .form-eid6 #bix-form .form-item-4 {
    padding: 0 20px;
  }
}
.form-eid6 #bix-form .form-item-4 .portal-skin-label {
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: 700;
  color: #163e92;
}
@media (max-width: 767px) {
  .form-eid6 #bix-form .form-item-4 .portal-skin-label {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.form-eid6 #bix-form .form-item-4 table {
  width: 100%;
}
.form-eid6 #bix-form .form-item-4 tr {
  border: none;
  display: flex;
  align-items: center;
}
.form-eid6 #bix-form .form-item-4 th {
  width: 100px;
  padding: 0;
}
@media (max-width: 767px) {
  .form-eid6 #bix-form .form-item-4 th {
    width: 74px;
  }
}
.form-eid6 #bix-form .form-item-4 td {
  width: calc(100% - 100px);
}
@media (max-width: 767px) {
  .form-eid6 #bix-form .form-item-4 td {
    width: calc(100% - 74px);
  }
}
.form-eid6 #bix-form .form-item-4 input {
  width: 100%;
}
.form-eid6 #bix-form .form-item-9 {
  max-width: 570px;
  margin: 0 auto;
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  .form-eid6 #bix-form .form-item-9 {
    padding: 0 20px;
    margin-bottom: 25px !important;
  }
}
.form-eid6 #bix-form .form-item-9 .portal-skin-label {
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: 700;
  color: #163e92;
}
@media (max-width: 767px) {
  .form-eid6 #bix-form .form-item-9 .portal-skin-label {
    font-size: 12px;
  }
}
.form-eid6 #bix-form .form-item-9 table {
  width: 100%;
}
.form-eid6 #bix-form .form-item-9 tr {
  border: none;
  display: flex;
  align-items: center;
}
.form-eid6 #bix-form .form-item-9 th {
  width: 100px;
  padding: 0;
}
@media (max-width: 767px) {
  .form-eid6 #bix-form .form-item-9 th {
    width: 74px;
  }
}
.form-eid6 #bix-form .form-item-9 td {
  width: calc(100% - 100px);
}
@media (max-width: 767px) {
  .form-eid6 #bix-form .form-item-9 td {
    width: calc(100% - 74px);
  }
}
.form-eid6 #bix-form .form-item-9 input {
  width: 100%;
}
.form-eid6 #bix-form .form-item-205 {
  background-color: #ffffff;
  padding-bottom: 50px !important;
  border-radius: 10px 10px 0 0;
  padding: 55px 20px;
}
@media (max-width: 767px) {
  .form-eid6 #bix-form .form-item-205 {
    padding: 30px 25px;
    padding-bottom: 30px !important;
  }
}
.form-eid6 #bix-form .form-item-5, .form-eid6 #bix-form .form-item-206, .form-eid6 #bix-form .form-item-209, .form-eid6 #bix-form .form-item-210, .form-eid6 #bix-form .form-item-211, .form-eid6 #bix-form .form-item-212, .form-eid6 #bix-form .form-item-214 {
  margin-bottom: 0 !important;
  background-color: #ffffff;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .form-eid6 #bix-form .form-item-5, .form-eid6 #bix-form .form-item-206, .form-eid6 #bix-form .form-item-209, .form-eid6 #bix-form .form-item-210, .form-eid6 #bix-form .form-item-211, .form-eid6 #bix-form .form-item-212, .form-eid6 #bix-form .form-item-214 {
    padding: 0 10px;
  }
}
.form-eid6 #bix-form .form-eid6-list__item-ttl {
  font-size: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: 700;
  color: #163e92;
  padding: 30px 34px 16px;
  background-color: #e9f5f7;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 767px) {
  .form-eid6 #bix-form .form-eid6-list__item-ttl {
    text-align: center;
    font-size: 18px;
    padding: 20px 10px 16px;
  }
}
.form-eid6 #bix-form .form-eid6-list__item-txt {
  font-size: 12px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #163e92;
  padding: 20px 34px;
  background-color: #ffffff;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 767px) {
  .form-eid6 #bix-form .form-eid6-list__item-txt {
    padding: 20px 18px;
  }
}
.form-eid6 #bix-form .form-eid6-list__item-txtarea {
  padding: 0 34px 40px;
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 767px) {
  .form-eid6 #bix-form .form-eid6-list__item-txtarea {
    padding: 0 20px 20px;
  }
}
.form-eid6 #bix-form .form-eid6-list__item-txtarea textarea {
  border-radius: 6px !important;
  border: solid 1px #163e92 !important;
}
@media (max-width: 767px) {
  .form-eid6 #bix-form .form-eid6-list__item-txtarea textarea {
    height: 156px;
  }
}
.form-eid6 #bix-form .form-eid6-list__item-txt-wrap {
  padding: 0 34px;
  background-color: #e9f5f7;
}
@media (max-width: 767px) {
  .form-eid6 #bix-form .form-eid6-list__item-txt-wrap {
    padding: 0 10px;
  }
}
.form-eid6 #bix-form .form-item-301 .form-item-end__1st {
  background-color: #ffffff;
}
.form-eid6 #bix-form .form-item-301 .form-item-end__1st-inner {
  margin: 0 60px;
  height: 40px;
  background-color: #e9f5f7;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 767px) {
  .form-eid6 #bix-form .form-item-301 .form-item-end__1st-inner {
    margin: 0 10px;
    height: 20px;
  }
}
.form-eid6 #bix-form .form-item-301 .form-item-end__2nd {
  background-color: #ffffff;
  height: 10px;
}
.form-eid6 #bix-form .form-item-1 {
  padding: 0 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .form-eid6 #bix-form .form-item-1 {
    padding: 0 10px;
  }
}
.form-eid6 #bix-form .form-item-1 .form-item-contents {
  background-color: #e9f5f7;
  padding: 0 34px;
}
@media (max-width: 767px) {
  .form-eid6 #bix-form .form-item-1 .form-item-contents {
    padding: 0 10px;
  }
}
.form-eid6 #bix-form .form-item-1 .form-check {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.form-eid6 #bix-form .form-item-1 .form-check input[type=radio] {
  margin: 0 auto;
}
.form-eid6 #bix-form .form-item-1 .sub-wrap {
  margin-bottom: 0 !important;
  flex: 1;
  text-align: center;
}
.form-eid6 #bix-form .form-item-1 .portal-skin-label {
  font-size: 15px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: 700;
  color: #163e92;
  line-height: 1.5;
  text-align: left;
}
.form-eid6 #bix-form .form-item-1 .radio {
  display: inline-block;
}
.form-eid6 #bix-form .form-item-1 .radio .portal-skin-label {
  font-size: 12px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: 500;
  color: #163e92;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .form-eid6 #bix-form .form-item-1 .radio .portal-skin-label {
    font-size: 10px;
  }
}
.form-eid6 #bix-form .form-item-1 .radio label {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.form-eid6 #bix-form .form-item-1 .radio input {
  width: 24px;
  height: 24px;
  border: solid 1px #163e92 !important;
  color: #163e92 !important;
}
.form-eid6 #bix-form .form-item-1 table {
  width: 100%;
}
.form-eid6 #bix-form .form-item-1 tr {
  border: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4px;
}
.form-eid6 #bix-form .form-item-1 th {
  width: 224px;
  padding: 15px 10px 15px 30px;
  background-color: #ffffff;
  border-radius: 6px 0 0 6px;
  height: 93px;
}
@media (max-width: 991px) {
  .form-eid6 #bix-form .form-item-1 th {
    width: 202px;
    padding: 15px 10px 15px 10px;
  }
}
@media (max-width: 767px) {
  .form-eid6 #bix-form .form-item-1 th {
    width: 100%;
    height: auto;
    padding: 15px 20px 5px 20px;
    border-radius: 6px 6px 0 0;
  }
}
.form-eid6 #bix-form .form-item-1 td {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: calc(100% - 224px);
  padding: 15px 62px 15px 10px;
  background-color: #ffffff;
  border-radius: 0 6px 6px 0;
  height: 93px;
}
@media (max-width: 991px) {
  .form-eid6 #bix-form .form-item-1 td {
    width: calc(100% - 202px);
    padding: 15px 10px 15px 10px;
  }
}
@media (max-width: 767px) {
  .form-eid6 #bix-form .form-item-1 td {
    width: 100%;
    height: auto;
    padding: 5px 20px 15px 20px;
    border-radius: 0 0 6px 6px;
  }
}
.form-eid6 #bix-form .form-item-1 .form-item-1-small {
  font-size: 12px;
  font-weight: 600;
}
.form-eid6 #bix-form .form-item-1 .form-item-1-notes {
  font-weight: 10px;
  font-weight: 600;
  vertical-align: super;
}
.form-eid6 .form-eid6-list__item {
  background-color: #e9f5f7;
  border-radius: 6px;
}
.form-eid6 .form-item-205-ttl {
  display: block;
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #163e92;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .form-eid6 .form-item-205-ttl {
    font-size: 18px;
  }
}
.form-eid6 .form-item-205-txt {
  font-size: 215x;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #163e92;
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .form-eid6 .form-item-205-txt {
    font-size: 12px;
    text-align: left;
  }
}

.text-org {
  color: #df8b13;
  font-weight: 700;
}

#contact .form-eid6-send-btn-area {
  background-color: #ffffff;
  padding: 30px 0 50px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 767px) {
  #contact .form-eid6-send-btn-area {
    padding: 10px 0 35px;
  }
}
#contact .form-eid6-send-btn-area .sendBox {
  margin-top: 0;
}
#contact .form-eid6-send-btn-area .sendBox .sendBox__inner {
  position: relative;
}
@media (max-width: 767px) {
  #contact .form-eid6-send-btn-area .sendBox .sendBox__inner {
    width: 240px;
    margin: 0 auto;
  }
}
#contact .form-eid6-send-btn-area .sendBox .sendBox__inner::after {
  content: "";
  margin: auto;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  background: none !important;
}
#contact .form-eid6-send-btn-area .sendBox .sendBox__inner .submitA {
  width: 320px;
  height: 50px;
  border-radius: 50px;
  background-color: #163e92;
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  #contact .form-eid6-send-btn-area .sendBox .sendBox__inner .submitA {
    width: 240px;
    height: 44px;
  }
}

.form-eid6-formexec .mainTxt {
  line-height: 1.75;
  color: #163e92;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-size: 20px;
}
.form-eid6-formexec .txt {
  line-height: 1.75;
  color: #163e92;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-size: 15px;
}

.form-eid6-formexec #main,
.form-eid6-formconfirm #main {
  padding-bottom: 100px;
}
.form-eid6-formexec .confirmTxt,
.form-eid6-formconfirm .confirmTxt {
  color: #163e92;
  font-size: 15px;
  max-width: 680px;
  margin: 0 auto;
}
.form-eid6-formexec .mainTtlB,
.form-eid6-formconfirm .mainTtlB {
  font-size: 36px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: 700;
  color: #163e92;
  text-align: center;
  margin-bottom: 34px;
  border-bottom: none;
}
@media (max-width: 767px) {
  .form-eid6-formexec .mainTtlB,
  .form-eid6-formconfirm .mainTtlB {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.form-eid6-formexec .portal-skin-label,
.form-eid6-formconfirm .portal-skin-label {
  color: #163e92;
}
.form-eid6-formexec #bix-form th,
.form-eid6-formconfirm #bix-form th {
  background-color: #eef2f9;
}
.form-eid6-formexec .contactformProcess,
.form-eid6-formconfirm .contactformProcess {
  margin: 20px 0 40px;
}
.form-eid6-formexec .contactformProcessStep,
.form-eid6-formconfirm .contactformProcessStep {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #163e92;
}
.form-eid6-formexec .contactformProcessStep.stepped,
.form-eid6-formconfirm .contactformProcessStep.stepped {
  background: #163e92;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #ffffff;
}

.form-eid6-formconfirm-send-btn-area {
  background-color: #ffffff;
  padding: 30px 0 10px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 767px) {
  .form-eid6-formconfirm-send-btn-area {
    padding: 30px 0 0px;
  }
}
.form-eid6-formconfirm-send-btn-area .sendBox {
  margin-top: 0;
}
.form-eid6-formconfirm-send-btn-area .sendBox .sendBox__inner {
  position: relative;
}
.form-eid6-formconfirm-send-btn-area .sendBox .sendBox__inner::after {
  content: "";
  margin: auto;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  background: none !important;
}
.form-eid6-formconfirm-send-btn-area .sendBox .sendBox__inner .submitB {
  width: 320px;
  height: 50px;
  border-radius: 50px;
  background-color: #163e92;
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .form-eid6-formconfirm-send-btn-area .sendBox .sendBox__inner .submitB {
    width: 200px;
    height: 44px;
  }
}

#contact .form-eid6-formconfirm-back-btn-area {
  background-color: #ffffff;
  padding: 10px 0 0;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 767px) {
  #contact .form-eid6-formconfirm-back-btn-area {
    padding: 10px 0 35px;
  }
}
#contact .form-eid6-formconfirm-back-btn-area .sendBox {
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .form-eid6-formconfirm-back-btn-area .sendBox .reset {
  width: 200px !important;
  height: 40px;
  border-radius: 50px !important;
  background-color: #d6e2fb !important;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  position: relative;
  padding: 0;
  color: #163e92;
  border: none !important;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #contact .form-eid6-formconfirm-back-btn-area .sendBox .reset {
    width: 200px;
    height: 44px;
  }
}
#contact .form-eid6-formconfirm-back-btn-area .sendBox .reset::after {
  display: none;
}
#contact .form-eid6-formconfirm-back-btn-area .sendBox .reset::before {
  content: "";
  margin: auto;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  top: 50%;
  right: 18px;
  transform: translateY(-50%) rotate(45deg);
  background: none;
}

/*-------------------------
  お問合せフォーム（その他）
-------------------------*/
.form-another #pagePath {
  overflow-x: unset !important;
}
.form-another #main {
  padding-bottom: 0;
}
.form-another #bix-form th, .form-another td {
  background-color: #eef2f9;
  border: none;
}
.form-another .form-another-form__inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 50px 20px 50px;
}
@media (max-width: 767px) {
  .form-another .form-another-form__inner {
    padding: 45px 15px 35px;
  }
}
.form-another .form-another-txt {
  font-size: 15px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #163e92;
  line-height: 1.75;
  max-width: 681px;
  margin: 0 auto;
  position: relative;
}
.form-another .form-another-txt--border {
  padding-bottom: 34px;
  border-bottom: solid 1px #b6caf5;
}
.form-another .form-another-txt--first {
  max-width: 440px;
  margin: 0 auto;
  margin-bottom: 32px !important;
}
@media (max-width: 767px) {
  .form-another .form-another-txt--first {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .form-another .form-another-txt {
    font-size: 14px;
    padding: 0 45px 0;
  }
}
.form-another .form-another-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .form-another .form-another-info {
    max-width: 570px;
    padding-inline: 20px;
  }
}
.form-another .form-another-info__inner {
  width: 100%;
  border-bottom: solid 1px #b6caf5;
  margin-bottom: 34px;
  padding-bottom: 34px;
}
@media (max-width: 767px) {
  .form-another .form-another-info__inner {
    margin-bottom: 30px;
    padding-bottom: 28px;
  }
}
.form-another .form-another-info__inner > .form-another-txt {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3px !important;
}
.form-another .form-another-info__detail-text {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .form-another .form-another-info__detail-text {
    padding-inline: 0;
  }
}
.form-another .form-another-info__detail-text:first-of-type {
  line-height: 1.5;
}
.form-another .form-another-info__detail-text:last-of-type {
  font-size: 15px;
}
.form-another .form-another-info__detail-text a {
  color: #163e92 !important;
}
.form-another .form-another-ttl {
  font-size: 36px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: 700;
  color: #163e92;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .form-another .form-another-ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.form-another .form-another-conts {
  padding: 0 15px 50px;
  max-width: 960px;
  margin: 36px auto 100px;
  background-color: #eef2f9;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .form-another .form-another-conts {
    margin: 0 0 50px;
    border-radius: 0;
    padding: 0 0 35px;
  }
}
.form-another .form-another-att {
  color: #163e92;
  font-size: 13px;
  margin-top: 5px;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .form-another .form-another-att {
    font-size: 12px;
  }
}
.form-another #bix-form .badge-danger {
  color: #fca000 !important;
  font-size: 10px;
  padding: 0 0 0 3px;
  background-color: transparent;
}
.form-another #bix-form .badge-info {
  display: none;
}
.form-another #bix-form input {
  height: 36px;
  border: solid 1px #b6caf5;
  border-radius: 4px;
}
.form-another #bix-form .form-item-4 {
  max-width: 570px;
  margin: 0 auto;
  margin-bottom: 16px !important;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-4 {
    padding: 0 20px;
  }
}
.form-another #bix-form .form-item-4 .portal-skin-label {
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: 700;
  color: #163e92;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-4 .portal-skin-label {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.form-another #bix-form .form-item-4 table {
  width: 100%;
}
.form-another #bix-form .form-item-4 tr {
  border: none;
  display: flex;
  align-items: center;
}
.form-another #bix-form .form-item-4 th {
  width: 158px;
  padding: 0;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-4 th {
    width: 95px;
  }
}
.form-another #bix-form .form-item-4 td {
  width: calc(100% - 158px);
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-4 td {
    width: calc(100% - 95px);
  }
}
.form-another #bix-form .form-item-4 input {
  width: 100%;
}
.form-another #bix-form .form-item-2 {
  max-width: 570px;
  margin: 0 auto;
  margin-bottom: 16px !important;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-2 {
    padding: 0 20px;
  }
}
.form-another #bix-form .form-item-2 .portal-skin-label {
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: 700;
  color: #163e92;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-2 .portal-skin-label {
    font-size: 12px;
  }
}
.form-another #bix-form .form-item-2 table {
  width: 100%;
}
.form-another #bix-form .form-item-2 tr {
  border: none;
  display: flex;
  align-items: center;
}
.form-another #bix-form .form-item-2 th {
  width: 158px;
  padding: 0;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-2 th {
    width: 95px;
  }
}
.form-another #bix-form .form-item-2 td {
  width: calc(100% - 158px);
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-2 td {
    width: calc(100% - 95px);
  }
}
.form-another #bix-form .form-item-2 .form-todofuken select {
  color: #163e92;
  width: 100%;
  border: solid 1px #b6caf5;
  border-radius: 4px;
  margin-bottom: 0;
}
.form-another #bix-form .form-item-2 .form-check {
  padding-block: 5px;
}
.form-another #bix-form .form-item-2 .form-check option {
  color: #163e92;
}
.form-another #bix-form .form-item-2 input {
  width: 100%;
}
.form-another #bix-form .form-item-9 {
  max-width: 570px;
  margin: 0 auto;
  margin-bottom: 16px !important;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-9 {
    padding: 0 20px;
  }
}
.form-another #bix-form .form-item-9 .portal-skin-label {
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: 700;
  color: #163e92;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-9 .portal-skin-label {
    font-size: 12px;
  }
}
.form-another #bix-form .form-item-9 table {
  width: 100%;
}
.form-another #bix-form .form-item-9 tr {
  border: none;
  display: flex;
  align-items: center;
}
.form-another #bix-form .form-item-9 th {
  width: 158px;
  padding: 0;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-9 th {
    width: 95px;
  }
}
.form-another #bix-form .form-item-9 td {
  width: calc(100% - 158px);
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-9 td {
    width: calc(100% - 95px);
  }
}
.form-another #bix-form .form-item-9 input {
  width: 100%;
}
.form-another #bix-form .form-item-21 {
  max-width: 570px;
  margin: 0 auto;
  margin-bottom: 16px !important;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-21 {
    padding: 0 20px;
  }
}
.form-another #bix-form .form-item-21 table {
  width: 100%;
}
.form-another #bix-form .form-item-21 tr {
  border: none;
  display: flex;
  align-items: center;
}
.form-another #bix-form .form-item-21 th {
  width: 158px;
  padding: 0;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-21 th {
    width: 95px;
  }
}
.form-another #bix-form .form-item-21 td {
  width: calc(100% - 158px);
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-21 td {
    width: calc(100% - 95px);
  }
}
.form-another #bix-form .form-item-21 .input-group-tel {
  flex-wrap: nowrap;
  padding-left: 0;
}
.form-another #bix-form .form-item-21 input {
  width: calc((100% - 42px) / 3);
}
.form-another #bix-form .form-item-21 .portal-skin-label {
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: 700;
  color: #163e92;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-21 .portal-skin-label {
    font-size: 12px;
  }
}
.form-another #bix-form .form-item-205 {
  background-color: #ffffff;
  padding-bottom: 50px !important;
  border-radius: 10px 10px 0 0;
  margin-top: 40px;
  padding: 25px 20px;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-205 {
    margin-top: 25px;
    padding: 30px 25px;
    padding-bottom: 30px !important;
  }
}
.form-another #bix-form .form-item-3, .form-another #bix-form .form-item-5, .form-another #bix-form .form-item-206, .form-another #bix-form .form-item-209, .form-another #bix-form .form-item-210, .form-another #bix-form .form-item-211, .form-another #bix-form .form-item-212, .form-another #bix-form .form-item-214 {
  margin-bottom: 0 !important;
  background-color: #ffffff;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-3, .form-another #bix-form .form-item-5, .form-another #bix-form .form-item-206, .form-another #bix-form .form-item-209, .form-another #bix-form .form-item-210, .form-another #bix-form .form-item-211, .form-another #bix-form .form-item-212, .form-another #bix-form .form-item-214 {
    padding: 0 10px;
  }
}
.form-another #bix-form .form-another-list__item-ttl {
  font-size: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: 700;
  color: #163e92;
  padding: 30px 34px 16px;
  background-color: #e9f5f7;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-another-list__item-ttl {
    text-align: center;
    font-size: 18px;
    padding: 20px 10px 16px;
  }
}
.form-another #bix-form .form-another-list__item-txt {
  font-size: 12px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #163e92;
  padding: 20px 34px;
  background-color: #ffffff;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-another-list__item-txt {
    padding: 20px 18px;
  }
}
.form-another #bix-form .form-another-list__item-txtarea {
  padding: 0 34px 40px;
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-another-list__item-txtarea {
    padding: 0 20px 20px;
  }
}
.form-another #bix-form .form-another-list__item-txtarea textarea {
  border-radius: 6px !important;
  border: solid 1px #163e92 !important;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-another-list__item-txtarea textarea {
    height: 156px;
  }
}
.form-another #bix-form .form-another-list__item-txt-wrap {
  padding: 0 34px;
  background-color: #e9f5f7;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-another-list__item-txt-wrap {
    padding: 0 10px;
  }
}
.form-another #bix-form .form-item-301 .form-item-end__1st {
  background-color: #ffffff;
}
.form-another #bix-form .form-item-301 .form-item-end__1st-inner {
  margin: 0 60px;
  height: 40px;
  background-color: #e9f5f7;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-301 .form-item-end__1st-inner {
    margin: 0 10px;
    height: 20px;
  }
}
.form-another #bix-form .form-item-301 .form-item-end__2nd {
  background-color: #ffffff;
  height: 10px;
}
.form-another #bix-form .form-item-1 {
  padding: 0 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-1 {
    padding: 0 10px;
  }
}
.form-another #bix-form .form-item-1 .form-item-contents {
  background-color: #e9f5f7;
  padding: 0 34px;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-1 .form-item-contents {
    padding: 0 10px;
  }
}
.form-another #bix-form .form-item-1 .form-another-list__item-txtarea {
  padding-block: 30px;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-1 .form-another-list__item-txtarea {
    padding-block: 20px;
  }
}
.form-another #bix-form .form-item-1 .form-item-details {
  display: flex;
  align-items: stretch;
}
.form-another #bix-form .form-item-1 .form-item-details-head {
  width: 100px;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-1 .form-item-details-head {
    width: 74px;
  }
}
.form-another #bix-form .form-item-1 .form-check {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  align-items: flex-start;
  width: 100%;
}
.form-another #bix-form .form-item-1 .form-check input[type=radio] {
  margin: 0 auto;
}
.form-another #bix-form .form-item-1 .sub-wrap {
  margin-bottom: 0 !important;
  flex: 1;
  text-align: center;
}
.form-another #bix-form .form-item-1 .portal-skin-label {
  font-size: 15px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: 700;
  color: #163e92;
  line-height: 1.5;
  text-align: left;
}
.form-another #bix-form .form-item-1 .radio {
  display: inline-block;
}
.form-another #bix-form .form-item-1 .radio .portal-skin-label {
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: 700;
  color: #163e92;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-1 .radio .portal-skin-label {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.form-another #bix-form .form-item-1 .radio label {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  align-items: center;
}
.form-another #bix-form .form-item-1 .radio input {
  width: 24px;
  height: 24px;
  border: solid 1px #163e92 !important;
  color: #163e92 !important;
}
.form-another #bix-form .form-item-1 table {
  width: 100%;
}
.form-another #bix-form .form-item-1 tr {
  border: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4px;
}
.form-another #bix-form .form-item-1 th {
  width: 224px;
  padding: 15px 10px 15px 30px;
  background-color: #ffffff;
  border-radius: 6px 0 0 6px;
  height: 93px;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-1 th {
    width: 100%;
    height: auto;
    padding: 15px 20px 5px 20px;
    border-radius: 6px 6px 0 0;
  }
}
.form-another #bix-form .form-item-1 td {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: calc(100% - 224px);
  padding: 15px 62px 15px 10px;
  background-color: #ffffff;
  border-radius: 0 6px 6px 0;
  height: 93px;
}
@media (max-width: 991px) {
  .form-another #bix-form .form-item-1 td {
    padding: 15px 30px 15px 10px;
  }
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-1 td {
    width: 100%;
    height: auto;
    padding: 5px 20px 15px 20px;
    border-radius: 0 0 6px 6px;
  }
}
.form-another #bix-form .form-item-1 .form-item-1-small {
  font-size: 12px;
  font-weight: 600;
}
.form-another #bix-form .form-item-1 .form-item-1-notes {
  font-weight: 10px;
  font-weight: 600;
  vertical-align: super;
}
.form-another #bix-form .form-item-3 {
  padding: 0 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-3 {
    padding: 0 10px;
  }
}
.form-another #bix-form .form-item-3 .form-item-contents {
  background-color: #e9f5f7;
  padding: 0 34px;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-3 .form-item-contents {
    padding: 0 10px;
  }
}
.form-another #bix-form .form-item-3 .form-item-3-end {
  height: 20px;
  background-color: #e9f5f7;
}
.form-another #bix-form .form-item-3 .form-check {
  width: 100%;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 15px;
}
.form-another #bix-form .form-item-3 .form-check input[type=check] {
  margin: 0 auto;
}
.form-another #bix-form .form-item-3 .sub-wrap {
  margin-bottom: 0 !important;
  flex: 1;
  text-align: center;
}
.form-another #bix-form .form-item-3 .sub-wrap label {
  display: flex;
  gap: 10px;
  align-items: center;
}
.form-another #bix-form .form-item-3 .portal-skin-label {
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: 700;
  color: #163e92;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-3 .portal-skin-label {
    font-size: 14px;
  }
}
.form-another #bix-form .form-item-3 .radio {
  display: inline-block;
}
.form-another #bix-form .form-item-3 .radio .portal-skin-label {
  font-size: 12px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: 500;
  color: #163e92;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-3 .radio .portal-skin-label {
    font-size: 10px;
  }
}
.form-another #bix-form .form-item-3 .radio label {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.form-another #bix-form .form-item-3 .radio input {
  width: 24px;
  height: 24px;
  border: solid 1px #163e92 !important;
  color: #163e92 !important;
}
.form-another #bix-form .form-item-3 table {
  width: 100%;
}
.form-another #bix-form .form-item-3 tr {
  border: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4px;
}
.form-another #bix-form .form-item-3 td {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  padding: 15px 62px 15px 10px;
  background-color: #ffffff;
  border-radius: 0 6px 6px 0;
  height: 93px;
}
@media (max-width: 991px) {
  .form-another #bix-form .form-item-3 td {
    padding: 15px 30px 15px 10px;
  }
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-3 td {
    width: 100%;
    height: auto;
    padding: 5px 20px 15px 20px;
    border-radius: 0 0 6px 6px;
  }
}
.form-another #bix-form .form-item-3 .form-item-3-small {
  font-size: 12px;
  font-weight: 600;
}
.form-another #bix-form .form-item-3 .form-item-3-notes {
  font-weight: 10px;
  font-weight: 600;
  vertical-align: super;
}
.form-another #bix-form .form-item-5 .form-item-contents {
  background-color: #e9f5f7;
  padding: 0 34px;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-5 .form-item-contents {
    padding: 0 10px;
  }
}
.form-another #bix-form .form-item-5 .form-another-list__item-txt-wrap {
  padding: 0;
}
.form-another #bix-form .form-item-5 .form-another-list__item-ttl {
  padding-inline: 0;
}
.form-another #bix-form .form-item-5 .form-another-list__item-txtarea {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .form-another #bix-form .form-item-5 .form-another-list__item-txtarea {
    padding-top: 20px;
  }
}
.form-another .form-another-list__item {
  background-color: #e9f5f7;
  border-radius: 6px;
}
.form-another .form-item-205-ttl {
  display: block;
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #163e92;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .form-another .form-item-205-ttl {
    font-size: 18px;
  }
}
.form-another .form-item-205-txt {
  font-size: 215x;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #163e92;
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .form-another .form-item-205-txt {
    font-size: 12px;
    text-align: left;
  }
}

#contact .form-another-send-btn-area {
  background-color: #ffffff;
  padding: 30px 0 50px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 767px) {
  #contact .form-another-send-btn-area {
    padding: 10px 0 35px;
  }
}
#contact .form-another-send-btn-area .sendBox {
  margin-top: 0;
}
#contact .form-another-send-btn-area .sendBox .sendBox__inner {
  position: relative;
}
@media (max-width: 767px) {
  #contact .form-another-send-btn-area .sendBox .sendBox__inner {
    width: 240px;
    margin: 0 auto;
  }
}
#contact .form-another-send-btn-area .sendBox .sendBox__inner::after {
  content: "";
  margin: auto;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  background: none !important;
}
#contact .form-another-send-btn-area .sendBox .sendBox__inner .submitA {
  width: 320px;
  height: 50px;
  border-radius: 50px;
  background-color: #163e92;
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  #contact .form-another-send-btn-area .sendBox .sendBox__inner .submitA {
    width: 240px;
    height: 44px;
  }
}

.form-another-formexec .mainTxt {
  line-height: 1.75;
  color: #163e92;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-size: 20px;
}
.form-another-formexec .txt {
  line-height: 1.75;
  color: #163e92;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-size: 15px;
}

.form-another-formexec #main,
.form-another-formconfirm #main {
  padding-bottom: 100px;
}
.form-another-formexec .confirmTxt,
.form-another-formconfirm .confirmTxt {
  color: #163e92;
  font-size: 15px;
  max-width: 680px;
  margin: 0 auto;
}
.form-another-formexec .mainTtlB,
.form-another-formconfirm .mainTtlB {
  font-size: 36px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: 700;
  color: #163e92;
  text-align: center;
  margin-bottom: 34px;
  border-bottom: none;
}
@media (max-width: 767px) {
  .form-another-formexec .mainTtlB,
  .form-another-formconfirm .mainTtlB {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.form-another-formexec .portal-skin-label,
.form-another-formconfirm .portal-skin-label {
  color: #163e92;
}
.form-another-formexec #bix-form th,
.form-another-formconfirm #bix-form th {
  background-color: #eef2f9;
}
.form-another-formexec .contactformProcess,
.form-another-formconfirm .contactformProcess {
  margin: 20px 0 40px;
}
.form-another-formexec .contactformProcessStep,
.form-another-formconfirm .contactformProcessStep {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #163e92;
}
.form-another-formexec .contactformProcessStep.stepped,
.form-another-formconfirm .contactformProcessStep.stepped {
  background: #163e92;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #ffffff;
}

.form-another-formconfirm-send-btn-area {
  background-color: #ffffff;
  padding: 30px 0 10px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 767px) {
  .form-another-formconfirm-send-btn-area {
    padding: 30px 0 0px;
  }
}
.form-another-formconfirm-send-btn-area .sendBox {
  margin-top: 0;
}
.form-another-formconfirm-send-btn-area .sendBox .sendBox__inner {
  position: relative;
}
.form-another-formconfirm-send-btn-area .sendBox .sendBox__inner::after {
  content: "";
  margin: auto;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  background: none !important;
}
.form-another-formconfirm-send-btn-area .sendBox .sendBox__inner .submitB {
  width: 320px;
  height: 50px;
  border-radius: 50px;
  background-color: #163e92;
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .form-another-formconfirm-send-btn-area .sendBox .sendBox__inner .submitB {
    width: 200px;
    height: 44px;
  }
}

#contact .form-another-formconfirm-back-btn-area {
  background-color: #ffffff;
  padding: 10px 0 0;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 767px) {
  #contact .form-another-formconfirm-back-btn-area {
    padding: 10px 0 35px;
  }
}
#contact .form-another-formconfirm-back-btn-area .sendBox {
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .form-another-formconfirm-back-btn-area .sendBox .reset {
  width: 200px !important;
  height: 40px;
  border-radius: 50px !important;
  background-color: #d6e2fb !important;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  position: relative;
  padding: 0;
  color: #163e92;
  border: none !important;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #contact .form-another-formconfirm-back-btn-area .sendBox .reset {
    width: 200px;
    height: 44px;
  }
}
#contact .form-another-formconfirm-back-btn-area .sendBox .reset::after {
  display: none;
}
#contact .form-another-formconfirm-back-btn-area .sendBox .reset::before {
  content: "";
  margin: auto;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  top: 50%;
  right: 18px;
  transform: translateY(-50%) rotate(45deg);
  background: none;
}

.app-pickup__area {
  margin-bottom: 60px;
  padding-inline: 15px;
  position: relative;
}

.app-pickup__wrap {
  position: relative;
  padding-bottom: 50px;
  z-index: 2;
  margin-inline: auto;
  width: 100%;
  max-width: 960px;
  padding-top: 45px;
}
@media (max-width: 767px) {
  .app-pickup__wrap {
    padding-top: 40px;
  }
}
.app-pickup__wrap:after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #e8f1f9;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#app .layer h2.app-pickup__title {
  color: #ffffff;
  background-color: #003f97;
  font-size: 2rem;
  height: 40px;
  font-weight: bold;
  line-height: 40px;
  text-align: left;
  padding-left: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", "Meiryo", sans-serif;
  max-width: 960px;
  width: calc(100% - 30px);
  margin-inline: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 767px) {
  #app .layer h2.app-pickup__title {
    line-height: 40px;
    font-size: 1.5rem;
  }
}
#app .layer h3.app-pickup-first__title {
  color: #003f97;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", "Meiryo", sans-serif;
  border-bottom: solid 2px #003f97;
  padding-bottom: 7px;
}
@media (max-width: 767px) {
  #app .layer h3.app-pickup-first__title {
    padding-bottom: 9px;
    font-size: 1.5rem;
  }
}

.app-pickup-first {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .app-pickup-first {
    margin-top: 15px;
  }
}

.app-pickup-first-txt {
  font-size: 1.6rem;
  display: block;
  text-align: justify;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .app-pickup-first-txt {
    font-size: 1.2rem;
    display: block;
  }
}

.app-pickup__img-area {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .app-pickup__img-area {
    margin-top: 20px;
  }
}

.app-pickup__img-item {
  width: 100%;
  background-color: white;
  padding: 32px 35px 40px;
}
@media (max-width: 767px) {
  .app-pickup__img-item {
    padding: 20px 15px 25px;
  }
}

.app-pickup__img-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #44505d;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", "Meiryo", sans-serif;
}
@media (max-width: 767px) {
  .app-pickup__img-title {
    font-size: 1.4rem;
  }
}

.app-pickup__img-wrap {
  width: 100%;
  margin-top: 23px;
}
@media (max-width: 767px) {
  .app-pickup__img-wrap {
    margin-top: 15px;
  }
}
.app-pickup__img-wrap > img {
  width: 100%;
  height: auto;
}

.app-pickup__img-area--2col {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .app-pickup__img-area--2col {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .app-pickup__img-area--2col {
    flex-direction: column;
    gap: 25px;
  }
}
.app-pickup__img-area--2col .app-pickup__img-item {
  width: calc(50% - 15px);
}
@media (max-width: 991px) {
  .app-pickup__img-area--2col .app-pickup__img-item {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 767px) {
  .app-pickup__img-area--2col .app-pickup__img-item {
    width: 100%;
  }
}

.app-pickup-use__area {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .app-pickup-use__area {
    margin-top: 20px;
  }
}

#app .layer h3.app-pickup-use__title {
  display: inline-block;
  position: relative;
  background: #6e7b89;
  padding-left: 10px;
  color: #fff;
  font-weight: normal;
  line-height: 35px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #app .layer h3.app-pickup-use__title {
    font-size: 1.2rem;
    line-height: 22px;
    padding: 0 5px;
  }
}
#app .layer h3.app-pickup-use__title::after {
  content: "";
  vertical-align: middle;
  border-top: 35px solid #6e7b89;
  border-right: 20px solid transparent;
  position: absolute;
  right: -20px;
  top: 0;
}
@media (max-width: 767px) {
  #app .layer h3.app-pickup-use__title::after {
    border-top: 22px solid #6e7b89;
    border-right: 15px solid transparent;
    right: -15px;
  }
}

#app .layer p.app-pickup-use__txt {
  font-size: 1.6rem;
  margin-top: 30px;
  display: block;
}
@media (max-width: 767px) {
  #app .layer p.app-pickup-use__txt {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

.app-pickup-use__link-wrap {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .app-pickup-use__link-wrap {
    margin-top: 15px;
  }
}

.app-pickup-use__link {
  text-decoration: underline;
  font-size: 1.6rem;
  color: #595959;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .app-pickup-use__link {
    font-size: 1.2rem;
  }
}
.app-pickup-use__link .pdf {
  position: relative;
}
.app-pickup-use__link .pdf::before {
  width: 14px;
  height: 17.5px;
  content: "";
  background: url(/img/products/common/pdf_icon.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: -23px;
  top: 3px;
}
@media (max-width: 767px) {
  .app-pickup-use__link .pdf::before {
    top: 0x;
  }
}
.app-pickup-use__link .arrow {
  position: relative;
}
.app-pickup-use__link .arrow::before {
  position: absolute;
  content: "";
  top: 3px;
  left: -23px;
  width: 16px;
  height: 16px;
  background: url(../../img/icon-arrow02.png) no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .app-pickup-use__link .arrow::before {
    top: 0px;
    left: -24px;
  }
}

.app-pickup--kelp-papatto {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .app-pickup--kelp-papatto {
    padding-top: 0;
  }
}
.app-pickup--kelp-papatto .app-pickup__img-area {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .app-pickup--kelp-papatto .app-pickup__img-area {
    margin-top: 20px;
  }
}
.app-pickup--kelp-papatto .app-pickup__img-item {
  margin-inline: auto;
  width: 100%;
  padding-block: 55px 60px;
}
@media (max-width: 767px) {
  .app-pickup--kelp-papatto .app-pickup__img-item {
    width: 100%;
    padding-block: 25px;
  }
}
.app-pickup--kelp-papatto .app-pickup__img-wrap {
  width: 80%;
  margin-inline: auto;
  margin-top: 0;
}
@media (max-width: 767px) {
  .app-pickup--kelp-papatto .app-pickup__img-wrap {
    width: 100%;
  }
}

/*-------------------------
  products共通
-------------------------*/
.products-greek {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}
@media (max-width: 767px) {
  .products-greek {
    font-size: 16px;
  }
}

.products-pickup-ttl {
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #003e8d;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .products-pickup-ttl {
    font-size: 16px;
  }
}

/* products 表01
-------------------------*/
.products-table--01 table {
  width: 100%;
  border-collapse: collapse;
}
.products-table--01 th {
  background: #72a0c9;
  font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif !important;
  border-left: none;
  background-color: #72a0c9;
  color: #ffffff;
  font-weight: 400 !important;
  font-size: 14px;
  border-right: #abb3ba 1px solid;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  text-align: center;
}
@media (max-width: 767px) {
  .products-table--01 th {
    font-size: 12px;
  }
}
.products-table--01 td {
  color: #46525f;
  border: #abb3ba 1px solid;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-right: 2em;
  padding-left: 2em;
  line-height: 1.75;
  background-color: #ffffff;
  font-size: 14px;
}
@media (max-width: 767px) {
  .products-table--01 td {
    font-size: 12px;
  }
}

/* products 表02
-------------------------*/
.products-table--02 table {
  width: 100%;
  border-collapse: collapse;
}
.products-table--02 th {
  background: #72a0c9;
  font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif !important;
  border-left: none;
  background-color: #72a0c9;
  color: #ffffff;
  font-weight: 400 !important;
  border-right: #abb3ba 1px solid;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-size: 14px;
  text-align: center;
}
.products-table--02 td {
  color: #46525f;
  border: #abb3ba 1px solid;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-right: 2em;
  padding-left: 2em;
  line-height: 1.75;
  background-color: #ffffff;
  font-size: 14px;
}

/* products 表scroll
-------------------------*/
.products-table--scroll {
  margin-bottom: 10px;
}
.products-table--scroll table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .products-table--scroll table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

.table__col-ttl {
  background-color: #e8f1f9 !important;
}

.table__col-k {
  width: 245px;
}

.table__col-i {
  width: 245px;
}

.products-list .products-table {
  margin-top: 20px;
}

.products-table__ttl {
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  color: #003e8d;
}
@media (max-width: 767px) {
  .products-table__ttl {
    font-size: 12px;
  }
}

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

.products-table__ttl--left {
  text-align: left;
}

.products-table__ttl--top {
  margin-bottom: 10px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .products-table__ttl--top {
    margin-top: 10px;
  }
}

.products-table__ttl--under {
  margin-top: 10px;
}

.products-table__annotation {
  font-size: 12px;
}
@media (max-width: 767px) {
  .products-table__annotation {
    margin-bottom: 20px;
  }
}

.products-conts__wrap {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .products-conts__wrap {
    margin-bottom: 50px;
  }
}

.products-conts__section {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .products-conts__section {
    margin-bottom: 30px;
  }
}

.products-conts__section-txt {
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .products-conts__section-txt {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

.double-circle {
  font-size: 22px;
}

/*----------------------------------
  カラギナン /products/carrageenan/
----------------------------------*/
.carrageenan {
  color: #46525f;
}
.carrageenan .features-figure__list {
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .carrageenan .features-figure__list {
    gap: 10px;
  }
}
@media (max-width: 543px) {
  .carrageenan .features-figure__list {
    flex-wrap: wrap;
  }
}
.carrageenan .features-figure__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #e8f1f9;
  padding: 20px;
  width: calc((100% - 30px) / 3);
}
@media (max-width: 767px) {
  .carrageenan .features-figure__list-item {
    width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 543px) {
  .carrageenan .features-figure__list-item {
    width: 100%;
  }
}
.carrageenan .features-figure__img {
  width: 100%;
}
.carrageenan .features-figure__img img {
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
}
.carrageenan .features-figure__name {
  font-size: 14px;
  color: #003e8d;
  font-weight: 700;
}
@media (max-width: 767px) {
  .carrageenan .features-figure__name {
    font-size: 12px;
  }
}
.carrageenan .features-figure__ttl {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: #003e8d;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .carrageenan .features-figure__ttl {
    font-size: 12px;
  }
}
.carrageenan .features-reactivity-figure {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .carrageenan .features-reactivity-figure {
    margin-bottom: 30px;
  }
}
.carrageenan .features-reactivity-figure__ttl {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #003e8d;
}
@media (max-width: 767px) {
  .carrageenan .features-reactivity-figure__ttl {
    font-size: 12px;
  }
}
.carrageenan .features-reactivity-figure__list {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 767px) {
  .carrageenan .features-reactivity-figure__list {
    gap: 10px;
  }
}
@media (max-width: 543px) {
  .carrageenan .features-reactivity-figure__list {
    flex-wrap: wrap;
  }
}
.carrageenan .features-reactivity-figure__list-item {
  background-color: #e8f1f9;
  padding: 30px;
}
@media (max-width: 767px) {
  .carrageenan .features-reactivity-figure__list-item {
    padding: 20px;
  }
}
@media (max-width: 543px) {
  .carrageenan .features-reactivity-figure__list-item {
    width: 100%;
  }
}
.carrageenan .features-reactivity-figure__list-img {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carrageenan .features-reactivity-figure__list-img img {
  width: 100%;
  max-width: 300px;
}
.carrageenan .features-reactivity-figure__list-ttl {
  color: #003e8d;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .carrageenan .features-reactivity-figure__list-ttl {
    font-size: 12px;
  }
}
.carrageenan .features-interaction-table__ttl {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: #003e8d;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .carrageenan .features-interaction-table__ttl {
    font-size: 12px;
  }
}
.carrageenan .features-method__figure-img {
  width: 100%;
}
@media (max-width: 767px) {
  .carrageenan .features-method__figure-img {
    overflow-x: scroll;
    margin-bottom: 10px;
  }
}
.carrageenan .features-method__figure-img img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .carrageenan .features-method__figure-img img {
    width: 800px;
    max-width: none;
  }
}
.carrageenan .features-method__annotation {
  font-size: 12px;
}
.carrageenan .features-method__figure-ttl {
  font-size: 16px;
  color: #003e8d;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .carrageenan .features-method__figure-ttl {
    font-size: 12px;
  }
}
.carrageenan .pageTopCons img {
  width: 100%;
}
.carrageenan .sectionGroup {
  margin-bottom: 50px;
}
.carrageenan .sectionGroup li {
  width: 33.3333333333%;
}
.carrageenan .sectionGroup li:first-of-type {
  border: none;
}
.carrageenan .sectionGroup li:last-of-type {
  border: none;
}
.carrageenan .sectionGroup li:nth-child(1) a {
  border-top: 1px solid #7b94a6;
  border-right: 1px solid #7b94a6;
  border-bottom: 1px solid #7b94a6;
  border-left: 1px solid #7b94a6;
}
.carrageenan .sectionGroup li:nth-child(2) a {
  border-top: 1px solid #7b94a6;
  border-right: 1px solid #7b94a6;
  border-bottom: 1px solid #7b94a6;
  border-left: none;
}
.carrageenan .sectionGroup li:nth-child(3) a {
  border-top: 1px solid #7b94a6;
  border-right: 1px solid #7b94a6;
  border-bottom: 1px solid #7b94a6;
  border-left: none;
}
.carrageenan .paragraph {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .carrageenan .paragraph {
    margin-bottom: 15px;
  }
}
.carrageenan .proTitle {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .carrageenan .proTitle {
    margin-bottom: 15px;
  }
}
.carrageenan .smallTitle {
  margin-bottom: 20px;
}
.carrageenan .mt60 {
  margin-bottom: 50px;
}
.carrageenan sup {
  font-size: 10px;
}
.carrageenan .conts {
  padding: 0 20px;
  width: 100%;
  max-width: 960px;
}
.carrageenan .external-link {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  font-weight: 700;
  color: #003e8d;
  border-bottom: solid 1px #003e8d;
  transition: 0.6s;
}
.carrageenan .external-link:hover {
  opacity: 0.7;
}
.carrageenan .external-link::after {
  content: "";
  background-image: url("/img/external-link.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
.carrageenan .products-purpose th {
  width: 25%;
}
.carrageenan .products-purpose td {
  width: 25%;
}
.carrageenan .features-gel th {
  width: 20%;
}
.carrageenan .features-gel td {
  width: 20%;
}
.carrageenan .features-gel-table-item {
  width: 215px;
}
.carrageenan .products-list th {
  width: 33.3333333333%;
}
.carrageenan .products-list td {
  width: 33.3333333333%;
}
.carrageenan .features-interaction-table-item {
  width: 184px;
}
@media (max-width: 767px) {
  .carrageenan .features-interaction-table-item {
    width: 148px;
  }
}

/*----------------------------------
  ジェランガム /products/gellan-gum/
----------------------------------*/
.gellan-gum #anchor-pickup {
  position: relative;
  padding-bottom: 50px;
  z-index: 2;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .gellan-gum #anchor-pickup {
    margin-top: 50px;
  }
}
.gellan-gum #anchor-pickup .proTitle {
  background-color: #003e8d;
  color: #fff;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .gellan-gum #anchor-pickup .proTitle {
    line-height: 28px;
  }
}
.gellan-gum #anchor-pickup::after {
  content: "";
  width: 200vw;
  height: calc(100% - 20px);
  background-color: #e8f1f9;
  position: absolute;
  top: 20px;
  left: -100vw;
  z-index: -1;
}
.gellan-gum .products-list th {
  width: 25%;
}
.gellan-gum .products-list td {
  width: 25%;
}
.gellan-gum .products-purpose th {
  width: 25%;
}
.gellan-gum .products-purpose td {
  width: 25%;
}
.gellan-gum .features-gel .products-table--02 {
  margin-bottom: 30px;
}
.gellan-gum .features-gel .products-table--02 td {
  text-align: center;
}
.gellan-gum .features-gel-table-item {
  width: 276px;
}
.gellan-gum sup {
  font-size: 10px;
}
.gellan-gum .conts {
  padding: 0 20px;
  width: 100%;
  max-width: 960px;
}
.gellan-gum .external-link {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  font-weight: 700;
  color: #003e8d;
  border-bottom: solid 1px #003e8d;
  transition: 0.6s;
}
.gellan-gum .external-link:hover {
  opacity: 0.7;
}
.gellan-gum .external-link::after {
  content: "";
  background-image: url("/img/external-link.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
.gellan-gum .proTitle {
  margin-bottom: 30px;
  height: auto;
}
.gellan-gum .smallTitle {
  margin-bottom: 20px;
}
.gellan-gum .carrageenan .smallTitle {
  margin-bottom: 20px;
}
.gellan-gum .carrageenan .paragraph {
  margin-top: 0;
  margin-bottom: 30px;
}
.gellan-gum .sectionGroup {
  margin-bottom: 50px;
}
.gellan-gum .sectionGroup li {
  width: 33.3333333333%;
}
.gellan-gum .sectionGroup li:first-of-type {
  border: none;
}
.gellan-gum .sectionGroup li:last-of-type {
  border: none;
}
.gellan-gum .sectionGroup li:nth-child(1) a {
  border-top: 1px solid #7b94a6;
  border-right: 1px solid #7b94a6;
  border-bottom: 1px solid #7b94a6;
  border-left: 1px solid #7b94a6;
}
.gellan-gum .sectionGroup li:nth-child(2) a {
  border-top: 1px solid #7b94a6;
  border-right: 1px solid #7b94a6;
  border-bottom: 1px solid #7b94a6;
  border-left: none;
}
.gellan-gum .sectionGroup li:nth-child(3) a {
  border-top: 1px solid #7b94a6;
  border-right: 1px solid #7b94a6;
  border-bottom: 1px solid #7b94a6;
  border-left: none;
}
.gellan-gum .sectionGroup li:last-of-type {
  border-right: none;
}
.gellan-gum .features-figure {
  margin-bottom: 20px;
}
.gellan-gum .features-figure__txt {
  font-size: 16px;
}
@media (max-width: 767px) {
  .gellan-gum .features-figure__txt {
    font-size: 12px;
  }
}
.gellan-gum .features-method__figure-wrap {
  display: flex;
  flex-direction: column;
  padding: 50px 40px;
  background-color: #e8f1f9;
  gap: 50px;
}
.gellan-gum .features-method__figure-img {
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .gellan-gum .features-method__figure-img {
    overflow-x: scroll;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }
}
.gellan-gum .features-method__figure-img img {
  width: 100%;
}
@media (max-width: 767px) {
  .gellan-gum .features-method__figure-img img {
    width: 800px;
    max-width: none;
    height: auto;
  }
}
.gellan-gum .features-method__annotation {
  font-size: 12px;
}
.gellan-gum .features-method__figure-ttl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  color: #003e8d;
  font-weight: 700;
}
@media (max-width: 767px) {
  .gellan-gum .features-method__figure-ttl {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.gellan-gum .features-method__figure-txt {
  font-size: 16px;
  color: #003e8d;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .gellan-gum .features-method__figure-txt {
    font-size: 14px;
  }
}
.gellan-gum .features-figure__list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .gellan-gum .features-figure__list {
    gap: 10px;
  }
}
.gellan-gum .features-figure__list-item {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: #e8f1f9;
  padding: 40px;
}
@media (max-width: 767px) {
  .gellan-gum .features-figure__list-item {
    padding: 20px;
  }
}
.gellan-gum .features-figure__name {
  font-size: 18px;
  color: #003e8d;
  font-weight: 700;
}
@media (max-width: 767px) {
  .gellan-gum .features-figure__name {
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
}
.gellan-gum .features-figure__img {
  max-width: 700px;
}
@media (max-width: 767px) {
  .gellan-gum .features-figure__img {
    width: 100%;
    max-width: none;
  }
}
.gellan-gum .features-figure__img img {
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
}
.gellan-gum .features-figure__ttl {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: #003e8d;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .gellan-gum .features-figure__ttl {
    font-size: 12px;
  }
}
.gellan-gum .features-gel__figure-wrap {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
}
@media (max-width: 767px) {
  .gellan-gum .features-gel__figure-wrap {
    row-gap: 10px;
  }
}
.gellan-gum .features-gel__figure-ctt {
  display: flex;
  align-items: start;
  gap: 30px;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .gellan-gum .features-gel__figure-ctt {
    gap: 15px;
  }
}
.gellan-gum .features-gel__figure {
  padding: 40px;
  background-color: #e8f1f9;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .gellan-gum .features-gel__figure {
    padding: 30px;
  }
}
.gellan-gum .features-gel__figure .features-gel__figure-ttl {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #003e8d;
  display: block;
}
@media (max-width: 767px) {
  .gellan-gum .features-gel__figure .features-gel__figure-ttl {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.gellan-gum .features-gel__figure .features-gel__figure-txt {
  background-color: #e8f1f9;
  font-size: 16px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .gellan-gum .features-gel__figure .features-gel__figure-txt {
    width: 100%;
    font-size: 12px;
  }
}
.gellan-gum .features-gel__figure .features-gel__figure-img {
  background-color: #e8f1f9;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .gellan-gum .features-gel__figure .features-gel__figure-img {
    width: 100%;
  }
}
.gellan-gum .features-gel__figure .features-gel__figure-img img {
  width: 100%;
}
.gellan-gum .features-gel__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
.gellan-gum .features-gel__list-item dt {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #003e8d;
}
@media (max-width: 767px) {
  .gellan-gum .features-gel__list-item dt {
    font-size: 12px;
  }
}
.gellan-gum .features-gel__list-item dd {
  font-size: 16px;
}
@media (max-width: 767px) {
  .gellan-gum .features-gel__list-item dd {
    font-size: 12px;
  }
}/*# sourceMappingURL=content.css.map */