@charset "UTF-8";

/* =========================================
  common page header
========================================= */
#sector01 {
  position: relative;
}

#sector01 .header-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

#sector01 .header-wrapper img {
  width: 100%;
  height: 70.313vw;
  max-height: 540px;
  object-fit: cover;
}

#sector01 .box {
  position: absolute;
  right: 0;
  bottom: 80px;
  left: 0;
  margin: 0 auto;
  width: 940px;
  z-index: 99;
}

/* =========================================
  common text
========================================= */
#sector03 p,
#summary p,
p {
  margin-top: 12px;
  line-height: calc(30em / 16);
}
.center {
  text-align: center;
}
strong {
  font-weight: bold;
  margin-top: 12px;
  line-height: calc(30em / 16);
}

#sector02 h3 {
  font-size: calc(31rem / 16);
  line-height: calc(42em / 31);
  font-weight: 700;
}

#sector02 h3 span {
  font-size: calc(25rem / 16);
}

.mt2 {
	margin-top: 2rem;
}

.mt3 {
	margin-top: 3rem;
}

@media (min-width: 768px) {
    .sp_disp {
    display: none !important;
    }
}
/* =========================================
  common summary
========================================= */
#summary {
  position: relative;
  width: 670px;
}

#summary h3 {
  font-size: calc(31rem / 16);
  line-height: calc(33em / 31);
  font-weight: 700;
}

#summary a:link {
  text-decoration: underline;
}

#summary h4 {
  margin-top: 36px;
  padding: 5px 10px 7px;
  font-size: calc(16rem / 16);
  line-height: calc(16em / 16);
  font-weight: 700;
  color: #fff;
  background: #ff931e;
  display: inline-block;
}

#summary h5 {
  margin-top: 42px;
  font-size: calc(19rem / 16);
  line-height: calc(24em / 19);
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}

#summary h5 span.color {
  color: #ff931e;
}

#summary .lower {
  padding-left: 20px;
}

#summary .lower h6 {
  margin-top: 24px;
  padding-bottom: 6px;
  font-size: calc(19rem / 16);
  line-height: calc(24em / 19);
  font-weight: 500;
  border-bottom: 1px solid #333;
}

#summary .lower h6 span {
  font-size: calc(16rem / 16);
}

#summary .lower p {
  margin-top: 15px;
}

/* =========================================
  common tab / index / seminar
========================================= */
.tab_inner {
  background-color: #fff;
  padding: 30px;
}

.tab_inner .label {
  display: flex;
  gap: 10px;
}

.tab_inner .label .blue {
  background-color: blue;
}

.tab_box .label {
  margin: 0 0 20px auto;
  width: fit-content;
}

.tab_box .label p {
  font-size: 16px;
  padding: 10px 15px;
}

.tab_box ul {
  margin: 30px 0;
}

.index_box {
  margin: 30px 0;
}

.index_box h4 {
  background-color: #4547ba;
  padding: 15px;
  width: fit-content;
  color: #fff;
}

.index_box_inner {
  border: solid 2px #4547ba;
  padding: 30px;
}

.index_box_inner ul {
  margin: 0;
}

.index_box_inner li {
  margin-bottom: 20px;
}

.index_box_inner li:last-of-type {
  margin-bottom: 0;
}

.tab_inner dl {
  margin: 30px 0;
}

.tab_item dt {
  background-color: #4547ba;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
}

.tab_item dt span {
  font-size: 30px;
  padding-right: 10px;
}

.tab_item dd {
  width: fit-content;
  margin: 20px auto;
}

.tab_item_2 dd .flex_item {
  align-items: center;
}

.tab_item dd .flex_item img {
  width: 200px;
}

.tab_item dd:last-of-type,
.tab_item dd.red_bkg div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  border-radius: 10px;
  background-color: #ba4547;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  font-size: 18px;
}
.tab_item dd.red_bkg div::before {
  content: '◎';
  font-size: 30px;
  color: #fff;
}
.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 60px solid #4547ba;
  border-bottom: 0;
  margin: 0 auto;
}

.seminor_cont {
  background: rgba(69, 71, 186, 0.1);
  padding: 30px;
  margin: 30px 0;
}

.seminor_cont table {
  width: 100%;
  margin: 30px 0;
}

.seminor_cont table th,
.seminor_cont table td {
  border: solid 1px #333;
  padding: 10px;
}

a.form_link {
  background-color: #ba4547;
  color: #fff;
  text-align: center;
  display: block;
  padding: 15px;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
}

.seminor_index {
  padding: 20px 30px;
  border: solid 1px #4547ba;
  margin-bottom: 30px;
}

.seminor_index a {
  display: block;
  margin: 15px 0;
  border-bottom: solid 1px #333;
  width: fit-content;
  font-weight: bold;
}

.step_list li {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}

.step_list li span {
  display: block;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  width: 150px;
  text-align: center;
}

.step_list li:first-of-type span {
  background: rgba(69, 71, 186, 0.5);
}
.step_list li:nth-of-type(2) span {
  background: rgba(69, 71, 186, 0.6);
}
.step_list li:nth-of-type(3) span {
  background: rgba(69, 71, 186, 0.7);
}
.step_list li:nth-of-type(4) span {
  background: rgba(69, 71, 186, 0.8);
}
.step_list li:nth-of-type(5) span {
  background: rgba(69, 71, 186, 0.9);
}
.step_list li:nth-of-type(6) span {
  background: rgba(69, 71, 186, 1);
}

.comingsoon {
  background: rgba(69, 71, 186, 0.1);
  padding: 30px;
}

.comingsoon p {
  text-align: center;
  font-weight: bold;
}

/* =========================================
  common career menu
========================================= */
.careermenu {
  border-left: 1px;
  padding-top: 20px;
}

.lowermenu .careermenu {
  width: 30%;
}

.careermenu a {
  margin-top: 2px;
  padding: 10px;
  font-size: calc(16rem / 16);
  line-height: 1.4;
  color: #585858;
  text-decoration: none;
  display: block;
  text-indent: 0;
  border-left: solid 5px #00a040;
}

.careersubmenu a.selected,
.careersubmenu a:hover {
  background-color: #ccecd9;
}

/* =========================================
  TOP
========================================= */
.page_top #sector01 .slider-wrapper {
  position: relative;
  width: 100%;
  height: 70.313vw;
  max-height: 540px;
  overflow: hidden;
}

.page_top #sector01 .slider-wrapper .dot {
  position: absolute;
  inset: 0;
  background: url(../../images/dot.png) repeat;
  background-size: 4px 4px;
  z-index: 9;
  background-color: rgba(105, 105, 105, 0.2);
}

.page_top #sector01 h1.title {
  width: 630px;
}

.page_top #sector02 {
  float: left;
  position: relative;
  margin-top: 72px;
  width: 190px;
  padding: 18px 20px;
  background: #f2f2f2;
}

.page_top #sector02 h2 {
  padding-bottom: 3px;
  font-size: calc(19rem / 16);
  line-height: calc(24em / 19);
  color: #4547ba;
  font-weight: 500;
  border-bottom: 1px solid #4547ba;
}

.page_top #sector02 .news {
  margin-top: 12px;
}

.page_top #sector02 .news li.date {
  font-size: calc(16rem / 16);
  line-height: calc(24em / 16);
  font-weight: 700;
}

.page_top #sector02 .news li.headline {
  margin-top: 3px;
  font-size: calc(16rem / 16);
  line-height: calc(24em / 16);
}

.page_top #sector02 .news li.headline span.company {
  color: #b077b0;
  font-weight: 500;
}

.page_top #sector02 .news li.headline span.foreigner {
  color: #8fc31f;
  font-weight: 500;
}

.page_top #sector02 .news a {
  text-decoration: underline;
}

.page_top #sector03 {
  float: left;
  position: relative;
  margin: 72px 0 0 40px;
  width: 670px;
}

.page_top #sector03 h3 {
  font-size: calc(31rem / 16);
  line-height: calc(33em / 31);
  font-weight: 700;
}

.page_top #sector03 a:link {
  text-decoration: underline;
}

.page_top #sector03 h4 {
  margin-top: 36px;
  padding: 5px 10px 7px;
  font-size: calc(16rem / 16);
  line-height: calc(16em / 16);
  font-weight: 700;
  color: #fff;
  background: #ff931e;
  display: inline-block;
}

.page_top #sector03 h5 {
  margin-top: 42px;
  font-size: calc(19rem / 16);
  line-height: calc(24em / 19);
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}

.page_top #sector03 h5 span.color {
  color: #ff931e;
}

.page_top #sector03 .lower {
  padding-left: 20px;
}

