@charset "utf-8";


/* ========================================================
index 
======================================================== */
#hero {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin-bottom: 40px;
  background: url(../../img/top/hero_img01.jpg) no-repeat 0 78%;
  background-size: cover;
}
#hero.img02 { background: url(../../img/top/hero_img02.jpg) no-repeat 0 55%; background-size: cover; }
#hero.img03 { background: url(../../img/top/hero_img03.jpg) no-repeat 0 16%; background-size: cover; }

#hero h1 {
  position: absolute;
  left: 50%;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 1000px;
  height: 100%;
  margin-left: -500px;
  color: #fff;
  font-size: 26px;
  line-height: 2;
  letter-spacing: .15em;
  text-align: right;
  z-index: 3;
}
body.en #hero h1 {
  font-size: 24px;
  line-height: 1.8;
  text-align: left;
}
#hero h1 span {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}
#slider {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#slider img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #hero {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    margin-bottom: 1rem;
    background: url(../../img/top/hero_img01_sp.jpg) no-repeat 0 50%;
    background-size: cover;
  }
  #hero h1 {
    left: 0;
    top: 0;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    margin-left: 0;
    color: #fff;
    font-size: .928rem;
    text-align: left;
    z-index: 3;
  }
  #hero h1 span {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    letter-spacing: -.03em;
    font-weight: 500;
    padding: 15px;
  }
  
  body.en #hero h1 {
    left: 0;
    box-sizing: border-box;
    font-size: 12px;
  }
  body.en #hero h1 br {
    display: none;
  }
  body.en #hero h1 span {
    letter-spacing: .05em;
  }

  #slider {
    position: relative;
    margin-top: -55px;
    z-index: 1;
  }
  #slider img {
    display: none;
  }
}

.news_icon {
  display: inline-block;
  width: 88px;
  height: 18px;
  margin-left: 20px;
  border-radius: 9px;
  text-align: center;
  line-height: 18px;
  white-space: nowrap;
  letter-spacing: .1em;
  font-size: 10px;
  color: #fff;
}
.news_icon.corporate { background: #024291; }
.news_icon.event { background: #00b1eb; }
.news_icon.trend { background: #b8cd4e; }

.news {
  width: 1000px;
  margin: 0 auto 2.5rem;
}
.news dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: .5rem;
}
.news dl dt {
  width: 20%;
  padding: 1.1rem .3rem;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  color: #6a6a6a;
}
.news dl dd {
  width: 80%;
  padding: 1.1rem .3rem;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.news dl dt:nth-last-child(2),
.news dl dd:nth-last-child(1) {
  border-bottom: 0;
}

/* TOP：NEWS Release一覧ボタン */
.btn_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.btn_list a {
	display: inline-block;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;

  border-radius: 4px;
  box-sizing: border-box;
	color: #1e357a;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #1e357a;
	background: #fff;
  box-shadow: 0 5px #152556;
}
.btn_list a {
  padding: 8px 15px 6px;
  font-size: 92%;
}
.btn_list a:hover {
  background: #1e357a;
  color: #fff;
}

.news a[target="_blank"] {
  padding: .5rem 0;
  text-decoration: none;
  color: #333;
  padding-right: 20px;
  background: url(../../img/common/icon_blank.png) no-repeat 100% 50%;
}
.news a.pdf {
  padding-right: 20px;
  background: url(../../img/common/icon_pdf.png) no-repeat 100% 50%;
}
.news a.docx,
.news a.doc {
  padding-right: 20px;
  background: url(../../img/common/icon_doc.png) no-repeat 100% 50%;
}
.news a.ppt,
.news a.pptx {
  padding-right: 20px;
  background: url(../../img/common/icon_ppt.png) no-repeat 100% 50%;
}
.news a.xls,
.news a.xlsx {
  padding-right: 20px;
  background: url(../../img/common/icon_xls.png) no-repeat 100% 50%;
}

.news a[target="_blank"]:hover {
  color: #024291;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .news {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 1.5rem;
    box-sizing: border-box;
  }

  .news dl dt {
    width: 100%;
    padding: 1rem .3rem 0;
    border-bottom: 0;
  }
  .news_icon {
    margin-left: 10px;
  }
  .news dl dd {
    width: 100%;
    padding: .3rem .3rem 1rem;
    line-height: 1.8;
  }
  .news a.pdf,
  .news a.docx,.news a.doc
  .news a.ppt,.news a.pptx,
  .news a.xls,.news a.xlsx {
    background-size: 14px auto;
  }
  .btn_list a {
    font-size: 100%;
  }
}

.our_business {
  width: 100%;
  padding: 2rem 0;
  background-image: -moz-linear-gradient( 90deg, rgb(189,216,238) 13%, rgb(226,238,249) 99%);
  background-image: -webkit-linear-gradient( 90deg, rgb(189,216,238) 13%, rgb(226,238,249) 99%);
  background-image: -ms-linear-gradient( 90deg, rgb(189,216,238) 13%, rgb(226,238,249) 99%);
}
.our_business h2 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: #595959;
}
.our_business .contents {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto 1.5rem;
}
.phbox {
  display: block;
  width: 310px;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 45px 12px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  opacity: 1;
  transition: .3s;
}
.phbox:hover {
  opacity: 0.8;
  transition: .3s;
}
.thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 306px;
  height: 202px;
  margin: 2px auto 0;
}
.thumb p { margin: 0 auto; }
.thumb img { width: 100%; }
.icon_business {
  margin: -12px auto 5px;
  width: 118px;
  height: 24px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  line-height: 24px;
}
.phbox h4 {
  padding-top: 1.5rem;
  text-align: center;
  font-size: 1.1rem;
}
.phbox .txt_outline {
  padding: 1rem 1.5rem 2rem;
}
#business01 .thumb { background: url(../../img/top/business_ph01.png) no-repeat 0 0; }
#business02 .thumb { background: url(../../img/top/business_ph02.png) no-repeat 0 0; }
#business03 .thumb { background: url(../../img/top/business_ph03.png) no-repeat 0 0; }
#business01 .thumb p { width: 191px; }
#business02 .thumb p { width: 194px; }
#business03 .thumb p { width: 121px; }
#business01 .icon_business { background: #b8cd50; }
#business02 .icon_business { background: #00b1eb; }
#business03 .icon_business { background: #008ffe; }
#business01.phbox h4 { color: #b5cb4c; }
#business02.phbox h4 { color: #00b1eb; }
#business03.phbox h4 { color: #008ffe; }

