/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
body, html {
  overflow-x: hidden;
}

#wrap {
  overflow: initial;
}

.interview .en {
  font-family: "Rubik",sans-serif;
}

.interview .cmn_hd_recruit__txt .en {
  text-transform: uppercase;
}

.interview .gBtn {
  max-width: 846px;
  margin: 131px auto 132px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .interview .gBtn {
    margin-top: 74px;
    display: block;
    margin-bottom: 62px;
  }
  .interview .gBtn .c-btn01-recruit {
    margin: 0 auto;
  }
  .interview .gBtn .c-btn01-recruit:last-child {
    margin-top: 25px;
  }
}

.interview__youtube {
  margin-top: 112px;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .interview__youtube {
    margin-top: 44px;
  }
}

.interview .c-btn_more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #F4F4F4;
  height: 59px;
  padding-left: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  transition: background 0.5s;
  border-bottom-right-radius: 10px;
}

.interview .c-btn_more span {
  color: #275FBA;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.22222em;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-right: 31px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.539' height='15.539' viewBox='0 0 15.539 15.539'%3E%3Cdefs%3E%3Cstyle%3E.a,.b%7Bfill:none;stroke:%23275fba;stroke-linecap:round;stroke-width:3px;%7D.b%7Bstroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(2.121 2.121)'%3E%3Cpath class='a' d='M3156.411,1739.107h10.938' transform='translate(-3156.411 -1733.459)'/%3E%3Cpath class='b' d='M0,7.988V0H7.988' transform='translate(11.296 5.648) rotate(135)'/%3E%3C/g%3E%3C/svg%3E");
  background-position: right 4px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  transition: background 0.3s;
}

@media only screen and (max-width: 1000px) {
  .interview .c-btn_more {
    height: 45px;
  }
}

@media (max-width: 767px) {
  .interview .c-btn_more {
    background: #7CE800;
    border-bottom-left-radius: 10px;
    height: 38px;
    padding-left: 30px;
  }
  .interview .c-btn_more span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16667em;
    padding-right: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.841' height='10.841' viewBox='0 0 10.841 10.841'%3E%3Cdefs%3E%3Cstyle%3E.a,.b%7Bfill:none;stroke:%23275fba;stroke-linecap:round;stroke-width:2px;%7D.b%7Bstroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(1.414 1.414)'%3E%3Cpath class='a' d='M3156.411,1739.107h7.731' transform='translate(-3156.411 -1735.101)'/%3E%3Cpath class='b' d='M0,5.666V0H5.666' transform='translate(8.013 4.006) rotate(135)'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 11px 11px;
    background-position: right 0 center;
  }
}

.interview .c-itembox a {
  display: block;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(24, 52, 96, 0.2);
  background: #fff;
  position: relative;
  cursor: pointer;
}