.page_top #sector03 .lower h6 {
  margin-top: 24px;
  padding-bottom: 6px;
  font-size: calc(19rem / 16);
  line-height: calc(24em / 19);
  font-weight: 500;
  border-bottom: 1px solid #333;
}

.page_top #sector03 .lower h6 span {
  font-size: calc(16rem / 16);
}

.page_top #sector03 .lower p {
  margin-top: 15px;
}

.page_top footer {
  margin-top: 80px;
}

/*20260514追加*/
.page_top #sector02 {
  float: none; 
  width: 100%; 
  box-sizing: border-box; 
}

.page_top #sector03 {
  margin: 40px 0 0 0; 
  width: 100%; 
}
.page_top #sector03 img{
  padding: 20px 0;
}
#top .box-txt {
    background: rgba(69, 71, 186, 0.1);
	padding: 2rem;
	border-radius: 6px;
    margin: 1rem 0;
}
	#top .box-txt ul li {
		font-weight: bold;
		line-height: 2.7rem;
	}
	#top .box-txt span {
		font-size: 1.4rem;
	}

@media (max-width: 768px) {
    .page_top #sector03 div {
        padding: 10px;
    }
}

/*0519追加*/
.page_top .news ul {
      margin-top: 10px;
    }

.page_top .news a {
      text-decoration: none !important;
    }

.page_top .news .link_list li {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      margin-top: 10px;
    }

.page_top #sector02 p {
      margin-top: 5px;
    }

    @media (max-width: 768px) {
.page_top .news .link_list li {
        display: block;
      }

.page_top #sector02 .news div {
        padding: 0px;
        font-size: 1rem;
      }
    }


/* =========================================
  SITE POLICY / PRIVACY POLICY common
========================================= */

.page_sitepolicy #sector02,
.page_privacypolicy #sector02 {
  float: none;
  position: static;
  margin-top: 69px;
  width: 190px;
}

.page_sitepolicy #sector03,
.page_privacypolicy #sector03 {
  float: none;
  position: static;
  margin: 42px 0 0 40px;
  width: 670px;
}

.page_sitepolicy #sector03 p,
.page_privacypolicy #sector03 p {
  margin-top: 30px;
}

.page_sitepolicy #sector03 p a,
.page_privacypolicy #sector03 p a {
  color: #00a040;
  font-weight: 500;
  text-decoration: underline;
}

.page_sitepolicy #sector03 p strong,
.page_privacypolicy #sector03 p strong {
  font-weight: 700;
}

.page_sitepolicy #sector03 p.signature,
.page_privacypolicy #sector03 p.signature {
  margin-top: 48px;
  text-align: right;
}

.page_sitepolicy #sector03 p.contact,
.page_privacypolicy #sector03 p.contact {
  margin-top: 30px;
  text-align: right;
}

.page_sitepolicy #sector03 h4 {
  margin-top: 42px;
  font-size: calc(19rem / 16);
  line-height: calc(24em / 19);
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}

.page_sitepolicy #sector03 h4 span.color {
  color: #ff931e;
}

.page_sitepolicy #sector03 .lower {
  line-height: 180%;
}

.page_sitepolicy #sector03 .lower h5 {
  margin-top: 24px;
  font-size: calc(16rem / 16);
  font-weight: 700;
}

.page_sitepolicy #sector03 table {
  border-collapse: collapse;
}

.page_sitepolicy #sector03 table th {
  padding: 10px;
  font-weight: bold;
  background: #f2f2f2;
  border: solid 1px #000;
}

.page_sitepolicy #sector03 table td {
  padding: 10px;
  border: solid 1px #000;
}

.page_privacypolicy #sector03 ol.list_parentheses {
  padding: 0;
  margin: 10px 0 0 10px;
}

.page_privacypolicy #sector03 ol.list_parentheses li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  padding-left: 1em;
  text-indent: -1.5em;
  padding-bottom: 10px;
}

.page_privacypolicy #sector03 ol.list_parentheses li::before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

/* =========================================
  SITEMAP / CONTACT common
========================================= */
.page_sitemap #sector02,
.page_contact #sector02 {
  float: none;
  position: static;
  margin-top: 69px;
  width: 190px;
}

.page_sitemap #sector03,
.page_contact #sector03 {
  float: none;
  position: static;
  margin: 60px 0 0 40px;
  width: 670px;
  max-width: 100%;
}

.page_sitemap #sector03 .lower,
.page_contact #sector03 .lower {
  padding-left: calc(20vw / 6.4);
}

.page_sitemap #sector03 .lower h6,
.page_contact #sector03 .lower h6 {
  margin-top: 36px;
}

.page_sitemap #sector03 .lower p a,
.page_contact #sector03 .lower p a {
  color: #00a040;
  font-weight: 500;
  text-decoration: underline;
}

.page_contact footer,
.page_sitemap footer {
  margin-top: 60px;
}


/* =========================================
  COMPANY
========================================= */
.page_company #summary {
  float: none;
  margin: 72px 0 0 40px;
}

.page_company #sector02,
.page_company #sector03 {
  float: none;
  margin: 0 auto;
}

/*.page_company #sector02 {
  position: relative;
  width: 190px;
}*/

.page_company #sector02 h2 {
  padding-bottom: 3px;
  font-size: calc(19rem / 16);
  line-height: calc(24em / 19);
  color: #00a040;
  font-weight: 500;
  border-bottom: 1px solid #00a040;
}

.page_company #sector02 h3 {
  line-height: calc(33em / 31);
}

.page_company #sector03 {
  position: relative;
  width: 670px;
}

.page_company #sector03 h5 {
  margin-top: 42px;
  font-size: calc(19rem / 16);
  line-height: calc(24em / 19);
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
}

.page_company #sector03 h5 span {
  font-size: calc(16rem / 16);
  line-height: calc(24em / 16);
}

.page_company #sector03 h5 span.color {
  font-size: calc(19rem / 16);
  color: #b077b0;
}

.page_company #sector03 .lower {
  padding-left: 20px;
}

.page_company #sector03 .lower h6 {
  margin-top: 27px;
}

.page_company #sector03 .lower p {
  margin-top: 9px;
}

.page_company #sector03 .lower p a {
  color: #ff931e;
  font-weight: 700;
  text-decoration: underline;
}

.page_company #sector03 .lower dl {
  margin-top: 15px;
  line-height: calc(30em / 16);
}

.page_company #sector03 .lower dl dt {
  float: left;
  width: 100px;
}

.page_company #sector03 .lower dl dd {
  float: left;
  width: 550px;
}

.page_company #sector03 h4 {
  margin-top: 30px;
  padding: 5px 10px 7px;
  font-size: calc(16rem / 16);
  line-height: calc(16em / 16);
  font-weight: 700;
  color: #fff;
  background: #00a040;
  display: inline-block;
}

.page_company #sector03 ul.theme {
  padding: 12px 0 24px 100px;
  background: url(../../images/bg_theme_arrow.png) 45px bottom no-repeat;
  background-size: 10px;
}

.page_company #sector03 ul.theme li {
  margin-top: 9px;
  font-size: calc(16rem / 16);
  line-height: calc(21em / 16);
  font-weight: 500;
}

.page_company #sector03 ul.theme li i {
  color: #b077b0;
  text-indent: -1.5em;
}

.page_company #sector03 p.color {
  margin-top: 6px;
  font-size: calc(19rem / 16);
  line-height: calc(30em / 19);
  font-weight: 700;
  color: #b077b0;
}

.page_company #sector03 ol.flow {
  margin: 36px auto 60px;
  width: 480px;
  padding: 0 10px;
}

.page_company #sector03 ol.flow li {
  font-size: calc(16rem / 16);
  line-height: calc(40em / 16);
  font-weight: 500;
  color: #00a040;
  text-align: center;
  border: 1px solid #00a040;
  list-style-type: none;
}

.page_company #sector03 ol.flow li.arrow {
  font-size: calc(36rem / 16);
  line-height: calc(36em / 36);
  color: #00a040;
  text-align: center;
  border: none;
}

.page_company #sector03 ol.flow li a {
  color: #ff931e;
  text-decoration: underline;
}

.page_company .tab_item dd:last-of-type {
  width: 97%;
}

.page_company .seminor_cont {
  background: rgba(55, 147, 146, 0.1);
}