@media screen and (max-width: 768px) {
  .our_business .contents {
    flex-direction: column;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .our_business h2 {
    margin-bottom: .5rem;
    font-size: 20px;
  }
  .phbox {
    width: 100%;
    margin: 10px auto;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  }
  .thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98%;
    height: 202px;
    margin: 1% auto 0;
  }
  
  #business01 .thumb,
  #business02 .thumb,
  #business03 .thumb {
    background-size: cover;
  }
  #business01 .thumb p { width: 66%; }
  #business02 .thumb p { width: 59%; }
  #business03 .thumb p { width: 47%; }
  .phbox .txt_outline {
    font-size: 12px;
  }
}



.catbox {
  margin-bottom: 4rem;
}
.box01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.7rem;
  padding: 38px 30px;
  border-radius: 3px;
  background: #f0f5fa;
}
.box01.slide {
  display: block;
}
.services.box01 {
  display: block;
}
.columnbox {
  display: flex;
  justify-content: space-between;
}
.box01 .inbox {
  width: 640px;
  box-sizing: border-box;
}
.box01 .inbox.noimg {
  width: 100%;
}
.box01 .txtbox {
  display: flex;
  justify-content: space-between;
}
.box01 .txtbox .logo {
  width: 90px;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 10px;
}
.box01 .txtbox .logo img {
  width: 100%;
}
.box01 .txtbox p {
  margin-bottom: 1.3rem;
}
.box01 .txtbox p:last-child {
  margin-bottom: 0;
}

.box01 .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 160px;
}
#services .box01 .img {
  background: #d9e2ea;
}
.box01 .img img {
  width: 100%;
}
.box01 .img.vertical img {
  width: auto;
  height: 100%;
  max-height: 160px;
}
.box01 .img.oblong img {
  width: 100%;
  height: auto;
  max-width: 280px;
  max-height: inherit;
}
.box01 .img.oblong_h img {
  width: auto;
  height: auto;
  max-width: auto;
  max-height: 160px;
}
.free_box {
  margin-top: 1rem;
}
.slide .suptxt {
  font-size: .75rem;
  margin-top: .8rem;
}
.events_slide {
  width: 100%;
  margin-top: .6rem;
}
.events_slide div.thumb {
  width: 200px;
  margin: 0 10px;
  outline: none;
}
.events_slide div img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .events_slide {
    margin-top: 1rem;
  }
  .events_slide div.thumb {
    width: 100%;
    margin: 0 5px;
  }
  
  .catbox {
    margin-bottom: 2.5rem;
  }
  .box01 {
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 20px 15px;
  }
  .columnbox {
    justify-content: flex-start;
    flex-direction: column;
  }
  .box01 .inbox {
    width: 100%;
    margin-bottom: .8rem;
  }
  .box01.services .inbox {
    margin-bottom: 1.5rem;
  }
  .box01 .txtbox {
    display: flex;
    justify-content: space-between;
  }
  .box01 .txtbox div {
    width: 100%;
  }
  .box01 .txtbox div.column_set {
    width: 78%;
  }
  .box01 .txtbox .logo {
    width: 22%;
    padding-left: .5rem;
  }
  .box01 .txtbox .logo img {
    width: 100%;
  }
  .box01 .txtbox p {
    margin-bottom: 1rem;
  }
  .box01 .txtbox p.txt {
    width: 100%;
  }
  .box01 .txtbox p:last-child {
    margin-bottom: 0;
  }
  .box01 .img {
    width: 100%;
    height: inherit;
  }
}