@media (min-width: 768px) {
  .interview .c-itembox a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .interview .c-itembox a .img_main {
    max-width: 496px;
    width: 100%;
  }
  .interview .c-itembox a .txtbox {
    max-width: calc(100% - 496px);
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .interview .c-itembox a .img_main,
  .interview .c-itembox a .txtbox {
    max-width: 100%;
    width: 50%;
  }
}

.interview .c-itembox a .img_main {
  overflow: hidden;
  position: relative;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.interview .c-itembox a .img_main:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 84.476%;
}

.interview .c-itembox a .img_main img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (min-width: 1025px) {
  .interview .c-itembox a:hover .txtbox .c-btn_more {
    background: #7CE800;
  }
  .interview .c-itembox a:hover .txtbox .c-btn_more span {
    background-position: right 0 center;
  }
}

.interview .c-itembox .img_sub {
  position: absolute;
  right: 0;
  bottom: -55px;
  max-width: 206px;
}

@media only screen and (max-width: 1000px) {
  .interview .c-itembox .img_sub {
    max-width: 160px;
    bottom: -40px;
  }
}

@media (max-width: 767px) {
  .interview .c-itembox .img_sub {
    max-width: 135px;
    bottom: -40px;
    right: -11px;
  }
}

.interview .c-itembox .txtbox {
  position: relative;
  overflow: hidden;
  padding-bottom: 59px;
}

@media only screen and (max-width: 1000px) {
  .interview .c-itembox .txtbox {
    padding-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .interview .c-itembox .txtbox {
    padding-top: 24px;
    padding-bottom: 58px;
  }
}

.interview .c-itembox .inbox {
  padding: 68px 200px 0 50px;
}

@media only screen and (max-width: 1080px) {
  .interview .c-itembox .inbox {
    padding: 40px 150px 0 30px;
  }
}

@media (max-width: 767px) {
  .interview .c-itembox .inbox {
    padding: 0 100px 0 23px;
  }
}

.interview .c-itembox .list_cat span {
  display: inline-block;
  border: 3px solid #275FBA;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #275FBA;
  padding: 2px 14px;
  border-radius: 25px;
}

.interview .c-itembox .list_cat span:not(:last-child) {
  margin-right: 5px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .interview .c-itembox .list_cat span {
    border: 2px solid #275FBA;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.41667em;
    padding: 1px 8px 2px;
  }
}

.interview .c-itembox .ttl_post {
  margin-top: 16px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.61538em;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #275FBA;
}

@media only screen and (max-width: 1000px) {
  .interview .c-itembox .ttl_post {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75em;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .interview .c-itembox .ttl_post {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5em;
    margin-top: 8px;
    min-height: 72px;
  }
}

.interview .c-itembox .txt {
  margin-top: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857em;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: #383838;
}

.interview .c-itembox .txt .txt-summary {
  margin-top: 4px;
}

.interview .c-itembox .txt .txt-year {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.interview .c-itembox .txt .txt-name {
  display: inline-block;
}

.interview .c-itembox .txt .txt-year:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 4px;
  width: 1px;
  height: 14px;
  background: #383838;
}

@media only screen and (max-width: 1000px) {
  .interview .c-itembox .txt {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .interview .c-itembox .txt {
    margin-top: 17px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.41667em;
  }
  .interview .c-itembox .txt .txt-summary {
    margin-top: 3px;
  }
  .interview .c-itembox .txt .txt-year {
    padding-right: 15px;
  }
  .interview .c-itembox .txt .txt-year:before {
    right: 4px;
    top: 4px;
    height: 12px;
  }
}

.interview__list {
  margin-top: 110px;
}

@media (max-width: 767px) {
  .interview__list {
    margin-top: 50px;
  }
}

.interview__list .itembox .item {
  margin-bottom: 70px;
}

.interview__list .itembox .item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .interview__list .itembox .item {
    margin-bottom: 52px;
  }
}

.cms-content h2 {
  margin-bottom: 50px;
  background: #275FBA;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.45833em;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  padding: 25px 25px 26px;
}

@media (min-width: 768px) {
  .cms-content h2 {
    text-align: center;
    border-radius: 8px;
  }
}

@media (max-width: 767px) {
  .cms-content h2 {
    margin: 0 -20px 40px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    padding: 25px 20px;
  }
}

.cms-content p {
  margin-bottom: 52px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875em;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.cms-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .cms-content p {
    margin-bottom: 47px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.73333em;
    letter-spacing: 0.025em;
  }
}

.cms-content h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #275FBA;
  border-bottom: 2px solid #275FBA;
  padding-bottom: 13px;
  margin-bottom: 27px;
  padding-left: 0;
}

.cms-content h3:before {
  display: none;
}

@media (max-width: 767px) {
  .cms-content h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444em;
    letter-spacing: 0.05em;
    padding-bottom: 17px;
    margin-bottom: 24px;
  }
}

.cms-content img {
  border-radius: 10px;
}

.single .breadcrumbs {
  position: relative;
  z-index: 1;
  line-height: 1;
  overflow: hidden;
  width: 100%;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  width: 100%;
  padding: 7px 0 0 22px;
  margin-bottom: 69px;
}

@media (max-width: 767px) {
  .single .breadcrumbs {
    padding: 0 0 0 10px;
    margin-bottom: 33px;
  }
}
.single .breadcrumbs ul {
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
}

.single .breadcrumbs li {
  display: inline;
  vertical-align: top;
}

.single .breadcrumbs li:not(:last-child) {
  padding-right: 21px;
  position: relative;
}

@media (max-width: 767px) {
  .single .breadcrumbs li:not(:last-child) {
    padding-right: 23px;
  }
}

.single .breadcrumbs li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  right: 10px;
  top: calc(50% - 1px);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(135deg) scale(0.9);
}

@media (max-width: 767px) {
  .single .breadcrumbs li:not(:last-child):after {
    right: 7px;
  }
}