.page_company .comingsoon {
  background: rgba(55, 147, 146, 0.1);
}
.page_company .trouble_list {
  display: flex;
  gap: 20px;
}
.page_company .trouble_list li {
  width: calc(100%/4);
  background-color: rgba(69, 71, 186, 0.1);
  border-radius: 10px;
}
.page_company .trouble_list li span {
  display: block;
  background-color: #4547ba;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}
.page_company .trouble_list li p {
  padding: 10px;
  margin-top: 0;
}
.page_company .tab_item dd:last-of-type {
  background-color: inherit;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.baloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: rgba(69, 71, 186, 0.1);
  border-radius: 10px;
}
.baloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid rgba(69, 71, 186, 0.1);
}
.baloon p {
  margin-top: 0;
  text-align: center;
  padding: 10px 0;
}
.page_company .flex_item {
  gap: 40px;
}
.page_company .flex_item div img {
  display: block;
  margin: 0 auto;
}
.page_company .flex_item div p {
  text-align: center;
}
.page_company .link_list li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.red_btn {
  border-radius: 10px;
}
.flex_same span {
  width: 50%;
}
.flex_flyer {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 40px auto;
}
table td p {
  margin-top: 0;
}
.page_company .flex_item.pro_step_list {
  gap: 20px;
}
.pro_step_list li div {
  background-color: rgba(69, 71, 186, 0.5);
  clip-path: polygon(0 0,
      calc(100% - 30px) 0,
      100% 30px,
      100% calc(100% - 30px),
      calc(100% - 30px) 100%,
      0 100%);
}
.pro_step_list li span {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding-top: 20px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.pro_step_list li p {
  text-align: center;
  font-weight: bold;
}
/* =========================================
  FOREIGNER
========================================= */
.page_foreigner #summary {
  float: left;
  margin: 72px 0 0 40px;
}

/*.page_foreigner #sector02 {
  float: left;
  position: relative;
  margin-top: 69px;
  width: 230px;
}*/

.page_foreigner #sector03 {
  float: left;
  position: relative;
  margin: 30px 0 0 270px;
  width: 670px;
}

.page_foreigner #sector03 h5 {
  margin-top: 42px;
  font-size: calc(19rem / 16);
  line-height: calc(24em / 19);
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
}

.page_foreigner #sector03 h5 span {
  font-size: calc(16rem / 16);
  line-height: calc(24em / 16);
}

.page_foreigner #sector03 h5 span.color {
  font-size: calc(19rem / 16);
  color: #8fc31f;
}

.page_foreigner #sector03 .lower {
  padding-left: 20px;
}

.page_foreigner #sector03 .lower h6 {
  margin-top: 27px;
}

.page_foreigner #sector03 .lower p {
  margin-top: 9px;
}

.page_foreigner #sector03 .lower p a {
  color: #ff931e;
  font-weight: 700;
  text-decoration: underline;
}

.page_foreigner #sector03 .timetable {
  margin-top: 12px;
}

.page_foreigner #sector03 .timetable dl {
  float: left;
  border-right: 5px solid #fff;
}

.page_foreigner #sector03 .timetable dl dt {
  padding: 5px 10px 7px;
  font-size: calc(16rem / 16);
  line-height: calc(18em / 16);
  font-weight: 700;
  letter-spacing: 0.765em;
  color: #fff;
  background: #00a040;
  border-bottom: 3px solid #fff;
}

.page_foreigner #sector03 .timetable dl dd {
  padding: 5px 10px 7px;
  font-size: calc(16rem / 16);
  line-height: calc(18em / 16);
  border-bottom: 3px solid #fff;
}

.page_foreigner #sector03 .timetable dd.odd {
  background: #e5f5ec;
}

.page_foreigner #sector03 .timetable dd.even {
  background: #bfe7cf;
}

.page_foreigner #sector03 .timetable dl.time {
  width: 170px;
}

.page_foreigner #sector03 .timetable dl.time dt,
.page_foreigner #sector03 .timetable dl.time dd {
  width: 150px !important;
}

.page_foreigner #sector03 .timetable dl.schedule {
  width: 115px;
}

.page_foreigner #sector03 .timetable dl.schedule dt,
.page_foreigner #sector03 .timetable dl.schedule dd {
  width: 95px !important;
}

.page_foreigner #sector03 .timetable dl.contents {
  width: 355px;
  border-right: none;
}

.page_foreigner #sector03 .timetable dl.contents dt,
.page_foreigner #sector03 .timetable dl.contents dd {
  width: 335px !important;
}

.page_foreigner #sector03 .lower dl {
  margin-top: 15px;
  line-height: calc(30em / 16);
}

.page_foreigner #sector03 .lower dl dt {
  float: left;
  width: 100%;
}

.page_foreigner #sector03 .lower dl dd {
  float: left;
  width: 550px;
}

.page_foreigner #sector03 .lower dl dt.wide {
  width: 165px;
}

.page_foreigner #sector03 .lower dl dd.narrow,
.page_foreigner #sector03 .lower dl dd.break {
  width: 485px;
}

.page_foreigner #sector03 .lower dl.detail dt {
  float: none;
}

.page_foreigner #sector03 .lower dl.detail dd {
  float: none;
  padding-left: 50px;
  width: 550px;
}

.page_foreigner #sector03 .lower dl.detail dd.indent {
  text-indent: -15px;
  padding-left: 65px;
  width: 535px;
}

.page_foreigner #tabmenu.green_tab li {
  background: rgba(0, 160, 64, 1);
}

.page_foreigner #tabmenu.green_tab li:nth-of-type(2) {
  background: rgba(0, 160, 64, 0.8);
}

.page_foreigner #tabmenu.green_tab li:nth-of-type(3) {
  background: rgba(0, 160, 64, 0.6);
}

/* =========================================
  RESIDENTIAL / CASE common
========================================= */
.page_residential #sector02,
.page_case #sector02 {
  float: none;
  position: static;
  /*margin-top: 75px;*/
}
.page_residential #summary {
  margin-top: 75px;
}

.page_case .tab_box>div {
    display: block!important;
}

/*.page_residential #sector02 {
  width: 190px;
  flex-shrink: 0;
  margin-right: 30px;
}

.page_case #sector02 {
  width: 160px;
}*/

.page_residential #sector03,
.page_case #sector03 {
  position: static;
  padding-left: 1em;
  width: 75%;
}

.page_residential #sector03 {
  margin: 0 10px 10px 200px;
}

.page_case #sector03 {
  float: none;
  margin: 60px 10px 10px 40px;
}

.page_residential #sector03 h5,
.page_case #sector03 h5 {
  color: #00a040;
  font-size: calc(16rem / 16);
  line-height: calc(24em / 16);
  display: inline-block;
  vertical-align: middle;
}

.page_residential #sector03 .lower,
.page_case #sector03 .lower {
  padding-left: 20px;
}

.page_residential #sector03 .lower h6,
.page_case #sector03 .lower h6 {
  margin-top: 27px;
  padding-left: 10px;
  border-left: solid 7px #010079;
}

.page_residential #sector03 .lower p,
.page_case #sector03 .lower p {
  margin: 9px 0;
}

.page_residential #sector03 .line,
.page_case #sector03 .line {
  margin: 100px;
  text-align: center;
}

.page_residential #sector03 .imagebox,
.page_case #sector03 .imagebox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}

.page_residential #sector03 .discription,
.page_case #sector03 .discription {
  font-size: 80%;
  margin: 9px 20px;
}

.page_residential #sector03 .image,
.page_case #sector03 .image {
  margin-top: 27px;
  border: 0;
  box-shadow: 0 0 0 7px #fff, 0 0 0 8px rgba(0, 0, 0, 0.1);
}

.page_residential #sector03 .fit,
.page_case #sector03 .fit {
  min-width: 176px;
  width: 30%;
  height: auto;
}

.page_residential #sector03 .advice,
.page_case #sector03 .advice {
  color: #505050;
  padding: 0.5em 1.5em;
  line-height: 1.3;
  background: #dbebf8;
  vertical-align: middle;
  margin: 60px 0;
  border-radius: 0.5em;
}

.page_residential #sector03 .advice p,
.page_case #sector03 .advice p {
  margin-bottom: 27px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.page_residential #sector03 .lowermenu,
.page_case #sector03 .lowermenu {
  padding-top: 100px;
}

.page_residential #sector03 .colorBox,
.page_case #sector03 .colorBox {
  background: #eee;
}

.page_residential #sector03 .marker,
.page_case #sector03 .marker {
  background-color: #fff;
}

.page_residential #sector03 h3,
.page_case #sector03 h3 {
  font-size: calc(16rem / 16);
  line-height: calc(20em / 31);
  font-weight: 700;
}

.page_residential table,
.page_residential tr,
.page_residential th,
.page_residential td {
  border: solid;
  border-width: thin;
  border-color: #000;
}

.page_residential tr,
.page_residential th,
.page_residential td {
  padding: 5px;
  line-height: 1.5;
}