/* ========================================================
Our Services
======================================================== */
#services #keyv h1 {
  background: #18295b url(../../img/services/keyv.jpg) no-repeat 50% 0;
  background-size: cover;
}
#services .txt_outline .logo {
  margin-bottom: 40px;
  text-align: center;
}
#services .txt_outline h2 {
  margin-bottom: 25px;
  text-align: center;
  color: #bed245;
  font-size: 22px;
}
#services .txt_outline p {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #services .txt_outline .logo {
    width: 62%;
    margin: 0 auto 1.2rem;
  }
  #services .txt_outline .logo img {
    width: 100%;
  }
  #services .txt_outline h2 {
    margin-bottom: 1.5rem;
    font-size: 4vw;
    margin-left: 1.2rem;
  }
  #services .txt_outline p {
    margin-bottom: 1rem;
    font-size: 2.85vw;
    text-align: left;
  }
}

/* ========================================================
Inbound/Outbound
======================================================== */
#inbound_outbound #keyv h1 {
  background: #18295b url(../../img/inbound_outbound/keyv.jpg) no-repeat 50% 0;
  background-size: cover;
}
.txt_read {
  font-weight: bold;
  margin-bottom: 2rem;
}
.box02 {
  margin-bottom: 1.7rem;
  padding: 25px 30px 35px;
  border-radius: 3px;
  background: #f0f5fa;
}

.box02 .inbox {
  display: flex;
  justify-content: space-between;
}
.box02 .txtbox {
  width: 625px;
  margin-top: -6px;
}
.box02 .txtbox h4 {
  line-height: 2;
  margin-bottom: .8rem;
}
.box02 .txtbox p {
  margin-bottom: 1.3rem;
}
.box02 .txtbox p:last-child {
  margin-bottom: 0;
}
.box02 .img {
  position: relative;
  width: 280px;
  height: 160px;
  overflow: hidden;
  background: #fff;
}
.box02 .img img {
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .txt_read {
    margin-bottom: 1.5rem;
  }
  .box02 {
    justify-content: flex-start;
    margin-bottom: 1.5rem;
    padding: 20px 15px;
  }
  .box02 .inbox {
    justify-content: flex-start;
    flex-direction: column;
  }
  .box02 .txtbox {
    width: 100%;
    margin-top: 0;
  }
  .box02 .txtbox h4 {
    line-height: 1.8;
    margin-bottom: .5rem;
  }
  .box02 .txtbox p {
    margin-bottom: 1rem;
  }
  .box02 .img {
    width: 100%;
    height: inherit;
    margin-bottom: 1rem;
  }
  .box02 .img img {
    position: static;
  }
}

/* ========================================================
EVENTS
======================================================== */
#events #keyv h1 {
  background: #18295b url(../../img/events/keyv.jpg) no-repeat 50% 0;
  background-size: cover;
}

/* modal
---------------------------------------------------------- */
#move_overlay {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(14,25,56,.73);
}
.modal {
  display: none;
  position: fixed;
  z-index: 1100;
  width: 760px;
  box-sizing: border-box;

}
.modal .ph_slide {
  width: 760px;
}
.modal .ph_slide img {
  width: 100%;
}

/* CLOSE Button */
.btn-close {
  position: absolute;
  top: -50px;
  right: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 39px;
  height: 39px;
}
.btn-close img {
  position: absolute;
  top: 50%;
  right: 45px;
  margin-top: -4px;
}
.btn-close:hover {
  cursor: pointer;
  opacity: .75;
}
.btn-close::before, .btn-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 39px;
  height: 3px;
  background-color: #fff;
}
.btn-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .modal {
    width: 80%;
  }
  .modal .ph_slide {
    width: 100%;
  }
  .modal .ph_slide img {
    width: 100%;
  }
  
  
  /* CLOSE Button */
  .btn-close {
    top: -40px;
    width: 30px;
    height: 30px;
  }
  .btn-close img {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -4px;
  }
  .btn-close::before, .btn-close::after {
    width: 30px;
  }
}