.single .breadcrumbs li a,
.single .breadcrumbs li span {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 3em;
  letter-spacing: 0em;
  font-weight: 700;
  display: inline;
  color: #fff;
}

.single .breadcrumbs li a:link, .single .breadcrumbs li a:visited, .single .breadcrumbs li a:active,
.single .breadcrumbs li span:link,
.single .breadcrumbs li span:visited,
.single .breadcrumbs li span:active {
  color: #fff;
}

.single .breadcrumbs li a {
  text-decoration: underline;
}

.single .mv {
  position: relative;
  background: #275FBA;
}

.single .mv .breadcrumbs {
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .single .mv {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 574px;
    overflow: hidden;
  }
  .single .mv .txtbox,
  .single .mv .imgbox {
    width: 50%;
  }
  .single .mv .txtbox {
    padding-left: calc((100% - 1024px) / 2);
    height: 100%;
    padding-top: 117px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1060px) {
  .single .mv .txtbox {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .single .mv .imgbox {
    height: 574px;
    overflow: hidden;
  }
}

.single .mv .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single .mv .txtbox {
  position: relative;
  color: #fff;
}

@media (max-width: 767px) {
  .single .mv .txtbox {
    padding: 60px 20px 33px;
  }
}

.single .mv .txtbox::before, .single .mv .txtbox::after {
  content: '';
  position: absolute;
}

.single .mv .txtbox::before {
  width: 98px;
  height: 109px;
  background: url("//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/interview/deco02.png") no-repeat bottom left;
  background-size: 100% 100%;
  bottom: -1px;
  left: -1px;
}

@media (max-width: 767px) {
  .single .mv .txtbox::before {
    background: url("//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/interview/deco02_sp.png") no-repeat bottom left;
    background-size: 100% 100%;
    width: 67px;
    height: 74px;
  }
}

.single .mv .txtbox::after {
  width: 140px;
  height: 129px;
  background: url("//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/interview/deco01.png") no-repeat bottom left;
  background-size: 100% 100%;
  top: -1px;
  right: 0;
}

@media (max-width: 767px) {
  .single .mv .txtbox::after {
    background: url("//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/interview/deco01_sp.png") no-repeat bottom left;
    background-size: 100% 100%;
    width: 76px;
    height: 63px;
  }
}

.single .mv .list_cat span {
  display: inline-block;
  border: 3px solid #275FBA;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #275FBA;
  padding: 3px 15px 4px;
  border-radius: 25px;
  background: #FFFFFF;
}

.single .mv .list_cat span:not(:last-child) {
  margin-right: 5px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .single .mv .list_cat span {
    border: 2px solid #275FBA;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.46154em;
    padding: 2px 15px 4px;
  }
}

.single .mv .ttl_post {
  margin-top: 21px;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.57895em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media only screen and (max-width: 1000px) {
  .single .mv .ttl_post {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5em;
  }
}

@media (max-width: 767px) {
  .single .mv .ttl_post {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.46154em;
    margin-top: 12px;
  }
}

.single .mv .txt {
  margin-top: 57px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444em;
  letter-spacing: 0.025em;
  font-weight: 700;
}

.single .mv .txt .txt-summary {
  margin-top: 7px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.single .mv .txt .txt-year {
  position: relative;
  display: inline-block;
  padding-right: 26px;
}
.single .mv .txt .txt-name {
  display: inline-block;
}

.single .mv .txt .txt-year:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 4px;
  width: 2px;
  height: 19px;
  background: #fff;
}

@media (max-width: 767px) {
  .single .mv .txt {
    margin-top: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857em;
  }
  .single .mv .txt .txt-summary {
    margin-top: 7px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143em;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .single .mv .txt .txt-year {
    padding-right: 15px;
  }
  .single .mv .txt .txt-year:before {
    right: 4px;
    top: 5px;
    height: 14px;
  }
}

.single__content {
  padding: 0 20px;
  margin-top: 86px;
}

.single__content .innercontent {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .single__content {
    overflow-x: hidden;
    margin-top: 41px;
  }
}

.single__oneday {
  margin-top: 100px;
  background: #F4F4F4;
  padding: 124px 0 77px;
}

@media (max-width: 767px) {
  .single__oneday {
    margin-top: 47px;
    padding: 63px 0 46px;
  }
}

.single__oneday .inner {
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 78px 20px 63px;
}

@media (max-width: 767px) {
  .single__oneday .inner {
    padding: 50px 20px 38px;
  }
}

.single__oneday .icon {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  top: -35px;
}

@media (max-width: 767px) {
  .single__oneday .icon {
    top: -25px;
  }
  .single__oneday .icon img {
    width: 50px;
    height: 50px;
  }
}

.single__oneday .ttl-main {
  color: #275FBA;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.46667em;
  letter-spacing: 0.15em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .single__oneday .ttl-main {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5em;
  }
}

.single__oneday .contentbox {
  max-width: 844px;
  width: 100%;
  margin: 60px auto 0;
}

@media (max-width: 767px) {
  .single__oneday .contentbox {
    margin-top: 46px;
  }
}

.single__oneday .itembox {
  position: relative;
}

.single__oneday .itembox:after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 50px);
  top: 20px;
  left: 143px;
  background: url(//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/interview/icon_line.svg) top center repeat-y;
}

@media (max-width: 767px) {
  .single__oneday .itembox:after {
    left: 57px;
  }
}

.single__oneday .itembox .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.single__oneday .itembox .item .txt-time {
  position: relative;
  width: 174px;
  padding-right: 58px;
  text-align: right;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2em;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #275FBA;
  padding-top: 4px;
}

.single__oneday .itembox .item .txt-time:after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  background: #7CE800;
  border-radius: 50%;
  top: 12px;
  right: 26px;
  z-index: 2;
}

@media (max-width: 767px) {
  .single__oneday .itembox .item .txt-time {
    width: 74px;
    padding-right: 32px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.73333em;
    padding-top: 1px;
    white-space: nowrap;
  }
  .single__oneday .itembox .item .txt-time:after {
    width: 8px;
    height: 8px;
    right: 12px;
    top: 9px;
  }
}

.single__oneday .itembox .item .txtbox {
  width: calc(100% - 174px);
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 22px;
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .single__oneday .itembox .item .txtbox {
    width: calc(100% - 74px);
    padding-bottom: 15px;
    margin-bottom: 17px;
  }
}

.single__oneday .itembox .item .txtbox .ttl {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #275FBA;
}

@media (max-width: 767px) {
  .single__oneday .itembox .item .txtbox .ttl {
    margin-bottom: 8px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.73333em;
    letter-spacing: 0.025em;
  }
}

.single__oneday .itembox .item .txtbox .content {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.86667em;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .single__oneday .itembox .item .txtbox .content {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857em;
  }
}

.single__oneday .itembox .item .txtbox .content img {
  border-radius: 7px;
}

@media (max-width: 767px) {
  .single__oneday .itembox .item .txtbox .content img {
    border-radius: 4px;
  }
}

.single__oneday .itembox .item .txtbox .content p {
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.86667em;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.single__oneday .itembox .item .txtbox .content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .single__oneday .itembox .item .txtbox .content p {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857em;
  }
}

.single__oneday .itembox .item:last-child .txtbox {
  margin-bottom: 0;
}

.single__oneday .itembox .item:last-child .txtbox:after {
  content: "";
  position: absolute;
  left: -36px;
  top: 12px;
  background: #fff;
  width: 10px;
  height: 100%;
  z-index: 1;
}

@media (max-width: 767px) {
  .single__oneday .itembox .item:last-child .txtbox:after {
    left: -22px;
  }
}

.single__other {
  margin-top: 123px;
  margin-bottom: 82px;
}

.single__other .navbox {
  max-width: 885px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -71px;
}

@media (max-width: 767px) {
  .single__other .navbox {
    margin-top: -35px;
  }
}


.single__other .navbox .swiper-button-next,
.single__other .navbox .swiper-button-prev {
  background-color: #fff;
  border-radius: 100px;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  box-shadow: 0 0 25px rgba(24, 52, 96, 0.25);
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.single__other .navbox .swiper-button-next:before,
.single__other .navbox .swiper-button-prev:before {
  content: '';
  width: 20px;
  height: 20px;
  transition: all 0.3s;
  background-image: url(//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/common-recruit/ico_arr04_blue.svg);
}

@media (min-width: 768px) {
  .single__other .navbox .swiper-button-next,
  .single__other .navbox .swiper-button-prev {
    width: 68px;
    height: 68px;
  }
}

@media only screen and (min-width: 1025px) {
  .single__other .navbox .swiper-button-next:hover,
  .single__other .navbox .swiper-button-prev:hover {
    opacity: 0.75;
  }
  .single__other .navbox .swiper-button-next:hover:before,
  .single__other .navbox .swiper-button-prev:hover:before {
    transform: translateX(4px);
  }
}

@media (max-width: 767px) {
  .single__other .navbox .swiper-button-next,
  .single__other .navbox .swiper-button-prev {
    width: 42px;
    height: 42px;
    top: -10px;
  }
  .single__other .navbox .swiper-button-next:before,
  .single__other .navbox .swiper-button-prev:before {
    width: 14px;
    height: 14px;
    background-image: url(//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/common-recruit/ico_arr02_blue.svg);
  }
}

.single__other .navbox .swiper-button-next:after,
.single__other .navbox .swiper-button-prev:after {
  display: none;
}

.single__other .navbox .swiper-button-next {
  right: calc(50% - 442px);
}

@media (max-width: 767px) {
  .single__other .navbox .swiper-button-next {
    right: 6px;
  }
}

.single__other .navbox .swiper-button-prev {
  left: calc(50% - 442px);
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .single__other .navbox .swiper-button-prev {
    left: 6px;
  }
}

.single__other .swiper-pagination-fraction, .single__other .swiper-pagination-custom, .single__other .swiper-horizontal > .swiper-pagination-bullets, .single__other .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  font-size: 0;
  line-height: 1;
}

.single__other .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0 8px;
  background: #DEDEDE;
  opacity: 1;
}

@media (max-width: 767px) {
  .single__other .swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 5px;
    width: 7px;
    height: 7px;
  }
}

.single__other .swiper-pagination-clickable .swiper-pagination-bullet-active {
  background: #7CE800;
}

@media (max-width: 767px) {
  .single__other {
    margin-top: 57px;
    margin-bottom: 53px;
  }
}

.single__other .ttl-en {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1em;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #275FBA;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.single__other .ttl-main {
  text-align: center;
}

.single__other .ttl-main span {
  display: inline-block;
  color: #275FBA;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.54167em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media (min-width: 768px) {
  .single__other .ttl-main span {
    padding: 0 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='371.055' height='37' viewBox='0 0 371.055 37'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23275fba;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-486.052 -4880.842)'%3E%3Cpath class='a' d='M20889.191,4545.289h-5.242v35h5.242' transform='translate(-20396.898 336.553)'/%3E%3Cpath class='a' d='M20883.949,4545.289h5.242v35h-5.242' transform='translate(-20033.086 336.553)'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
}

@media (max-width: 767px) {
  .single__other .ttl-main span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5em;
  }
}

.single__other .slidebox {
  margin-top: 58px;
  position: relative;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .single__other .slidebox {
    margin-top: 30px;
    padding-bottom: 37px;
  }
}

@media (min-width: 768px) {
  .single__other .itembox .item {
    width: 650px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .single__other .itembox a .img_main {
    max-width: 324px;
  }
  .single__other .itembox a .txtbox {
    max-width: calc(100% - 324px);
  }
}

.single__other .itembox a .img_main:before {
  padding-top: 83.025%;
}

.single__other .itembox .img_sub {
  position: absolute;
}

@media (max-width: 767px) {
  .single__other .itembox .img_sub {
    max-width: 150px;
    bottom: -51px;
    right: -19px;
  }
}

.single__other .itembox .txtbox {
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .single__other .itembox .txtbox {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .single__other .itembox .txtbox {
    padding-top: 26px;
  }
}

@media (min-width: 768px) {
  .single__other .itembox .inbox {
    padding: 40px 50px 40px 32px;
  }
}

.single__other .itembox .list_cat span {
  border: 2px solid #275FBA;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.41667em;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #275FBA;
  padding: 2px 16px 3px;
}

@media (max-width: 767px) {
  .single__other .itembox .list_cat span {
    border: 2px solid #275FBA;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.41667em;
    padding: 3px 10px 4px;
  }
}

.single__other .itembox .ttl_post {
  margin-top: 23px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.45455em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .single__other .itembox .ttl_post {
    margin-top: 6px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}

@media (min-width: 768px) {
  .single__other .itembox .txt {
    margin-top: 23px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857em;
    letter-spacing: 0.025em;
    font-weight: 700;
    color: #275FBA;
  }
  .single__other .itembox .txt .txt-year:before {
    background: #275FBA;
  }
}
.hs_cos_wrapper_type_module,.hs_cos_wrapper_type_inline_text {
  display: inline;
}
/*# sourceMappingURL=maps/interview.min.css.map */