.page_residential th {
  width: 160px;
  font-weight: normal;
}

.page_residential #sector03 .indent {
  padding-left: 2em;
  text-indent: -2em;
}

.page_residential #sector03 a.normal_link {
  text-decoration: underline;
  color: #0000ee;
}

.page_residential footer,
.page_case footer {
  margin-top: 60px;
}

/* =========================================
  EVENT LIST
========================================= */
.page_eventlist #sector02 {
  position: relative;
  margin-top: 48px;
}

.page_eventlist #sector02 h4 {
  margin-top: 6px;
  padding: 7px 10px;
  font-size: calc(19rem / 16);
  line-height: calc(19em / 19);
  font-weight: 700;
  color: #ff931e;
  border: 1px solid #ff931e;
  display: inline-block;
}

.page_eventlist #sector02 table {
  margin: 36px auto 0;
  width: 900px;
  max-width: 100%;
}

.page_eventlist #sector02 table tr th {
  padding: 6px 15px 8px;
  font-size: calc(16rem / 16);
  line-height: calc(16em / 16);
  font-weight: 700;
  color: #fff;
  background: #ff931e;
  border-right: 5px solid #fff;
  border-bottom: 3px solid #fff;
}

.page_eventlist #sector02 table tr td {
  padding: 13px 15px;
  font-size: calc(16rem / 16);
  line-height: calc(22em / 16);
  font-weight: 500;
  background: #ffefdd;
  border-right: 5px solid #fff;
  border-bottom: 3px solid #fff;
  vertical-align: middle;
}

.page_eventlist #sector02 table tr td.class {
  width: 120px;
  padding: 6px 15px;
  text-align: center;
}

.page_eventlist #sector02 table tr td.date {
  width: 180px;
}

.page_eventlist #sector02 table tr td.title {
  width: 415px;
}

.page_eventlist #sector02 table tr td.details {
  width: 100px;
  padding: 6px 15px;
}

.page_eventlist #sector02 table tr td.class span {
  padding: 2px 0 4px;
  font-size: calc(16rem / 16);
  line-height: calc(18em / 16);
  font-weight: 500;
  text-align: center;
  color: #fff;
  display: block;
}

.page_eventlist span.seminar {
  background: #00a040;
}
.page_eventlist span.company {
  background: #b077b0;
}
.page_eventlist span.foreigner {
  background: #8fc31f;
}
.page_eventlist span.tour {
  background: #1878dc;
}

.page_eventlist #sector02 table tr td.details span a,
.page_eventlist #sector02 table tr td.details span.stop {
  padding: 9px 0;
  font-size: calc(16rem / 16);
  line-height: calc(18em / 16);
  font-weight: 500;
  text-align: center;
  display: block;
}

.page_eventlist #sector02 table tr td.details span a {
  background: #fff;
}

.page_eventlist #sector02 table tr td.details span.stop {
  background: #ddd;
}

.page_eventlist footer {
  margin-top: 60px;
}

/* =========================================
  EVENT DETAIL
========================================= */
.page_event #sector01 .title h2 {
  float: left;
  font-size: calc(25rem / 16);
  line-height: calc(26em / 25);
  font-weight: 700;
}

.page_event #sector01 .title h3 {
  float: right;
  font-size: calc(19rem / 16);
  line-height: calc(26em / 19);
  font-weight: 500;
}

.page_event #sector02 {
  position: relative;
  margin-top: 48px;
  padding: 0;
}

.page_event #sector02 h4 {
  margin-top: 6px;
  padding: 7px 10px;
  font-size: calc(19rem / 16);
  line-height: calc(19em / 19);
  font-weight: 700;
  color: #ff931e;
  border: 1px solid #ff931e;
  display: inline-block;
}

.page_event #sector02 h5 {
  margin: 27px auto 0;
  width: 860px;
  font-size: calc(39rem / 16);
  line-height: calc(51em / 39);
  font-weight: 700;
  max-width: 100%;
}

.page_event #sector02 .table {
  margin: 24px auto 0;
  width: 860px;
  max-width: 100%;
}

.page_event #sector02 table {
  margin-top: 3px;
  border-collapse: collapse;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}

.page_event #sector02 table tr th.header {
  width: 109px;
  padding: 12px 20px;
  font-size: calc(19rem / 16);
  line-height: calc(24em / 19);
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  vertical-align: middle;
}

.page_event #sector02 table tr td.data {
  width: 669px;
  padding: 12px 20px;
  font-size: calc(16rem / 16);
  line-height: calc(24em / 16);
  background: #fff;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  vertical-align: middle;
}

.page_event #sector02 table tr td.data a {
  color: #ff931e;
  text-decoration: underline;
}

.page_event #sector02 table tr td.data span {
  margin-right: 5px;
  padding: 3px 10px 5px;
  font-size: calc(16rem / 16);
  line-height: calc(16em / 16);
  font-weight: 500;
  text-align: center;
  color: #fff;
  display: inline-block;
}

.page_event #sector02 table tr td.data span.seminar {
  background: #00a040;
}
.page_event #sector02 table tr td.data span.company {
  background: #b077b0;
}
.page_event #sector02 table tr td.data span.foreigner {
  background: #8fc31f;
}
.page_event #sector02 table tr td.data span.expert {
  background: #0fa9a9;
}
.page_event #sector02 table tr td.data span.tour {
  background: #1878dc;
}

.page_event #sector02 h6 {
  margin: 36px auto 0;
  width: 840px;
  padding: 6px 10px 8px;
  font-size: calc(19rem / 16);
  line-height: calc(19em / 19);
  font-weight: 700;
  color: #fff;
  background: #00a040;
}

.page_event #sector02 p.overview {
  margin: 18px auto 0;
  width: 860px;
  font-size: calc(16rem / 16);
  line-height: calc(30em / 16);
  font-weight: 500;
}

.page_event #sector02 .apply,
.page_event #sector02 .back {
  margin: 60px auto;
  width: 430px;
}

.page_event #sector02 .apply a,
.page_event #sector02 .back a {
  width: 400px;
  padding: 15px 15px 17px;
  text-align: center;
  color: #fff;
  display: block;
}

.page_event #sector02 .apply a {
  font-size: calc(31rem / 16);
  line-height: calc(36em / 31);
  font-weight: 700;
  background: #ff931e;
}

.page_event #sector02 .back a {
  font-size: calc(20rem / 16);
  line-height: calc(36em / 31);
  font-weight: 300;
  background: #00a040;
}

.page_event #sector02 .stanby a,
.page_event #sector02 .stanby a:link,
.page_event #sector02 .stanby a:visited,
.page_event #sector02 .stanby a:active,
.page_event #sector02 .stanby a:hover {
  color: #fff;
  background: #999;
  text-decoration: none;
  pointer-events: none;
}

.page_event table.event {
  border-collapse: collapse;
  border: none !important;
  margin: 0 auto;
  width: 860px;
}

.page_event th,
.page_event td {
  padding: 10px;
}

.page_event td {
  line-height: 160%;
}

.page_event table tr:nth-child(odd) {
  background-color: #eee;
}

.page_event footer {
  margin-top: 60px;
}

@media (max-width: 768px) {

  /* =========================================
    SP common
  ========================================= */
  h3 {
    margin: 20px 0;
  }
  .pro_step_list li {
    margin-bottom: 20px;
  }
  .pro_step_list li span {
    font-size: inherit;
  }
  .pro_step_list li img {
    max-width: 60%;
  }
  .flex_flyer.flex_item {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .baloon {
    width: 100%;
    min-width: 100%;
  }
  .page_company .link_list li {
    display: block;
  }
  .page_company .trouble_list {
    flex-wrap: wrap;
  }
  .page_company .trouble_list li {
    width: 100%;
  }
  #sector01 .header-wrapper img {
    height: 50.781vw;
  }
  .page_top #sector01 .slider-wrapper {
    height: 50.781vw;
  }
  #sector01 {
    position: relative;
    height: 50.781vw;
  }
  .slider {
    height: 50.781vw;
  }
  #sector01 .box {
    width: 100%;
    top: auto;
    left: auto;
    position: static;
    bottom: auto;
    margin: 0;
  }
  #sector01.page_header h1.title {
    position: absolute;
    left: calc(30vw / 6.4);
    top: calc(132vw / 6.4);
    width: calc(505vw / 6.4);
    z-index: 99;
  }
  #sector01.page_header h1.title {
    top: auto;
    height: fit-content;
    bottom: 30px;
  }
  #sector02 {
    position: relative;
    padding: calc(48vw / 6.4) calc(50vw / 6.4) 0;
  }
	