/* ========================================================
About Us
======================================================== */
#about #keyv h1 {
  background: #18295b url(../../img/about/keyv.jpg) no-repeat 50% 0;
  background-size: cover;
}
#about .group_policy {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
#about .group_policy .contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 484px;
  padding: 20px 10px;
  box-sizing: border-box;
  background: #f0f5fa;
  font-weight: bold;
}
#about .group_policy .contents dt {
  height: 26px;
  line-height: 24px;
  margin: 0 auto 10px;
  text-align: center;
}

#about .group_policy .contents dt span {
  display: inline-block;
  background: #00388d;
  color: #fff;
  padding: 2px 10px;
}
#about .group_policy .contents dd {
  text-align: center;
  color: #00388d;
}
#about .group_policy .contents .philosophy dd {
  font-size: 22px;
  letter-spacing: -.03em;
}
#about.en .group_policy .contents .philosophy dd {
  font-size: 20px;
}
#about .group_policy .contents .policy dd {
  font-size: 34px;
}
#about.en .group_policy .contents .policy dd {
  padding-top: 18px;
}
#about .hawaii_vision {
  min-height: 968px;
  margin-bottom: 2.8rem;
  padding: 50px 35px;
  box-sizing: border-box;
  background: url(../../img/about/bg_hawaii.jpg) no-repeat 0 0;
}
#about .hawaii_vision h3 {
  text-align: center;
  font-size: 28px;
  color: #fff;
  margin-bottom: 1rem;
}
#about .hawaii_vision .txt_outline {
  margin-bottom: 2rem;
  padding: 0 60px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.88;
}
#about .hawaii_vision .inbox {
  width: 700px;
  margin: 0 auto;
  padding: 35px 40px;
  box-sizing: border-box;
  background:rgba(255,255,255,.93);
  font-size: 16px;
  font-weight: bold;
  color: #3a3a3a;
  border-radius: 4px;
  box-shadow: 0px 1px 25.11px 1.89px rgba(0, 0, 0, 0.17);
}
#about .hawaii_vision .inbox p {
  line-height: 1.875;
}
#about .hawaii_vision .inbox p + p {
  margin-top: 1.5rem;
}



.president_message {
  display: flex;
  margin-bottom: 2.8rem;
  background: #f3f3f3;
  max-height: 340px;
  overflow: hidden;
}
.message_txt {
  padding: 30px 30px 30px 25px;
}
.message_txt .policy_txt_meaning {
  text-indent: -12px;
  margin-bottom: .5rem;
  font-size: 20px;
  font-weight: bold;
  color: #00388d;
}
.message_txt ul.policy_txt {
  margin-bottom: .5rem;
  line-height: 2;
}
.message_txt li strong {
  font-size: 14px;
}
.message_txt li strong::after {
  content: " - ";
  font-weight: normal;
}
.message_txt .message_catchcopy {
  margin-bottom: 1.2rem;
  font-size: 18px;
  font-weight: bold;
  color: #3a3a3a;
}
.president_sign {
  text-align: right;
}

.local_nav_b {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.local_nav_b a.btn_back {
  display: block;
  width: 480px;
}
.local_nav_b a.btn_back img {
  width: 100%;
}

/* en */
#about.en .hawaii_vision {
  min-height: inherit;
  padding: 50px 35px 200px;
  background: url(../../img/about/bg_hawaii.jpg) no-repeat 50% 100%;
  background-size: cover;
}
#about.en .hawaii_vision .txt_outline {
  padding: 0 30px;
}
#about.en .hawaii_vision .inbox {
  width: 800px;
}
#about.en .message_txt .policy_txt_meaning {
  text-indent: 0;
}
#about.en .message_txt ul.policy_txt {
  font-size: 13px;
}

/* About Us ディレクトリ共通 */
.offices_map {
  margin-bottom: 3rem;
  padding: 40px 30px;
  box-sizing: border-box;
  background: #e6f3fe;
}
.offices_map h3 {
  margin-bottom: 1.1rem;
  color: #254294;
  font-size: 28px;
}
.offices_map p.outline_txt {
  margin-bottom: 1.3rem;
  color: #444444;
  font-size: 16px;
}
.offices_map p.pdf_box {
  margin-bottom: 1.5rem;
}