.page_company #sector02 {
    position: relative;
    padding: inherit!important;
  }

 .page_foreigner #sector02 {
    position: relative;
    padding: inherit!important;
  }

  #sector02 h3 {
    margin-top: calc(6vw / 6.4);
    font-size: calc(37vw / 6.4);
    line-height: calc(48 / 37);
    font-weight: 700;
  }

  #sector02 h3 span {
    font-size: calc(28vw / 6.4);
  }

  #sector03 {
    position: relative;
    padding: 0 calc(50vw / 6.4) calc(48vw / 6.4);
  }

  #sector03 p,
  #summary p {
    margin-top: calc(18vw / 6.4);
    line-height: calc(36 / 22);
  }

  #sector03 .lower,
  #summary .lower {
    padding-left: calc(20vw / 6.4);
  }

  #sector03 .lower h6,
  #summary .lower h6 {
    margin-top: calc(27vw / 6.4);
  }

  #summary {
    position: relative;
    padding: 0 calc(50vw / 6.4) calc(48vw / 6.4);
  }

  #summary h3 {
    margin-top: calc(6vw / 1);
    font-size: calc(37vw / 6.4);
    line-height: calc(48 / 37);
    font-weight: 700;
  }

  #summary h5 {
    margin-top: calc(54vw / 6.4);
    font-size: calc(22vw / 6.4);
    line-height: calc(30 / 22);
    font-weight: 700;
    padding-left: 1em;
    text-indent: -1em;
  }

  #summary h5 span {
    font-size: calc(19vw / 6.4);
    line-height: calc(30 / 19);
  }

  #summary h5 span.color {
    font-size: calc(22vw / 6.4);
    color: #b077b0;
  }

  #summary .lower p a {
    color: #ff931e;
    font-weight: 700;
    text-decoration: underline;
  }

  #summary .lower dl {
    margin-top: calc(18vw / 6.4);
    line-height: calc(36 / 22);
  }

  #summary .lower dl dt {
    float: left;
    width: calc(140vw / 6.4);
  }

  #summary .lower dl dd {
    float: left;
    width: calc(380vw / 6.4);
  }

  #summary h4 {
    margin-top: calc(36vw / 6.4);
    padding: calc(6vw / 6.4) calc(10vw / 6.4);
    font-size: calc(22vw / 6.4);
    line-height: calc(24 / 22);
    font-weight: 700;
    color: #fff;
    background: #00a040;
    display: inline-block;
  }

  #summary ul.theme {
    padding: calc(24vw / 6.4) 0 calc(30vw / 6.4) calc(85vw / 6.4);
    background: url(../../images/bg_theme_arrow.png) calc(20vw / 6.4) bottom no-repeat;
    background-size: calc(10vw / 6.4);
  }

  #summary ul.theme li {
    margin-top: calc(9vw / 6.4);
    font-size: calc(22vw / 6.4);
    line-height: calc(30 / 22);
    font-weight: 500;
  }

  #summary ul.theme li i {
    color: #b077b0;
    text-indent: -1.5em;
  }

  #summary p.color {
    margin-top: calc(6vw / 6.4);
    font-weight: 700;
    color: #b077b0;
  }

  #summary ol.flow {
    margin: calc(36vw / 6.4) auto calc(60vw / 6.4);
    width: calc(430vw / 6.4);
    padding: 0 calc(10vw / 6.4);
  }

  #summary ol.flow li {
    font-size: calc(19vw / 6.4);
    line-height: calc(45 / 19);
    font-weight: 500;
    text-align: center;
    color: #00a040;
    border: calc(1vw / 6.4) solid #00a040;
    list-style-type: none;
  }

  #summary ol.flow li.arrow {
    font-size: calc(36vw / 6.4);
    line-height: calc(36 / 36);
    text-align: center;
    color: #00a040;
    border: none;
  }

  #summary ol.flow li a {
    color: #ff931e;
    text-decoration: underline;
  }

  .flex {
    display: flex;
    flex-wrap: wrap;
  }

  .flex_item {
    display: block;
  }

  .careermenu {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ddd;
  }

  .careersubmenu a {
    margin-top: 2px;
    padding: 10px;
    color: #585858;
    text-decoration: none;
    display: block;
    text-indent: 0;
    border-left: solid calc(48vw / 37) #00a040;
  }

  .careersubmenu a.selected,
  .careersubmenu a:hover {
    background-color: #ccecd9;
  }

  #tabmenu ul {
    flex-wrap: wrap;
  }

  table + span {
    display: block;
    margin-bottom: 20px;
  }

  /* =========================================
    tab / seminar common
  ========================================= */
  .tab_inner {
    background-color: #fff;
    padding: 20px;
  }

  .tab_inner .label {
    display: flex;
    gap: 10px;
  }

  .tab_inner .label .blue {
    background-color: blue;
  }

  .tab_box .label {
    margin: 0 0 20px auto;
    width: fit-content;
  }

  .tab_box .label p {
    font-size: 16px;
    padding: 10px 15px;
  }

  .tab_box ul {
    margin: 30px 0;
  }

  .index_box {
    margin: 30px 0;
  }

  .index_box h4 {
    background-color: #4547ba;
    padding: 15px;
    width: fit-content;
    color: #fff;
  }

  .index_box_inner {
    border: solid 2px #4547ba;
    padding: 20px;
  }

  .index_box_inner ul {
    margin: 0;
  }

  .index_box_inner li {
    margin-bottom: 20px;
  }

  .index_box_inner li:last-of-type {
    margin-bottom: 0;
  }

  .tab_inner dl {
    margin: 30px 0;
  }

  .tab_item dt {
    background-color: #4547ba;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }

  .tab_item dt span {
    font-size: 30px;
    padding-right: 10px;
  }

  .tab_item dd {
    width: fit-content;
    margin: 20px auto;
  }

  .tab_item_2 dd .flex_item,
  .tab_item_3 dd .flex_item,
  .tab_item_4 dd .flex_item,
  .tab_item_5 dd .flex_item {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .tab_item dd .flex_item img {
    width: 200px;
    margin: 0 auto;
    display: block;
  }

  .tab_item dd:last-of-type {
    width: 90%;
    border-radius: 10px;
    background-color: #ba4547;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
  }
  .page_company .tab_item dd:last-of-type {
    width: 90%;
  }

  .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 60px solid #4547ba;
    border-bottom: 0;
    margin: 0 auto;
  }

  .seminor_cont {
    background: rgba(69, 71, 186, 0.1);
    padding: 30px;
    margin: 30px 0;
  }

  .seminor_cont table {
    width: 100%;
    margin: 30px 0;
  }

  .seminor_cont table th,
  .seminor_cont table td {
    border: solid 1px #333;
    padding: 10px;
  }

  a.form_link {
    background-color: #ba4547;
    color: #fff;
    text-align: center;
    display: block;
    padding: 15px;
    width: fit-content;
    margin: 0 auto;
    font-weight: bold;
  }

  .seminor_index {
    padding: 0 20px;
    border: solid 1px #4547ba;
    margin-bottom: 30px;
  }

  .seminor_index a {
    display: block;
    margin: 15px 0;
    line-height: 1.5em;
    width: fit-content;
    font-weight: bold;
  }

  .step_list li {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
  }

  .step_list li span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    width: 100px;
    text-align: center;
    flex-shrink: 0;
    font-size: 16px;
  }

  .step_list li:first-of-type span {
    background: rgba(69, 71, 186, 0.5);
  }
  .step_list li:nth-of-type(2) span {
    background: rgba(69, 71, 186, 0.6);
  }
  .step_list li:nth-of-type(3) span {
    background: rgba(69, 71, 186, 0.7);
  }
  .step_list li:nth-of-type(4) span {
    background: rgba(69, 71, 186, 0.8);
  }
  .step_list li:nth-of-type(5) span {
    background: rgba(69, 71, 186, 0.9);
  }
  .step_list li:nth-of-type(6) span {
    background: rgba(69, 71, 186, 1);
  }

  .comingsoon {
    background: rgba(69, 71, 186, 0.1);
    padding: 30px;
  }

  .comingsoon p {
    text-align: center;
    font-weight: bold;
  }

  /* =========================================
    TOP
  ========================================= */

  .page_top #sector01 .slider-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .page_top #sector01 .slider-wrapper .dot {
    position: absolute;
    inset: 0;
    background: url(../../images/dot.png) repeat;
    background-size: calc(2vw / 6.4) calc(2vw / 6.4);
    z-index: 9;
    background-color: rgba(105, 105, 105, 0.2);
  }

  .page_top #sector01 h1.title {
    position: absolute;
    top: auto;
    bottom: 30px;
    width: calc(505vw / 6.4);
    z-index: 99;
    left: calc(30vw / 6.4);
  }

  .page_top #sector02 {
    padding: calc(30vw / 6.4) calc(40vw / 6.4);
    background: #f2f2f2;
  }

  .page_top #sector02 h2 {
    padding-bottom: calc(6vw / 6.4);
    font-size: calc(22vw / 6.4);
    line-height: calc(24 / 22);
    color: #4547ba;
    font-weight: 500;
    border-bottom: calc(1vw / 6.4) solid #4547ba;
  }

  .page_top #sector02 .news {
    margin-top: calc(18vw / 6.4);
  }

  .page_top #sector02 .news li.headline span.company {
    color: #b077b0;
    font-weight: 500;
  }

  .page_top #sector02 .news li.headline span.foreigner {
    color: #8fc31f;
    font-weight: 500;
  }

  .page_top #sector03 {
    padding: calc(48vw / 6.4) calc(50vw / 6.4);
  }

  .page_top #sector03 h3 {
    margin-top: calc(6vw / 6.4);
    font-size: calc(37vw / 6.4);
    line-height: calc(48 / 37);
    font-weight: 700;
  }

  .page_top #sector03 h4 {
    margin-top: calc(54vw / 6.4);
    padding: calc(6vw / 6.4) calc(10vw / 6.4);
    font-size: calc(22vw / 6.4);
    line-height: calc(30 / 22);
    font-weight: 700;
    color: #fff;
    background: #ff931e;
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
  }

  .page_top #sector03 h4 span.color {
    color: #ff931e;
  }

  .page_top #sector03 h5 {
    margin-top: calc(36vw / 6.4);
  }

  .page_top #sector03 .lower h6 {
    padding-bottom: calc(3vw / 6.4);
    line-height: calc(30 / 22);
    font-weight: 500;
    border-bottom: calc(1vw / 6.4) solid #333;
  }

  .page_top #sector03 .lower h6 span {
    font-size: calc(19vw / 6.4);
  }
  .page_top #sector02 {
    float: none;
    width: 100%;
    position: static;
    padding: 0;
    margin-top: 40px;
  }
  .page_top #sector02 div {
    padding: 30px;
  }
  .page_top #sector03 {
    float: none;
    width: 100%;
    position: static;
    padding: 0;
    margin: 0;
  }
  /*.page_top #sector03 div {
    padding: 30px;
  }*/
  .page_top #sector02 .news li.date {
    float: none;
  }
  .page_top #sector02 .news li.headline {
    float: none;
  }

  .page_top #sector03 .lower p {
    margin-top: calc(15vw / 6.4);
  }

  /* =========================================
    SITEPOLICY / PRIVACYPOLICY
  ========================================= */
  .page_sitepolicy #sector03,
  .page_privacypolicy #sector03 {
    margin-top: calc(54vw / 6.4);
  }

  .page_sitepolicy #sector03 p,
  .page_privacypolicy #sector03 p {
    margin-top: calc(18vw / 6.4);
    font-size: calc(19vw / 6.4);
    line-height: calc(27 / 19);
  }

  .page_sitepolicy #sector03 p a,
  .page_privacypolicy #sector03 p a {
    color: #00a040;
    font-weight: 500;
    text-decoration: underline;
  }

  .page_sitepolicy #sector03 p strong,
  .page_privacypolicy #sector03 p strong {
    font-weight: 700;
  }

  .page_sitepolicy #sector03 p.signature,
  .page_privacypolicy #sector03 p.signature {
    margin-top: calc(48vw / 6.4);
    text-align: right;
  }

  .page_sitepolicy #sector03 p.contact,
  .page_privacypolicy #sector03 p.contact {
    margin-top: calc(30vw / 6.4);
    text-align: right;
  }

  .page_sitepolicy #sector03 h4 {
    margin-top: calc(54vw / 6.4);
    font-size: calc(22vw / 6.4);
    font-weight: 700;
    padding-left: 1em;
    text-indent: -1em;
  }

  .page_sitepolicy #sector03 h4 span.color {
    color: #ff931e;
  }

  .page_sitepolicy #sector03 .lower h5 {
    margin-top: calc(27vw / 6.4);
    padding-bottom: calc(3vw / 6.4);
    line-height: calc(30 / 22);
    font-weight: 500;
  }

  .page_sitepolicy #sector03 table {
    border-collapse: collapse;
  }

  .page_sitepolicy #sector03 table th {
    padding: 10px;
    font-weight: bold;
    background: #f2f2f2;
    border: solid 1px #000;
  }

  .page_sitepolicy #sector03 table td {
    padding: 10px;
    border: solid 1px #000;
  }

  .page_privacypolicy #sector03 ol.list_parentheses {
    padding: 0;
    margin: 10px 0 0 10px;
  }

  .page_privacypolicy #sector03 ol.list_parentheses li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
    padding-left: 1em;
    text-indent: -1.5em;
    padding-bottom: 10px;
  }

  .page_privacypolicy #sector03 ol.list_parentheses li::before {
    display: marker;
    content: "(" counter(cnt) ") ";
  }

  /* =========================================
    SITEMAP / CONTACT
  ========================================= */
  .page_sitemap #sector03,
  .page_contact #sector03 {
    margin-top: calc(48vw / 6.4);
  }

  .page_sitemap #sector03 .lower h6,
  .page_contact #sector03 .lower h6 {
    margin-top: calc(48vw / 6.4);
  }

  .page_sitemap #sector03 .lower p,
  .page_contact #sector03 .lower p {
    margin-top: calc(18vw / 6.4);
  }

  .page_sitemap #sector03 .lower p a,
  .page_contact #sector03 .lower p a {
    color: #00a040;
    font-weight: 500;
    text-decoration: underline;
  }

  .page_contact #summary,
  .page_contact #sector02,
  .page_contact #sector03 {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }

  .page_contact #sector01 .header-wrapper {
    width: 100%;
  }
  .page_sitepolicy #sector02,
  .page_privacypolicy #sector02 {
    float: none;
    position: static;
    margin-top: 40px;
    width: 100%;
    padding: 0;
  }

  .page_sitepolicy #sector03,
  .page_privacypolicy #sector03 {
    float: none;
    position: static;
    margin: 42px 0 0 0;
    width: 670px;
    max-width: 100%;
    padding: 0;
  }
  .page_sitepolicy #sector03 div,
  .page_privacypolicy #sector03 div {
    padding: 0 20px;
  }
  .page_sitemap #sector02,
  .page_contact #sector02 {
    margin-top: 40px;
    width: 100%;
    padding: 0;
  }

  .page_sitemap #sector03,
  .page_contact #sector03 {
    float: none;
    position: static;
    margin: 60px 0 0 0;
    padding: 0;
  }
  .page_sitemap #sector03 div,
  .page_contact #sector03 div {
    padding: 0 20px;
  }
  .page_sitemap #sector03 .lower,
  .page_contact #sector03 .lower {
    padding-left: 0;
  }
  /* =========================================
    COMPANY / FOREIGNER summary pages
  ========================================= */
  .page_company #sector03 h5,
  .page_foreigner #sector03 h5 {
    margin-top: calc(54vw / 6.4);
    font-size: calc(22vw / 6.4);
    line-height: calc(30 / 22);
    font-weight: 700;
    padding-left: 1em;
    text-indent: -1em;
  }

  .page_company #sector03 h5 span,
  .page_foreigner #sector03 h5 span {
    font-size: calc(19vw / 6.4);
    line-height: calc(30 / 19);
  }

  .page_company #sector03 h5 span.color {
    font-size: calc(22vw / 6.4);
    color: #b077b0;
  }

  .page_foreigner #sector03 h5 span.color {
    font-size: calc(22vw / 6.4);
    color: #8fc31f;
  }

  .page_company #sector03 .lower p a,
  .page_foreigner #sector03 .lower p a {
    color: #ff931e;
    font-weight: 700;
    text-decoration: underline;
  }

  .page_company #sector03 .lower dl,
  .page_foreigner #sector03 .lower dl {
    margin-top: calc(18vw / 6.4);
    line-height: calc(36 / 22);
  }

  .page_company #sector03 .lower dl dt,
  .page_foreigner #sector03 .lower dl dt {
    float: left;
    width: calc(140vw / 6.4);
  }

  .page_company #sector03 .lower dl dd,
  .page_foreigner #sector03 .lower dl dd {
    float: left;
    width: calc(380vw / 6.4);
  }

  .page_company #sector03 h4 {
    margin-top: calc(36vw / 6.4);
    padding: calc(6vw / 6.4) calc(10vw / 6.4);
    font-size: calc(22vw / 6.4);
    line-height: calc(24 / 22);
    font-weight: 700;
    color: #fff;
    background: #00a040;
    display: inline-block;
  }

  .page_company #sector03 ul.theme {
    padding: calc(24vw / 6.4) 0 calc(30vw / 6.4) calc(85vw / 6.4);
    background: url(../../images/bg_theme_arrow.png) calc(20vw / 6.4) bottom no-repeat;
    background-size: calc(10vw / 6.4);
  }

  .page_company #sector03 ul.theme li {
    margin-top: calc(9vw / 6.4);
    font-size: calc(22vw / 6.4);
    line-height: calc(30 / 22);
    font-weight: 500;
  }

  .page_company #sector03 ul.theme li i {
    color: #b077b0;
    text-indent: -1.5em;
  }

  .page_company #sector03 p.color {
    margin-top: calc(6vw / 6.4);
    font-weight: 700;
    color: #b077b0;
  }

  .page_company #sector03 ol.flow {
    margin: calc(36vw / 6.4) auto calc(60vw / 6.4);
    width: calc(430vw / 6.4);
    padding: 0 calc(10vw / 6.4);
  }

  .page_company #sector03 ol.flow li {
    font-size: calc(19vw / 6.4);
    line-height: calc(45 / 19);
    font-weight: 500;
    text-align: center;
    color: #00a040;
    border: calc(1vw / 6.4) solid #00a040;
    list-style-type: none;
  }

  .page_company #sector03 ol.flow li.arrow {
    font-size: calc(36vw / 6.4);
    line-height: calc(36 / 36);
    text-align: center;
    color: #00a040;
    border: none;
  }

  .page_company #sector03 ol.flow li a {
    color: #ff931e;
    text-decoration: underline;
  }

  .page_company #summary,
  .page_company #sector02,
  .page_company #sector03 {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }

  .page_company .seminor_cont {
    background: rgba(55, 147, 146, 0.1);
  }

  .page_company .comingsoon {
    background: rgba(55, 147, 146, 0.1);
  }

  /* =========================================
    FOREIGNER timetable
  ========================================= */
  .page_foreigner #sector03 .timetable {
    margin-top: calc(6vw / 6.4);
  }

  .page_foreigner #sector03 .timetable dl {
    float: left;
    border-right: calc(5vw / 6.4) solid #fff;
  }

  .page_foreigner #sector03 .timetable dl dt {
    padding: calc(6vw / 6.4) calc(10vw / 6.4);
    background: #00a040;
    font-size: calc(19vw / 6.4);
    line-height: calc(24 / 19);
    font-weight: 700;
    letter-spacing: 0.765em;
    color: #fff;
    border-bottom: calc(3vw / 6.4) solid #fff;
  }

  .page_foreigner #sector03 .timetable dl dd {
    padding: calc(6vw / 6.4) calc(10vw / 6.4);
    font-size: calc(19vw / 6.4);
    line-height: calc(24 / 19);
    border-bottom: calc(3vw / 6.4) solid #fff;
  }

  .page_foreigner #sector03 .timetable dd.odd {
    background: #e5f5ec;
  }

  .page_foreigner #sector03 .timetable dd.even {
    background: #bfe7cf;
  }

  .page_foreigner #sector03 .timetable dl.time {
    width: calc(90vw / 6.4);
  }

  .page_foreigner #sector03 .timetable dl.time dt,
  .page_foreigner #sector03 .timetable dl.time dd {
    width: calc(70vw / 6.4) !important;
  }

  .page_foreigner #sector03 .timetable dl.schedule {
    width: calc(100vw / 6.4);
  }

  .page_foreigner #sector03 .timetable dl.schedule dt,
  .page_foreigner #sector03 .timetable dl.schedule dd {
    width: calc(80vw / 6.4) !important;
  }

  .page_foreigner #sector03 .timetable dl.contents {
    width: calc(320vw / 6.4);
    border-right: none;
  }

  .page_foreigner #sector03 .timetable dl.contents dt,
  .page_foreigner #sector03 .timetable dl.contents dd {
    width: calc(300vw / 6.4) !important;
  }

  .page_foreigner #sector03 .lower dl dt.wide {
    width: calc(230vw / 6.4);
  }

  .page_foreigner #sector03 .lower dl dd.narrow {
    width: calc(290vw / 6.4);
  }

  .page_foreigner #sector03 .lower dl dd.break {
    width: calc(380vw / 6.4);
    padding-left: calc(140vw / 6.4);
  }

  .page_foreigner #sector03 .lower dl.detail dt {
    float: none;
  }

  .page_foreigner #sector03 .lower dl.detail dd {
    float: none;
    padding-left: 1em;
  }

  .page_foreigner #sector03 .lower dl.detail dd.indent {
    text-indent: -1em;
    padding-left: 2em;
  }

  .page_foreigner .comingsoon {
    background: rgba(0, 160, 64, 0.1);
  }

  .page_foreigner #tabmenu.green_tab li {
    background: rgba(0, 160, 64, 1);
  }

  .page_foreigner #tabmenu.green_tab li:nth-of-type(2) {
    background: rgba(0, 160, 64, 0.8);
  }

  .page_foreigner #tabmenu.green_tab li:nth-of-type(3) {
    background: rgba(0, 160, 64, 0.6);
  }

  /* =========================================
    RESIDENTIAL / CASE
  ========================================= */
  .page_residential #sector03,
  .page_case #sector03 {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .page_residential #sector03 div,
  .page_case #sector03 div {
    padding: 0 20px;
  }
  .page_case #sector02 {
    width: 100%;
    padding: 0;
  }
  .page_residential #sector03 h5,
  .page_case #sector03 h5 {
    margin-top: calc(54vw / 6.4);
    font-size: calc(22vw / 6.4);
    line-height: calc(30 / 22);
    font-weight: 700;
    padding-left: 1em;
    text-indent: -1em;
    color: #00a040;
    display: inline-block;
    border-bottom: solid 1px #000;
  }

  .page_residential #sector03 h5 span,
  .page_case #sector03 h5 span {
    font-size: calc(19vw / 6.4);
    line-height: calc(30 / 19);
  }

  .page_residential #sector03 .lower h6,
  .page_case #sector03 .lower h6 {
    padding-left: 0;
    border-left: solid 7px #010079;
  }

  .page_residential #sector03 .lower p a,
  .page_case #sector03 .lower p a {
    font-weight: 700;
    text-decoration: underline;
  }

  .page_residential #sector03 .line,
  .page_case #sector03 .line {
    margin: calc(15vw / 6.4);
    text-align: center;
  }

  .page_residential #sector03 .imagebox,
  .page_case #sector03 .imagebox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 20px;
  }

  .page_residential #sector03 .discription,
  .page_case #sector03 .discription {
    font-size: 80%;
    margin: 9px 20px;
  }

  .page_residential #sector03 .image,
  .page_case #sector03 .image {
    margin-top: 27px;
    border: 0;
    box-shadow: 0 0 0 7px #fff, 0 0 0 8px rgba(0, 0, 0, 0.1);
  }

  .page_residential #sector03 .fit,
  .page_case #sector03 .fit {
    min-width: 98px;
    width: 30%;
    height: auto;
  }

  .page_residential #sector03 .advice,
  .page_case #sector03 .advice {
    color: #505050;
    padding: 0.5em 1.5em;
    line-height: 1.3;
    background: #dbebf8;
    vertical-align: middle;
    margin: 60px 0;
    border-radius: 0.5em;
  }

  .page_residential #sector03 .advice p,
  .page_case #sector03 .advice p {
    margin-bottom: 27px;
  }

  .page_residential #sector03 .colorBox,
  .page_case #sector03 .colorBox {
    background: #eee;
  }

  .page_residential #sector03 .marker,
  .page_case #sector03 .marker {
    background-color: #fff;
  }

  .page_residential #sector03 h3,
  .page_case #sector03 h3 {
    font-size: calc(16em / 16);
    line-height: calc(20em / 31);
    font-weight: 700;
  }

  .page_residential #sector03 table,
  .page_residential #sector03 tr,
  .page_residential #sector03 th,
  .page_residential #sector03 td {
    border: solid;
    border-width: thin;
    border-color: #000;
  }

  .page_residential #sector03 tr,
  .page_residential #sector03 th,
  .page_residential #sector03 td {
    padding: 5px;
    line-height: 1.5;
  }

  .page_residential #sector03 th {
    width: 80px;
    font-weight: normal;
  }

  .page_residential #sector03 .indent {
    padding-left: 2em;
    text-indent: -2em;
  }

  .page_residential #sector03 a.normal_link {
    text-decoration: underline;
    color: #0000ee;
  }

  .page_residential footer {
    margin-top: calc(64vw / 6.4);
  }
  .page_residential #summary {
    max-width: 100%;
    padding: 0;
  }
  .page_residential #sector02 {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }
  a {
    word-break: break-all;
  }
  /* =========================================
    EVENTLIST
  ========================================= */
  .page_eventlist #sector02 {
    padding: calc(48vw / 6.4) calc(25vw / 6.4) 0 calc(30vw / 6.4);
  }

  .page_eventlist #sector02 h4 {
    margin-top: calc(6vw / 6.4);
    padding: calc(6vw / 6.4) calc(10vw / 6.4);
    font-size: calc(19vw / 6.4);
    line-height: calc(24 / 19);
    font-weight: 700;
    color: #ff931e;
    border: calc(1vw / 6.4) solid #ff931e;
    display: inline-block;
  }

  .page_eventlist #sector02 table {
    margin-top: calc(42vw / 6.4);
  }

  .page_eventlist #sector02 table tr th {
    padding: calc(6vw / 6.4) calc(10vw / 6.4);
    font-size: calc(16vw / 6.4);
    line-height: calc(22 / 16);
    font-weight: 700;
    color: #fff;
    background: #ff931e;
    border-right: calc(5vw / 6.4) solid #fff;
    border-bottom: calc(3vw / 6.4) solid #fff;
  }

  .page_eventlist #sector02 table tr td {
    padding: calc(12vw / 6.4) calc(10vw / 6.4);
    font-size: calc(16vw / 6.4);
    line-height: calc(22 / 16);
    font-weight: 500;
    background: #ffefdd;
    border-right: calc(5vw / 6.4) solid #fff;
    border-bottom: calc(3vw / 6.4) solid #fff;
    vertical-align: middle;
  }

  .page_eventlist #sector02 table tr td.class {
    width: calc(65vw / 6.4);
    padding: calc(6vw / 6.4) calc(10vw / 6.4);
  }

  .page_eventlist #sector02 table tr td.date {
    width: calc(90vw / 6.4);
  }

  .page_eventlist #sector02 table tr td.title {
    width: calc(285vw / 6.4);
  }

  .page_eventlist #sector02 table tr td.details {
    width: calc(45vw / 6.4);
    padding: calc(6vw / 6.4) calc(10vw / 6.4);
  }

  .page_eventlist #sector02 table tr td.class span {
    padding: calc(3vw / 6.4) calc(5vw / 6.4);
    font-size: calc(16vw / 6.4);
    line-height: calc(18 / 16);
    font-weight: 500;
    text-align: center;
    color: #fff;
    display: inline-block;
  }

  .page_eventlist #sector02 table tr td.class span.seminar {
    background: #00a040;
  }
  .page_eventlist #sector02 table tr td.class span.company {
    background: #b077b0;
  }
  .page_eventlist #sector02 table tr td.class span.foreigner {
    background: #8fc31f;
  }
  .page_eventlist #sector02 table tr td.class span.tour {
    background: #1878dc;
  }

  .page_eventlist #sector02 table tr td.details span a,
  .page_eventlist #sector02 table tr td.details span.stop {
    padding: calc(6vw / 6.4) calc(5vw / 6.4);
    font-size: calc(16vw / 6.4);
    line-height: calc(24 / 16);
    font-weight: 500;
    display: inline-block;
  }

  .page_eventlist #sector02 table tr td.details span a {
    background: #fff;
  }

  .page_eventlist #sector02 table tr td.details span.stop {
    background: #ddd;
  }

  /* =========================================
    EVENT
  ========================================= */


  .page_event #sector01 .title h2 {
    float: left;
    font-size: calc(25vw / 6.4);
    line-height: calc(25 / 25);
    font-weight: 700;
  }

  .page_event #sector01 .title h3 {
    float: right;
    font-size: calc(19vw / 6.4);
    line-height: calc(25 / 19);
    font-weight: 500;
  }

  .page_event #sector02 div {
    padding: 0 20px;
  }

  .page_event #sector02 h4 {
    margin-top: calc(6vw / 6.4);
    padding: calc(6vw / 6.4) calc(10vw / 6.4);
    font-size: calc(19vw / 6.4);
    line-height: calc(24 / 19);
    font-weight: 700;
    color: #ff931e;
    border: calc(1vw / 6.4) solid #ff931e;
    display: inline-block;
  }

  .page_event #sector02 h5 {
    margin-top: calc(36vw / 6.4);
    font-size: calc(31vw / 6.4);
    line-height: calc(42 / 31);
    font-weight: 700;
  }

  .page_event #sector02 .table {
    margin-top: calc(18vw / 6.4);
  }

  .page_event #sector02 table {
    margin-top: calc(6vw / 6.4);
    border-collapse: collapse;
    border-top: calc(1vw / 6.4) solid #999;
    border-left: calc(1vw / 6.4) solid #999;
  }

  .page_event #sector02 table tr th.header {
    width: calc(83vw / 6.4);
    padding: calc(14vw / 6.4) calc(10vw / 6.4);
    font-size: calc(19vw / 6.4);
    line-height: calc(27 / 19);
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #999;
    border-right: calc(1vw / 6.4) solid #999;
    border-bottom: calc(1vw / 6.4) solid #999;
    vertical-align: middle;
  }

  .page_event #sector02 table tr td.data {
    width: calc(435vw / 6.4);
    padding: calc(14vw / 6.4) calc(20vw / 6.4);
    font-size: calc(19vw / 6.4);
    line-height: calc(27 / 19);
    background: #fff;
    border-right: calc(1vw / 6.4) solid #999;
    border-bottom: calc(1vw / 6.4) solid #999;
    vertical-align: middle;
  }

  .page_event #sector02 table tr td.data a {
    color: #ff931e;
    text-decoration: underline;
  }

  .page_event #sector02 table tr td.data span {
    margin-right: calc(5vw / 6.4);
    padding: calc(6vw / 6.4) calc(10vw / 6.4);
    font-size: calc(19vw / 6.4);
    line-height: calc(19 / 19);
    font-weight: 500;
    text-align: center;
    color: #fff;
    display: inline-block;
  }

  .page_event #sector02 table tr td.data span.seminar {
    background: #00a040;
  }
  .page_event #sector02 table tr td.data span.company {
    background: #b077b0;
  }
  .page_event #sector02 table tr td.data span.foreigner {
    background: #8fc31f;
  }
  .page_event #sector02 table tr td.data span.expert {
    background: #0fa9a9;
  }
  .page_event #sector02 table tr td.data span.tour {
    background: #1878dc;
  }

  .page_event #sector02 h6 {
    margin-top: calc(36vw / 6.4);
    padding: calc(9vw / 6.4) calc(10vw / 6.4);
    font-size: calc(22vw / 6.4);
    line-height: calc(24 / 22);
    font-weight: 700;
    color: #fff;
    background: #00a040;
  }

  .page_event #sector02 p {
    margin-top: calc(18vw / 6.4);
    font-size: calc(19vw / 6.4);
    line-height: calc(33 / 19);
    font-weight: 500;
  }

  .page_event #sector02 .apply,
  .page_event #sector02 .back {
    margin: calc(66vw / 6.4) auto;
    width: calc(400vw / 6.4);
  }

  .page_event #sector02 .apply a,
  .page_event #sector02 .back a {
    width: calc(400vw / 6.4);
    padding: calc(18vw / 6.4) 0;
    text-align: center;
    color: #fff;
    display: block;
  }

  .page_event #sector02 .apply a {
    font-size: calc(31vw / 6.4);
    line-height: calc(33 / 31);
    font-weight: 700;
    background: #ff931e;
  }

  .page_event #sector02 .back a {
    font-size: calc(18vw / 6.4);
    line-height: calc(33 / 31);
    font-weight: 300;
    background: #00a040;
  }

  .page_event #sector02 .stanby a,
  .page_event #sector02 .stanby a:link,
  .page_event #sector02 .stanby a:visited,
  .page_event #sector02 .stanby a:active,
  .page_event #sector02 .stanby a:hover {
    color: #fff;
    background: #999;
    text-decoration: none;
    pointer-events: none;
  }

  .page_event table.event {
    border-collapse: collapse;
    border: none !important;
    margin: 0 auto;
    width: 100%;
  }

  .page_event th,
  .page_event td {
    padding: 10px;
  }

  .page_event td {
    line-height: 160%;
  }

  .page_event table tr:nth-child(odd) {
    background-color: #eee;
  }

  .page_event footer,
  .page_eventlist footer,
  .page_case footer,
  .page_sitemap footer {
    margin-top: 60px;
  }

}