.offices_map_img {
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.offices_map_img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #about .group_policy {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
  #about .group_policy .contents {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: inherit;
    margin-bottom: 1rem;
    background: #f0f5fa;
    font-weight: bold;
  }

  #about .group_policy .contents dd {
    text-align: center;
    color: #00388d;
  }
  #about .group_policy .contents .philosophy dd {
    font-size: 17px;
    letter-spacing: -.03em;
  }
  #about .group_policy .contents .policy dd {
    font-size: 27px;
  }
  #about.en .group_policy .contents .policy dd {
    padding-top: 8px;
    padding-bottom: 12px;
  }
  #about .hawaii_vision,
  #about.en .hawaii_vision {
    min-height: inherit;
    margin-bottom: 2rem;
    padding: 50px 15px;
    background: #000 url(../../img/about/bg_hawaii_sp.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  #about .hawaii_vision h3 {
    margin-bottom: 1rem;
    padding: 0 4%;
    text-align: left;
    font-size: 22px;
  }
  #about .hawaii_vision .txt_outline,
  #about.en .hawaii_vision .txt_outline {
    margin-bottom: 2.5rem;
    padding: 0 4%;
    text-align: left;
    font-size: 12px;
  }
  #about .hawaii_vision .inbox,
  #about.en .hawaii_vision .inbox {
    width: 100%;
    padding: 8% 6%;
    font-size: 12px;
  }
  #about .hawaii_vision .inbox p + p {
    margin-top: 1rem;
  }
  
  .president_message {
    flex-direction: column;
    margin-bottom: 1rem;
    background: none;
    max-height: inherit;
    overflow: visible;
  }
  .message_txt {
    padding: 1.5rem 0 1.8rem;
  }
  .message_txt h3 {
    margin-bottom: .5rem;
  }
  .message_txt .policy_txt_meaning {
    text-indent: -12px;
    font-size: 19px;
    line-height: 1.5;
  }
  .message_txt ul.policy_txt {
    margin-bottom: .5rem;
    line-height: 2;
    font-size: 14px;
  }
  .message_txt li + li {
    margin-top: .5rem;
  }
  .message_txt li strong {
    display: block;
  }
  .message_txt .message_catchcopy {
    margin-bottom: 1.8rem;
    font-size: 17px;
  }
  .message_ph img,
  .president_message h3 img {
    width: 100%;
  }
  .president_sign img {
    width: 70%;
  }
  
  
  .local_nav_b {
    flex-direction: column;
  }
  .local_nav_b a.btn_back {
    display: block;
    width: 90%;
    margin: 0 auto 1.3rem;
  }
  .local_nav_b a:last-child {
    margin-bottom: 0;
  }
  .offices_map {
    margin-bottom: 2rem;
    padding: 20px 15px;
    box-sizing: border-box;
    background: #e6f3fe;
  }
  .offices_map h3 {
    margin-bottom: 1.1rem;
    color: #254294;
    font-size: 19px;
  }
  .offices_map p.outline_txt {
    margin-bottom: 1.3rem;
    color: #444444;
    font-size: 12px;
  }
  .offices_map p.pdf_box {
    margin-bottom: 1.5rem;
  }
}

/* ========================================================
Corporate Profile
======================================================== */
#corporate #keyv h1 {
  background: #18295b url(../../img/corporate/keyv.jpg) no-repeat 50% 0;
  background-size: cover;
}


/* ========================================================
Store Map
======================================================== */
#storemap #keyv h1 {
  background: #18295b url(../../img/storemap/keyv.jpg) no-repeat 50% 0;
  background-size: cover;
}

.box03 {
  margin-bottom: 2rem;
  padding: 25px 30px 35px;
  border-radius: 3px;
  background: #f0f5fa;
}

.address {
  margin-bottom: 1rem;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
}
.box03 .txtbox p {
  margin-bottom: 1.3rem;
}
.box03 .txtbox p:last-child {
  margin-bottom: 0;
}
.box03 .phbox01 {
  display: flex;
  justify-content: space-between;
  margin: 2rem 35px 0;
}
.box03 .phbox01 div {
  display: block;
  width: 420px;
}
.box03 .phbox01 div img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .box03 {
    justify-content: flex-start;
    margin-bottom: 1.5rem;
    padding: 20px 15px;
  }
  .box03 .phbox01 {
    margin: 1rem 0 0;
  }
  .box03 .phbox01 div {
    display: block;
    width: 100%;
    margin-right: 2%;
  }
  .box03 .phbox01 div:nth-child(2n),
  .box03 .phbox01 div:last-child {
    margin-right: 0;
  }
}


.box04 {
  margin-bottom: 2rem;
  padding: 25px 30px 35px;
  border-radius: 3px;
  background: #f0f5fa;
}
.address {
  margin-bottom: 1rem;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
}
.box04 .inbox {
  display: flex;
  justify-content:space-between;
}
.box04 .txtbox {
  width: 600px;
}
.box04 .txtbox.noimg {
  width: 100%;
}
.box04 .txtbox .blank_box,
.box04 .txtbox .zoom_box {
  margin-top: 1rem;
}

.box04 .phbox01 {
  display: block;
  width: 300px;
}
.box04 .phbox01 img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .box04 {
    padding: 20px 15px;
    margin-bottom: 1.5rem;
  }
  .box04 .inbox {
    flex-direction: column;
    justify-content: flex-start;
  }
  .box04 .txtbox {
    width: 100%;
  }
  .box04 .phbox01 {
    width: 100%;
    margin: .5rem auto 0;
  }
  .box04 .phbox01 div {
    display: block;
    width: 100%;
    margin-right: 2%;
  }
  .box04 .phbox01 div:nth-child(2n),
  .box04 .phbox01 div:last-child {
    margin-right: 0;
  }
}


/* ========================================================
Career
======================================================== */
#career #keyv h1 {
  background: #18295b url(../../img/career/keyv.jpg) no-repeat 50% 0;
  background-size: cover;
}
.two_column {
  display: flex;
  justify-content: space-between;
}
.two_column .left_column {
  width: 740px;
}
.two_column .left_column .txt_outline {
  margin-bottom: 2rem;
}
.two_column .left_column .txtbox {
  margin-bottom: 2rem;
}
.two_column .right_column {
  width: 220px;
}
.two_column .right_column .ttl {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  background: #e2e2e2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.two_column .right_column .linkbox {
  padding: 20px;
  background: #f1f1f1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.thumb_link {
  display: block;
  width: 180px;
  margin: 0 auto 1.2rem;
  font-size: 12px;
  text-decoration: none;
  opacity: 1;
  padding-bottom: 1.2rem;
  border-bottom: 1px dashed #e2e2e2;
}
.thumb_link:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.thumb_link img {
  width: 100%;
}
.thumb_link:hover {
  opacity: .8;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .two_column {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .two_column .left_column {
    width: 100%;
  }
  .two_column .left_column .txtbox {
    margin-bottom: 1rem;
  }
  .two_column .right_column {
    width: 100%;
  }
  .two_column .right_column .ttl {
    font-size: 13px;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .two_column .right_column .linkbox {
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  
  .thumb_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto 1rem;
    font-size: 12px;
  }
  .thumb_link p:first-child {
    width: 34%;
  }
  .thumb_link p:last-child {
    width: 62%;
  }
}

.officeimg {
  display: flex;
  justify-content: space-between;
  margin: 1.5rem auto 2rem;
}
.officeimg li {
  width: 240px;
}
.officeimg li img {
  width: 100%;
}


.eventbox {
  margin-bottom: 2rem;
  padding: 25px 30px;
  border-radius: 3px;
  background: #f0f5fa;
}
.eventlist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  font-weight: bold;
  font-size: 12px;
}
.eventlist dt {
  position: relative;
  width: 14%;
  flex-grow: 1;
  margin-bottom: .3rem;
}
.eventlist dt::after {
  content: ":";
  position: absolute;
  top: 0;
  right: 8px;
}
.eventlist dd {
  width: 78%;
  flex-grow: 2;
  margin-bottom: .3rem;
  font-weight: normal;
}

.recruitlist {
  border: 2px solid #254294;
  border-radius: 3px;
  margin: 2rem auto;
}
.recruitlist dt {
  position: relative;
  display: flex;
  align-items: center;
	height: 46px;
  padding-left: 20px;
  font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
  cursor: pointer;
  border-top: 1px solid #254294;
  background: url(../../img/common/icon_open.png) no-repeat 96% 50%;
  color: #254294;
}
.recruitlist dt:first-child {
  border-top: 0;
}
.recruitlist dt.open {
  background: url(../../img/common/icon_close.png) no-repeat 96% 50%;
}

.recruitlist dd {
	display: none;
}
.recruitlist dd .openlist {
	padding: 25px;
}
.recruitlist dd .openlist p {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .eventbox {
    margin-bottom: 1.5rem;
    padding: 20px 15px;
  }
  .eventlist dt {
    width: 100%;
  }
  .eventlist dd {
    width: 100%;
    margin-bottom: .8rem;
  }
  .eventlist dt::after {
    content: none;
  }
  
  #job_offer {
    padding-top: 60px;
    margin-top: -60px;
  }
  .recruitlist {
    margin: 1rem auto 1.5rem;
  }
  .recruitlist dt {
    height: inherit;
    padding: .8rem 2.2rem .8rem .8rem;
    line-height: 1.5;
    font-size: 13px;
    background-size: 12px auto;
  }
  .recruitlist dd .openlist {
    padding: 5px;
  }
  .recruitlist dt.open {
    background-size: 12px auto;
  }
  
}

/* ========================================================
Career > Employee Comments
======================================================== */
.txt_status {
  font-size: 12px;
  margin-bottom: 2rem;
}
.ph_voice {
  width: 420px;
  height: 280px;
  margin-bottom: 2rem;
  overflow: hidden;
}
.ph_voice img {
  width: 100%;
}
.qalist {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.qalist:last-of-type {
  border-bottom: 0;
}
.qalist dt {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.qalist dt div.icon_q {
  display: flex;
  justify-content: center;
  align-items: center;
	width: 32px;
  height: 32px;
  margin-right: 15px;
  line-height: 0;
  border-radius: 4px;
	text-align: center;
	background: #1e357a;
  color: #fff;
}

.qalist dd {
  display: flex;
  justify-content: flex-start;
}
.qalist dd div.icon_a {
  display: flex;
  justify-content: center;
  align-items: center;
	width: 32px;
  height: 32px;
  box-sizing: border-box;
  margin-right: 15px;
  border-radius: 4px;
  line-height: 0;
	text-align: center;
	background: #a0abca;
  color: #fff;
}
.txt_contents {
  width: 690px;
  padding-top: 3px;
}

.navbox {
  margin-bottom: 2rem;
  padding: 25px 30px;
  border-radius: 3px;
  text-align: center;
  background: #f0f5fa;
}
.navbox p.txt_read {
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .txt_status {
    margin-bottom: 1rem;
  }
  .ph_voice {
    width: 100%;
    height: inherit;
  }
  .txt_contents {
    width: 100%;
    padding-top: 6px;
  }
  .qalist {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .qalist dt div.icon_q {
    margin-right: 10px;
  }
  .qalist dd div.icon_a {
    margin-right: 10px;
  }

  .navbox {
    margin-bottom: 1.5rem;
    padding: 20px 15px;
  }
}

/* ========================================================
Contact Us
======================================================== */
#contact #keyv h1 {
  background: #18295b url(../../img/contact/keyv.jpg) no-repeat 50% 0;
  background-size: cover;
}
#contact .txt_outline p {
  margin-bottom: 1.5rem;
}

.stepwizard {
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
  display: flex;
}
.steps_item {
  width: 33.3%;
  background: #c8cad1;
  position: relative;
  white-space: nowrap;
}
.steps_item.current {
  background: #1e357a;
}
.steps_item::after {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 100%;
  z-index: 2;
  width: 2em;
  height: 2em;
  margin-left: -1em;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  background: inherit;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.steps_item:first-child {
  border-left: 1px solid #ccc;
}
.steps_item:last-child {
  border-right: 1px solid #ccc;
}
.steps_item:last-child::after {
  content: none;
}
.steps_link {
  transition: 0.25s ease-out;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 0;
}
.tbl_base01 .name {
  display: flex;
}
.tbl_base01 .name div {
  width: 50%;
}
.tbl_base01 .name div span {
  display: inline-block;
  padding-right: 5px;
  font-weight: bold;
}
.tbl_base01 .name div input {
  width: 86%;
}


#contact.en .tbl_base01 .name div {
  display: flex;
  align-items: center;
}
#contact.en .tbl_base01 .name div input {
  width: 80%;
}
#contact.en .tbl_base01 .name div span {
  display: inline-block;
  width: 13%;
  padding-right: 5px;
  font-weight: bold;
  line-height: 1.4;
}


#privacy_box {
	box-sizing: border-box;
	overflow: auto;
	max-height: 250px;
	padding: 20px;
	text-align: left;
	border: 1px solid #cccccc;
  background: #fff;
	font-size: 12px;
	margin: .5rem 0 2rem;
  border-radius: 3px;
	-webkit-overflow-scrolling: touch;
}
#privacy_box .privacy_txt{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
  margin-bottom: .8rem;
}
#privacy_box p {
	margin-bottom: .8rem;
}
#privacy_box p.privacy_sttl {
  font-size: 1.14em;
  font-weight: bold;
}
#privacy_box p.chapter:first-line {
  font-size: 1.14em;
  font-weight: bold;
}
#privacy_box h2.sttltype01 {
  display: block;
  height: inherit;
  margin-bottom: 1.2rem;
  padding-left: 0;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .stepwizard {
    margin: 0 0 1.5em 0;
  }
  .steps_item::after {
    top: 0.3em;
    width: 2.5em;
    height: 2.5em;
    margin-left: -1em;
  }
  .steps_link {
    padding: 0.8em 0;
  }
  
  #contact.en .tbl_base01 .name {
    display: block;
  }
  #contact.en .tbl_base01 .name div {
    display: block;
    width: 100%;
  }
  #contact.en .tbl_base01 .name div:first-child {
    margin-bottom: .5rem;
  }
  #contact.en .tbl_base01 .name div input {
    width: 100%;
  }
  #contact.en .tbl_base01 .name div span {
    width: 100%;
    padding-right: 0;
    padding-bottom: 3px;
  }

  
  #privacy_box {
    font-size: 12px;
    margin: .5rem auto 2rem;
    padding: 15px;
  }
  #privacy_box p.privacy_sttl {
    font-size: 1em;
  }
  #privacy_box p.chapter:first-line {
    font-size: 1em;
  }

}

/* ========================================================
Privacy Policy
======================================================== */
#privacy #keyv h1 {
  background: #18295b url(../../img/privacypolicy/keyv.jpg) no-repeat 50% 0;
  background-size: cover;
}

#privacy .contents p {
  margin-bottom: 1.5rem;
}
#privacy .contents p.chapter:first-line {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #privacy .contents p.chapter:first-line {
    font-size: 13px;
  }
}


/* ========================================================
NEWS
======================================================== */
#news #keyv h1 {
  background: #18295b url(../../img/news/keyv.jpg) no-repeat 50% 0;
  background-size: cover;
}
#news .category_list {
  display: flex;
  justify-content: space-around;
  width: 600px;
  margin: 0 auto 3rem;
}
#news .category_list a {
  display: block;
  position: relative;
  padding: 0 10px;
  color: #444444;
  text-decoration: none;
}
#news .category_list a.select {
  color: #254195;
  font-weight: bold;
}
#news .category_list a.select::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  height: 2px;
  background: #1e357a;
}

#news .news {
  margin-bottom: 3rem;
}

/* page_navi */
.page_navi {
  display: flex;
  justify-content: center;
}
.page_navi a,
.page_navi span {
  position: relative;
	display: inline-block;
	width: 42px;
  height: 32px;
	padding: 9px 3px;
  margin-right: 8px;
  border-radius: 4px;
  box-sizing: border-box;
	color: #1e357a;
	font-size: .875em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	border: 1px solid #1e357a;
	background: #fff;
  box-shadow: 0 2px #152556;
}
.page_navi a:hover,
.page_navi .current {
	color: #FFF;
	border: 1px solid #1e357a;
	background: #1e357a;
}
.page_navi .dots {
	min-width: 1.5em;
  padding: 15px 0 0;
	color: #444;
	border: none;
	background: none;
  box-shadow: 0 0 #fff;
}


@media screen and (max-width: 768px) {
  #news .news {
    width: 100%;
    padding: 0;
    margin: 0 auto 1rem;
  }
  #news .category_list {
    width: 100%;
    margin: 0 auto 1.5rem;
  }
  .page_navi {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

/* ========================================================
NEWS > Detail
======================================================== */
.sttl_post {
  margin-bottom: 2rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #c8cad1;
  text-align: center;
}
.sttl_post .date {
  margin-bottom: .5rem;
}
.sttl_post h2 {
  font-size: 24px;
}
.post_contents {
  margin-bottom: 4rem;
  font-size: 16px;
}
.post_contents p {
  margin-bottom: 1.5rem;
}
.post_contents h3 {
  font-size: 20px;
  margin-bottom: 1.5rem;
}
.post_contents .ph {
  width: 100%;
  text-align: center;
  margin: 0 auto 3rem;
}
.post_contents img {
  max-width: 1000px;
}
#news .btn_back {
  position: relative;
	display: flex;
  align-items: center;
  justify-content: center;
	width: 300px;
  height: 61px;
  margin-right: 8px;
  border-radius: 4px;
  box-sizing: border-box;
	color: #1e357a;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #1e357a;
	background: #fff;
  box-shadow: 0 2px #152556;
}
#news .center {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sttl_post {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }
  .sttl_post .date {
    margin-bottom: .5rem;
  }
  .post_contents {
    margin-bottom: 2.5rem;
    font-size: 13px;
  }
  .sttl_post h2 {
    font-size: 18px;
  }
  .post_contents h3 {
    margin-bottom: .5rem;
    font-size: 14px;
  }
  .post_contents .ph {
    margin: 0 auto 2rem;
  }
  .post_contents .ph img {
    max-width: 94%;
    height: inherit;
  }
  #news .btn_back {
    width: 78%;
    height: inherit;
    padding: .8rem .5rem;
    font-size: 14px;
  }
}