  @charset "UTF-8";

* {
  outline: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", "Century Gothic", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  color: #444;
}

a:link {
  color: #444;
  text-decoration: none;
}

a {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

a:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  filter: alpha(opacity=80);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=80)";
  /* IE 8 */
  opacity: 0.8;
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: inline-block;
}

strong,
.strong {
  font-weight: 700;
}

p,
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

.uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
  margin: 0 auto;
}

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

.text-right {
  text-align: right;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

p.indent_1 {
  text-indent: -1em;
  padding-left: 1em;
}

.sp_only {
  display: none !important;
}

.pc_only {
  display: block !important;
}

br.sp_none {
  display: block;
}

br.pc_none {
  display: none;
}

.display_block {
  display: block;
}

#pgTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 300;
}

.opacity_none {
  opacity: 0;
}

.row_reverse {
  flex-direction: row-reverse;
}

small,
.small {
  font-size: 14px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container_small {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container_xsmall {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.section {
  overflow: hidden;
  *zoom: 1;
  padding: 0;
}

.postion_relative {
  position: relative;
  z-index: 1;
}

.postion_absolute {
  position: absolute;
  z-index: 0;
}

.main_visual {
  position: relative;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  max-width: 1400px;
  width: 100%;
  margin: auto;
}

.main_visual .header_logo {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 70px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_visual .header_logo div:nth-child(1) {
  padding-left: 30px;
}

.main_visual .header_logo div:nth-child(2) {
  padding-top: 5px;
  padding-right: 30px;
}

.main_visual .header_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.navigation {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  padding: 0;
  text-align: center;
}

.navigation_fixed {
  position: fixed;
  top: 0;
  z-index: 2;
  height: 70px;
}

.navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

#toggle_btn {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  background: black;
}

#toggle_btn .bar {
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 5px;
  transition: 0.15s ease-in-out;
}

#bar01 {
  top: 8px;
}

#bar02 {
  top: 18px;
}

#bar03 {
  top: 28px;
}

.toggle_active #bar01 {
  top: 17px;
  transform: rotate(45deg);
}

.toggle_active #bar02 {
  width: 0;
}

.toggle_active #bar03 {
  top: 17px;
  transform: rotate(-45deg);
}

.navigation ul li {
  list-style: none;
  width: 150px;
  padding: 0 3px;
}

.navigation ul li a {
  background: rgba(108, 105, 93, 0.6);
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 10px;
  height: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.navigation ul li a span {
  display: block;
  color: #e4c894;
  font-size: 14px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.navigation ul li a:hover {
  background: rgba(108, 105, 93, 0.6);
}

.navigation ul li a:hover span {
  color: white;
}

.navigation ul li a.active {
  background: #6c695d;
}

.navigation ul li a.active span {
  color: white;
}

/*=============================
footer
=============================*/

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0.8;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-weight: 900;
  content: '↑';
  font-size: 26px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  border-top: 1px solid #fff;
}

.copyright {
  padding: 15px;
  text-align: center;
  font-size: 14px;
  color: #6c695d;
}

/*=============================
index
=============================*/

#index .section {
  padding-top: 70px;
  margin-top: -70px;
}

#index .section_01 {
  margin-bottom: 30px;
}

#index .section_01 .container {
  background-position: 100% 0;
  background-image: url(/corp/kte/boiler120th/assets/images/top/story_bgr.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 0;
}

#index .section_01 .container h2 {
  margin-bottom: 60px;
}

#index .section_01 .container h3 {
  text-align: center;
  margin-bottom: 30px;
}

#index .section_01 .container .row {
  max-width: 960px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  border-bottom: 1px solid #6c695d;
}

#index .section_01 .container .row div:nth-child(1) {
  width: 70%;
}

#index .section_01 .container .row div:nth-child(1) p {
  line-height: 2;
}

#index .section_01 .container .row div:nth-child(1) .image_title {
  text-align: right;
  color: #6c695d;
  font-weight: 600;
  margin: 0 0 0;
}

#index .section_01 .container .row div:nth-child(1) .story_btn {
  display: block;
  text-align: left;
  margin: 15px 0;
  width: 200px;
}

#index .section_01 .container .row div:nth-child(1) .story_btn a {
  display: block;
  padding: 10px 20px;
  background: #e4c894;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

#index .section_01 .container .row div:nth-child(2) {
  width: 30%;
}

#index .section_01 .container .row div:nth-child(2) img {
  display: block;
  margin: auto;
}

#index .section_01 .container .story_content {
  background-position: 100% 0;
  background-image: url(/corp/kte/boiler120th/assets/images/top/story_bgr.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 0;
}

#index .section_02 .container {
  background-position: top center;
  background-image: url(/corp/kte/boiler120th/assets/images/top/history_bgr.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding: 120px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#index .section_02 .container .row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

#index .section_02 .container .row div:nth-child(1) {
  width: 53%;
}

#index .section_02 .container .row div:nth-child(1) p {
  padding: 15px;
  color: #fff;
  line-height: 2;
  margin-bottom: 30px;
}

#index .section_03 .container {
  background: #e4c894;
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding: 0 0 60px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#index .section_03 .container h2 {
  margin-bottom: 90px;
}

#index .section_03 .container .row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

#index .section_03 .container .row div.col {
  text-align: center;
  color: #fff;
  padding: 10px;
  width: 400px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

#index .section_03 .container .row div.col:nth-child(1) .wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#index .section_03 .container .row div.col:nth-child(1) .wrap div {
  width: 100%;
}

#index .section_03 .container .row div.col:nth-child(1) .wrap div:nth-child(1) img {
  display: block;
  width: 100%;
}

#index .section_03 .container .row div.col:nth-child(1) .wrap div:nth-child(2) {
  background: #df003a;
  color: #fff;
  width: 100%;
  text-align: left;
}

#index .section_03 .container .row div.col:nth-child(1) .wrap div:nth-child(2) p {
  padding: 10px;
  text-align: left;
}

#index .section_03 .container .row div.col:nth-child(1) .wrap div:nth-child(2) h3 {
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 10px 10px 5px 10px;
  margin-bottom: 15px;
  line-height: 1.2;
}

#index .section_03 .container .row div.col:nth-child(1) .wrap div:nth-child(2) .link {
  text-align: right;
}

#index .section_03 .container .row div.col:nth-child(2) .wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#index .section_03 .container .row div.col:nth-child(2) .wrap div {
  width: 100%;
}

#index .section_03 .container .row div.col:nth-child(2) .wrap div:nth-child(1) img {
  display: block;
  width: 100%;
}

#index .section_03 .container .row div.col:nth-child(2) .wrap div:nth-child(2) {
  background: #436cc3;
  color: #fff;
  width: 100%;
  text-align: left;
}

#index .section_03 .container .row div.col:nth-child(2) .wrap div:nth-child(2) p {
  padding: 10px;
  text-align: left;
}

#index .section_03 .container .row div.col:nth-child(2) .wrap div:nth-child(2) h3 {
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 10px 10px 5px 10px;
  margin-bottom: 15px;
  line-height: 1.2;
}

#index .section_03 .container .row div.col:nth-child(2) .wrap div:nth-child(2) .link {
  text-align: right;
}

#index .section_03 .container .row div.col:nth-child(3) .wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#index .section_03 .container .row div.col:nth-child(3) .wrap div {
  width: 100%;
}

#index .section_03 .container .row div.col:nth-child(3) .wrap div:nth-child(1) img {
  display: block;
  width: 100%;
}

#index .section_03 .container .row div.col:nth-child(3) .wrap div:nth-child(2) {
  background: #ff0000;
  color: #fff;
  width: 100%;
  text-align: left;
}

#index .section_03 .container .row div.col:nth-child(3) .wrap div:nth-child(2) p {
  padding: 10px;
  text-align: left;
}

#index .section_03 .container .row div.col:nth-child(3) .wrap div:nth-child(2) h3 {
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 10px 10px 5px 10px;
  margin-bottom: 15px;
  line-height: 1.2;
}

#index .section_03 .container .row div.col:nth-child(3) .wrap div:nth-child(2) .link {
  text-align: right;
}

#index .section_03 .container .notes {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  text-align: right;
  font-size: 13px;
  padding: 0 15px;
}

#index .section_04 .container {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding: 0 0 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#index .section_04 .container h2 {
  margin-bottom: 30px;
}

#index .section_04 .container_xsmall {
  max-width: 960px;
  width: 100%;
}

#index .section_04 .container_xsmall h3 {
  line-height: 1.5;
  font-size: 32px;
  color: #e50012;
  border-bottom: 2px solid #e50012;
  margin-bottom: 30px;
}

#index .section_04 .container_xsmall .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin-bottom: 60px;
}

#index .section_04 .container_xsmall .row div {
  width: 50%;
}

#index .section_04 .container_xsmall .row div:nth-child(2) {
  line-height: 2;
}

#index .section_04 .container_xsmall .row div:nth-child(2) p {
  margin-left: 15px;
}

#index .section_04 .container_xsmall .row div:nth-child(2) .image_title {
  position: absolute;
  bottom: 15px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 700;
}

.story_header {
  position: relative;
}

.story_header .btn_back {
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
}

.story_header .btn_back a {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  padding: 10px 30px;
  color: #fff;
  text-align: center;
}

.story_header .btn_back a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}

.story_content {
  background-position: 100% 0;
  background-image: url(/corp/kte/boiler120th/assets/images/top/story_bgr.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 0;
}

.story_content .overview {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  color: #c9a063;
  padding: 30px 15px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid #e4c894;
}

.story_content .content {
  max-width: 960px;
  width: 100%;
  margin: auto;
}

.story_content .content h3 {
  padding: 15px;
  text-align: left;
  font-weight: 500;
  line-height: 1.2;
  font-size: 28px;
  color: #e4c894;
  border-bottom: 1px solid #e4c894;
  margin-bottom: 30px;
}

.story_content .content .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: none;
  padding: 0;
}

.story_content .content .row.reverse {
  flex-direction: row-reverse;
}

.story_content .content .row .head {
  background: #e4c894;
  color: #fff;
  padding: 15px 30px;
  margin: 0;
  width: 70%;
}

.story_content .content .row .head p {
  line-height: 1.5;
}

.story_content .content .row.row_body {
  border-bottom: 1px solid #e4c894;
}

.story_content .content .row.row_body div:nth-child(1) {
  padding: 30px;
  width: 70%;
}

.story_content .content .row.row_body div:nth-child(2) {
  padding-bottom: 30px;
  width: 30%;
}

.story_content .content .row.row_body div p {
  line-height: 2;
}

.story_content .footer {
  text-align: center;
  width: 100%;
}

.story_content .btn_back {
  display: inline-block;
  background: #000;
  text-align: center;
}

.story_content .btn_back.bottom {
  margin: 60px auto;
}

.story_content .btn_back a {
  display: block;
  padding: 10px 30px;
  color: #fff;
  text-align: center;
}

/*=============================
interview01
=============================*/

.interview01 {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.interview01_header {
  position: relative;
}

.interview01_header .btn_back {
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
}

.interview01_header .btn_back a {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  padding: 10px 30px;
  color: #fff;
  text-align: center;
}

.interview01_header .btn_back a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}

.interview01 .content {
  max-width: 960px;
  width: 100%;
  padding: 60px 0 0;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.interview01 .content .header {
  margin-bottom: 60px;
}

.interview01 .content .header h2 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  color: #df003a;
  margin: 30px 0;
  font-size: 40px;
  font-weight: 400;
}

.interview01 .content .header p {
  font-size: 18px;
  margin-bottom: 60px;
}

.interview01 .content .header .header_name {
  position: relative;
  text-align: center;
}

.interview01 .content .header .header_name .name01 {
  position: absolute;
  bottom: -30px;
  left: -30px;
  opacity: 0.9;
}

.interview01 .content .header .header_name .name02 {
  position: absolute;
  top: -30px;
  right: -30px;
  opacity: 0.9;
}

.interview01 .content .section {
  margin-bottom: 60px;
  text-align: center;
}

.interview01 .content .section h3 {
  text-align: left;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  padding: 15px 0 15px 45px;
  margin-bottom: 15px;
  color: #df003a;
}

.interview01 .content .section h3:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: url(/corp/kte/boiler120th/assets/images/interviews/interview01/interview01_icon.png);
}

.interview01 .content .section p {
  line-height: 2;
  text-align: left;
}

.interview01 .content .section .float-left {
  float: left;
  margin-right: 30px;
}

.interview01 .content .section .float-right {
  float: right;
  margin-left: 30px;
}

.interview01 .content aside {
  background: rgba(223, 0, 58, 0.35);
  position: relative;
}

.interview01 .content aside h2 {
  margin: 0;
  padding: 0;
}

.interview01 .content aside h3 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  color: #df003a;
  padding: 30px 30px 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
}

.interview01 .content aside .row {
  display: flex;
  justify-content: center;
}

.interview01 .content aside .row div:nth-child(1) {
  width: 75%;
}

.interview01 .content aside .row div:nth-child(1) p {
  padding: 30px;
  line-height: 2;
}

.interview01 .content aside .row div:nth-child(2) {
  padding-right: 30px;
  padding-top: 60px;
}

.interview01 .content aside .row div:nth-child(2) .external_link {
  margin-bottom: 30px;
}

.interview01 .content aside .row div:nth-child(2) .external_link a {
  color: #df003a;
}

.interview01 .content aside .row div:nth-child(2) .external_link a:hover {
  color: rgba(223, 0, 58, 0.8);
}

.interview01 .content .footer {
  text-align: center;
  width: 100%;
}

.interview01 .content .footer .btn_back {
  display: inline-block;
  background: #000;
  text-align: center;
}

.interview01 .content .footer .btn_back.bottom {
  margin: 60px auto;
}

.interview01 .content .footer .btn_back a {
  display: block;
  padding: 10px 30px;
  color: #fff;
  text-align: center;
}

/*=============================
interview
=============================*/

.interview02 {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.interview02_header {
  position: relative;
}

.interview02_header .btn_back {
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
}

.interview02_header .btn_back a {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  padding: 10px 30px;
  color: #fff;
  text-align: center;
}

.interview02_header .btn_back a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}

.interview02 .content {
  max-width: 960px;
  width: 100%;
  padding: 60px 0 0;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.interview02 .content .header {
  margin-bottom: 60px;
}

.interview02 .content .header h2 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  color: #436cc3;
  margin: 30px 0;
  font-size: 40px;
  font-weight: 400;
}

.interview02 .content .header p {
  font-size: 18px;
  margin-bottom: 60px;
}

.interview02 .content .header .header_name {
  position: relative;
  text-align: center;
}

.interview02 .content .header .header_name .name01 {
  position: absolute;
  bottom: -30px;
  left: -30px;
  opacity: 0.9;
}

.interview02 .content .header .header_name .name02 {
  position: absolute;
  top: -30px;
  right: -30px;
  opacity: 0.9;
}

.interview02 .content .section {
  margin-bottom: 60px;
  text-align: center;
}

.interview02 .content .section h3 {
  text-align: left;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  padding: 15px 0 15px 45px;
  margin-bottom: 15px;
  color: #436cc3;
}

.interview02 .content .section h3:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: url(/corp/kte/boiler120th/assets/images/interviews/interview02/interview02_icon.png);
}

.interview02 .content .section p {
  line-height: 2;
  text-align: left;
}

.interview02 .content .section .float-left {
  float: left;
  margin-right: 30px;
}

.interview02 .content .section .float-right {
  float: right;
  margin-left: 30px;
}

.interview02 .content aside {
  background: rgba(67, 108, 195, 0.35);
  position: relative;
}

.interview02 .content aside h2 {
  margin: 0;
  padding: 0;
}

.interview02 .content aside h3 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  color: #436cc3;
  padding: 30px 30px 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
}

.interview02 .content aside .row {
  display: flex;
  justify-content: center;
}

.interview02 .content aside .row div:nth-child(1) {
  width: 75%;
}

.interview02 .content aside .row div:nth-child(1) p {
  padding: 30px;
  line-height: 2;
}

.interview02 .content aside .row div:nth-child(2) {
  padding-top: 60px;
  padding-right: 30px;
}

.interview02 .content aside .row div:nth-child(2) .external_link {
  margin-bottom: 30px;
}

.interview02 .content aside .row div:nth-child(2) .external_link a {
  color: #df003a;
}

.interview02 .content aside .row div:nth-child(2) .external_link a:hover {
  color: rgba(223, 0, 58, 0.8);
}

.interview02 .content .footer {
  text-align: center;
  width: 100%;
}

.interview02 .content .footer .btn_back {
  display: inline-block;
  background: #000;
  text-align: center;
}

.interview02 .content .footer .btn_back.bottom {
  margin: 60px auto;
}

.interview02 .content .footer .btn_back a {
  display: block;
  padding: 10px 30px;
  color: #fff;
  text-align: center;
}

/*=============================
interview
=============================*/

.interview03 {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.interview03_header {
  position: relative;
}

.interview03_header .btn_back {
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
}

.interview03_header .btn_back a {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  padding: 10px 30px;
  color: #fff;
  text-align: center;
}

.interview03_header .btn_back a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}

.interview03 .content {
  max-width: 960px;
  width: 100%;
  padding: 60px 0 0;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.interview03 .content .header {
  margin-bottom: 60px;
}

.interview03 .content .header h2 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  color: #ff0000;
  margin: 30px 0;
  font-size: 40px;
  font-weight: 400;
}

.interview03 .content .header p {
  font-size: 18px;
  margin-bottom: 60px;
}

.interview03 .content .header .header_name {
  position: relative;
  text-align: center;
}

.interview03 .content .header .header_name .name01 {
  position: absolute;
  top: 30px;
  left: -45px;
  opacity: 0.9;
}

.interview03 .content .header .header_name .name02 {
  position: absolute;
  bottom: -30px;
  right: 50%;
  margin-right: -130px;
  opacity: 0.9;
}

.interview03 .content .header .header_name .name03 {
  position: absolute;
  top: -30px;
  right: -30px;
  opacity: 0.9;
}

.interview03 .content .section {
  margin-bottom: 60px;
  text-align: center;
}

.interview03 .content .section h3 {
  text-align: left;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  padding: 15px 0 15px 45px;
  margin-bottom: 15px;
  color: #ff0000;
}

.interview03 .content .section h3:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: url(/corp/kte/boiler120th/assets/images/interviews/interview03/interview03_icon.png);
}

.interview03 .content .section p {
  line-height: 2;
  text-align: left;
}

.interview03 .content .section .float-left {
  float: left;
  margin-right: 30px;
}

.interview03 .content .section .float-right {
  float: right;
  margin-left: 30px;
}

.interview03 .content aside {
  background: rgba(255, 0, 0, 0.35);
  position: relative;
}

.interview03 .content aside h2 {
  margin: 0;
  padding: 0;
}

.interview03 .content aside h3 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  color: #ff0000;
  padding: 30px 30px 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
}

.interview03 .content aside .row {
  display: flex;
  justify-content: center;
}

.interview03 .content aside .row div:nth-child(1) {
  width: 75%;
}

.interview03 .content aside .row div:nth-child(1) p {
  padding: 30px;
  line-height: 2;
}

.interview03 .content aside .row div:nth-child(2) {
  padding-top: 60px;
  padding-right: 30px;
}

.interview03 .content aside .row div:nth-child(2) .external_link {
  margin-bottom: 30px;
}

.interview03 .content aside .row div:nth-child(2) .external_link a {
  color: #df003a;
}

.interview03 .content aside .row div:nth-child(2) .external_link a:hover {
  color: rgba(223, 0, 58, 0.8);
}

.interview03 .content .footer {
  text-align: center;
  width: 100%;
}

.interview03 .content .footer .btn_back {
  display: inline-block;
  background: #000;
  text-align: center;
}

.interview03 .content .footer .btn_back.bottom {
  margin: 60px auto;
}

.interview03 .content .footer .btn_back a {
  display: block;
  padding: 10px 30px;
  color: #fff;
  text-align: center;
}

/*=============================
history
=============================*/

.anime {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.anime .anime_mod {
  opacity: 0;
  transition: all 3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
  font-size: 2rem;
  color: black;
}

.anime .anime_mod.anime_full {
  width: 100%;
}

.anime .anime_mod.anime_up {
  transform: translate3d(0, -100%, 0);
}

.anime .anime_mod.anime_left {
  transform: translate3d(-100%, 0, 0);
}

.anime .anime_mod.anime_right {
  transform: translate3d(100%, 0, 0);
}

.anime .anime_mod.anime_delay {
  transition: all 2s ease;
}

.anime .anime_mod.anime_active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.history img {
  display: block;
}

.history_header {
  position: relative;
}

.history_header .btn_back {
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.history_header .btn_back a {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  padding: 10px 30px;
  color: #fff;
  text-align: center;
}

.history_header .btn_back a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}

.history_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.history_btn {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.history_btn .btn_down {
  position: absolute;
  top: 70%;
  width: 70px;
}

.history_btn img {
  display: block;
}

.history_content {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  text-align: center;
}

.history_content img {
  display: block;
  margin: 0;
}

.history_content .btn_back {
  display: inline-block;
  background: #000;
  text-align: center;
}

.history_content .btn_back.bottom {
  margin: 60px auto;
}

.history_content .btn_back a {
  display: block;
  padding: 10px 30px;
  color: #fff;
  text-align: center;
}

.history_content .bgr {
  background: url(/corp/kte/boiler120th/assets/images/history/history01_body-01.png) 0 0 repeat-y;
  background-size: contain;
}

.history_content .row.title {
  display: flex;
}

.history_content .row.title .col img {
  width: 100%;
}

.history_content .row.title .col:nth-child(1) {
  border-bottom: 3px solid #7a6a56;
  width: 430px;
}

.history_content .row.title .col:nth-child(1) .wrap {
  padding: 15px;
}

.history_content .row.title .col:nth-child(2) {
  border-bottom: 3px solid #7a6a56;
  width: 620px;
}

.history_content .row.title .col .wrap {
  padding: 15px;
}

.history_content .row.title .col:nth-child(3) {
  border-bottom: 3px solid #fff;
  width: 350px;
}

.history_content .row.title .col:nth-child(3) .wrap {
  padding: 15px;
}

.history_content .row.content {
  display: flex;
  align-items: flex-start;
}

.history_content .row.content .col {
  display: flex;
  align-items: flex-start;
}

.history_content .row.content .col:nth-child(1) {
  width: 430px;
}

.history_content .row.content .col:nth-child(1) .wrap {
  right: -2.4%;
  position: relative;
  max-width: 430px;
  width: 100%;
  position: relative;
}

.history_content .row.content .col:nth-child(1) .wrap .display {
  max-width: 430px;
  width: 100%;
  overflow: hidden;
}

.history_content .row.content .col:nth-child(1) .wrap .display .inner {
  width: 0;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
  opacity: 0;
  position: absolute;
  right: 0;
}

.history_content .row.content .col:nth-child(1) .wrap .display.display_show .inner {
  max-width: 430px;
  width: 100%;
  opacity: 1;
}

.history_content .row.content .col:nth-child(2) {
  width: 620px;
}

.history_content .row.content .col:nth-child(2) .wrap {
  margin-left: -1.5%;
  position: relative;
  max-width: 620px;
  width: 100%;
}

.history_content .row.content .col:nth-child(2) .wrap .display {
  max-width: 620px;
  width: 100%;
  overflow: hidden;
}

.history_content .row.content .col:nth-child(2) .wrap .display .inner {
  width: 0;
  height: 100%;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
  opacity: 0;
  position: absolute;
}

.history_content .row.content .col:nth-child(2) .wrap .display.display_show .inner {
  max-width: 620px;
  width: 100%;
  opacity: 1;
}

.history_content .row.content .col:nth-child(2) .wrap .title_yeaer {
  display: none;
}

.history_content .row.content .col:nth-child(2) .wrap p {
  font-weight: 500;
  margin-bottom: 1rem;
}

.history_content .row.content .col:nth-child(2) .wrap .tab_icon {
  background: #e85528;
  display: inline-block;
  border-radius: 50px;
  padding: 3px 15px;
  color: #fff;
}

.history_content .row.content .col:nth-child(2) .wrap .image_center img {
  display: block;
  margin: auto;
}

.history_content .row.content .col:nth-child(3) {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 350px;
}

.history_content .row.content .col:nth-child(3) .wrap {
  margin-left: -2.5%;
  position: relative;
}

.history_content .row.content .col:nth-child(3) .wrap .display {
  max-width: 350px;
  width: 100%;
  overflow: hidden;
}

.history_content .row.content .col:nth-child(3) .wrap .display .inner {
  width: 0;
  height: 100%;
  overflow: hidden;
  transition: all 1.2s ease-in-out;
  opacity: 0;
  position: absolute;
}

.history_content .row.content .col:nth-child(3) .wrap .display.display_show .inner {
  max-width: 350px;
  width: 100%;
  opacity: 1;
}

.mg0 {
  margin: 0px !important;
}

.mg5 {
  margin: 5px !important;
}

.mg10 {
  margin: 10px !important;
}

.mg15 {
  margin: 15px !important;
}

.mg20 {
  margin: 20px !important;
}

.mg25 {
  margin: 25px !important;
}

.mg30 {
  margin: 30px !important;
}

.mg35 {
  margin: 35px !important;
}

.mg40 {
  margin: 40px !important;
}

.mg45 {
  margin: 45px !important;
}

.mg50 {
  margin: 50px !important;
}

.mg55 {
  margin: 55px !important;
}

.mg60 {
  margin: 60px !important;
}

.mg65 {
  margin: 65px !important;
}

.mg70 {
  margin: 70px !important;
}

.mg75 {
  margin: 75px !important;
}

.mg80 {
  margin: 80px !important;
}

.mg85 {
  margin: 85px !important;
}

.mg90 {
  margin: 90px !important;
}

.mg95 {
  margin: 95px !important;
}

.mg100 {
  margin: 100px !important;
}

.mg105 {
  margin: 105px !important;
}

.mg110 {
  margin: 110px !important;
}

.mg115 {
  margin: 115px !important;
}

.mg120 {
  margin: 120px !important;
}

.mg125 {
  margin: 125px !important;
}

.mg130 {
  margin: 130px !important;
}

.mg135 {
  margin: 135px !important;
}

.mg140 {
  margin: 140px !important;
}

.mg145 {
  margin: 145px !important;
}

.mg150 {
  margin: 150px !important;
}

.mg155 {
  margin: 155px !important;
}

.mg160 {
  margin: 160px !important;
}

.mg165 {
  margin: 165px !important;
}

.mg170 {
  margin: 170px !important;
}

.mg175 {
  margin: 175px !important;
}

.mg180 {
  margin: 180px !important;
}

.mg185 {
  margin: 185px !important;
}

.mg190 {
  margin: 190px !important;
}

.mg195 {
  margin: 195px !important;
}

.mg200 {
  margin: 200px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt11 {
  margin-top: 11px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt13 {
  margin-top: 13px !important;
}

.mt14 {
  margin-top: 14px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt17 {
  margin-top: 17px !important;
}

.mt18 {
  margin-top: 18px !important;
}

.mt19 {
  margin-top: 19px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt21 {
  margin-top: 21px !important;
}

.mt22 {
  margin-top: 22px !important;
}

.mt23 {
  margin-top: 23px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt26 {
  margin-top: 26px !important;
}

.mt27 {
  margin-top: 27px !important;
}

.mt28 {
  margin-top: 28px !important;
}

.mt29 {
  margin-top: 29px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt31 {
  margin-top: 31px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt33 {
  margin-top: 33px !important;
}

.mt34 {
  margin-top: 34px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt36 {
  margin-top: 36px !important;
}

.mt37 {
  margin-top: 37px !important;
}

.mt38 {
  margin-top: 38px !important;
}

.mt39 {
  margin-top: 39px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt41 {
  margin-top: 41px !important;
}

.mt42 {
  margin-top: 42px !important;
}

.mt43 {
  margin-top: 43px !important;
}

.mt44 {
  margin-top: 44px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt46 {
  margin-top: 46px !important;
}

.mt47 {
  margin-top: 47px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mt49 {
  margin-top: 49px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt51 {
  margin-top: 51px !important;
}

.mt52 {
  margin-top: 52px !important;
}

.mt53 {
  margin-top: 53px !important;
}

.mt54 {
  margin-top: 54px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt56 {
  margin-top: 56px !important;
}

.mt57 {
  margin-top: 57px !important;
}

.mt58 {
  margin-top: 58px !important;
}

.mt59 {
  margin-top: 59px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt61 {
  margin-top: 61px !important;
}

.mt62 {
  margin-top: 62px !important;
}

.mt63 {
  margin-top: 63px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt66 {
  margin-top: 66px !important;
}

.mt67 {
  margin-top: 67px !important;
}

.mt68 {
  margin-top: 68px !important;
}

.mt69 {
  margin-top: 69px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt71 {
  margin-top: 71px !important;
}

.mt72 {
  margin-top: 72px !important;
}

.mt73 {
  margin-top: 73px !important;
}

.mt74 {
  margin-top: 74px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt76 {
  margin-top: 76px !important;
}

.mt77 {
  margin-top: 77px !important;
}

.mt78 {
  margin-top: 78px !important;
}

.mt79 {
  margin-top: 79px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt81 {
  margin-top: 81px !important;
}

.mt82 {
  margin-top: 82px !important;
}

.mt83 {
  margin-top: 83px !important;
}

.mt84 {
  margin-top: 84px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt86 {
  margin-top: 86px !important;
}

.mt87 {
  margin-top: 87px !important;
}

.mt88 {
  margin-top: 88px !important;
}

.mt89 {
  margin-top: 89px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt91 {
  margin-top: 91px !important;
}

.mt92 {
  margin-top: 92px !important;
}

.mt93 {
  margin-top: 93px !important;
}

.mt94 {
  margin-top: 94px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt96 {
  margin-top: 96px !important;
}

.mt97 {
  margin-top: 97px !important;
}

.mt98 {
  margin-top: 98px !important;
}

.mt99 {
  margin-top: 99px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt101 {
  margin-top: 101px !important;
}

.mt102 {
  margin-top: 102px !important;
}

.mt103 {
  margin-top: 103px !important;
}

.mt104 {
  margin-top: 104px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mt106 {
  margin-top: 106px !important;
}

.mt107 {
  margin-top: 107px !important;
}

.mt108 {
  margin-top: 108px !important;
}

.mt109 {
  margin-top: 109px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt111 {
  margin-top: 111px !important;
}

.mt112 {
  margin-top: 112px !important;
}

.mt113 {
  margin-top: 113px !important;
}

.mt114 {
  margin-top: 114px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mt116 {
  margin-top: 116px !important;
}

.mt117 {
  margin-top: 117px !important;
}

.mt118 {
  margin-top: 118px !important;
}

.mt119 {
  margin-top: 119px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt121 {
  margin-top: 121px !important;
}

.mt122 {
  margin-top: 122px !important;
}

.mt123 {
  margin-top: 123px !important;
}

.mt124 {
  margin-top: 124px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mt126 {
  margin-top: 126px !important;
}

.mt127 {
  margin-top: 127px !important;
}

.mt128 {
  margin-top: 128px !important;
}

.mt129 {
  margin-top: 129px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt131 {
  margin-top: 131px !important;
}

.mt132 {
  margin-top: 132px !important;
}

.mt133 {
  margin-top: 133px !important;
}

.mt134 {
  margin-top: 134px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mt136 {
  margin-top: 136px !important;
}

.mt137 {
  margin-top: 137px !important;
}

.mt138 {
  margin-top: 138px !important;
}

.mt139 {
  margin-top: 139px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt141 {
  margin-top: 141px !important;
}

.mt142 {
  margin-top: 142px !important;
}

.mt143 {
  margin-top: 143px !important;
}

.mt144 {
  margin-top: 144px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mt146 {
  margin-top: 146px !important;
}

.mt147 {
  margin-top: 147px !important;
}

.mt148 {
  margin-top: 148px !important;
}

.mt149 {
  margin-top: 149px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt151 {
  margin-top: 151px !important;
}

.mt152 {
  margin-top: 152px !important;
}

.mt153 {
  margin-top: 153px !important;
}

.mt154 {
  margin-top: 154px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.mt156 {
  margin-top: 156px !important;
}

.mt157 {
  margin-top: 157px !important;
}

.mt158 {
  margin-top: 158px !important;
}

.mt159 {
  margin-top: 159px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mt161 {
  margin-top: 161px !important;
}

.mt162 {
  margin-top: 162px !important;
}

.mt163 {
  margin-top: 163px !important;
}

.mt164 {
  margin-top: 164px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.mt166 {
  margin-top: 166px !important;
}

.mt167 {
  margin-top: 167px !important;
}

.mt168 {
  margin-top: 168px !important;
}

.mt169 {
  margin-top: 169px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mt171 {
  margin-top: 171px !important;
}

.mt172 {
  margin-top: 172px !important;
}

.mt173 {
  margin-top: 173px !important;
}

.mt174 {
  margin-top: 174px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.mt176 {
  margin-top: 176px !important;
}

.mt177 {
  margin-top: 177px !important;
}

.mt178 {
  margin-top: 178px !important;
}

.mt179 {
  margin-top: 179px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mt181 {
  margin-top: 181px !important;
}

.mt182 {
  margin-top: 182px !important;
}

.mt183 {
  margin-top: 183px !important;
}

.mt184 {
  margin-top: 184px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.mt186 {
  margin-top: 186px !important;
}

.mt187 {
  margin-top: 187px !important;
}

.mt188 {
  margin-top: 188px !important;
}

.mt189 {
  margin-top: 189px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mt191 {
  margin-top: 191px !important;
}

.mt192 {
  margin-top: 192px !important;
}

.mt193 {
  margin-top: 193px !important;
}

.mt194 {
  margin-top: 194px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.mt196 {
  margin-top: 196px !important;
}

.mt197 {
  margin-top: 197px !important;
}

.mt198 {
  margin-top: 198px !important;
}

.mt199 {
  margin-top: 199px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mt201 {
  margin-top: 201px !important;
}

.mt202 {
  margin-top: 202px !important;
}

.mt203 {
  margin-top: 203px !important;
}

.mt204 {
  margin-top: 204px !important;
}

.mt205 {
  margin-top: 205px !important;
}

.mt206 {
  margin-top: 206px !important;
}

.mt207 {
  margin-top: 207px !important;
}

.mt208 {
  margin-top: 208px !important;
}

.mt209 {
  margin-top: 209px !important;
}

.mt210 {
  margin-top: 210px !important;
}

.mt211 {
  margin-top: 211px !important;
}

.mt212 {
  margin-top: 212px !important;
}

.mt213 {
  margin-top: 213px !important;
}

.mt214 {
  margin-top: 214px !important;
}

.mt215 {
  margin-top: 215px !important;
}

.mt216 {
  margin-top: 216px !important;
}

.mt217 {
  margin-top: 217px !important;
}

.mt218 {
  margin-top: 218px !important;
}

.mt219 {
  margin-top: 219px !important;
}

.mt220 {
  margin-top: 220px !important;
}

.mt221 {
  margin-top: 221px !important;
}

.mt222 {
  margin-top: 222px !important;
}

.mt223 {
  margin-top: 223px !important;
}

.mt224 {
  margin-top: 224px !important;
}

.mt225 {
  margin-top: 225px !important;
}

.mt226 {
  margin-top: 226px !important;
}

.mt227 {
  margin-top: 227px !important;
}

.mt228 {
  margin-top: 228px !important;
}

.mt229 {
  margin-top: 229px !important;
}

.mt230 {
  margin-top: 230px !important;
}

.mt231 {
  margin-top: 231px !important;
}

.mt232 {
  margin-top: 232px !important;
}

.mt233 {
  margin-top: 233px !important;
}

.mt234 {
  margin-top: 234px !important;
}

.mt235 {
  margin-top: 235px !important;
}

.mt236 {
  margin-top: 236px !important;
}

.mt237 {
  margin-top: 237px !important;
}

.mt238 {
  margin-top: 238px !important;
}

.mt239 {
  margin-top: 239px !important;
}

.mt240 {
  margin-top: 240px !important;
}

.mt241 {
  margin-top: 241px !important;
}

.mt242 {
  margin-top: 242px !important;
}

.mt243 {
  margin-top: 243px !important;
}

.mt244 {
  margin-top: 244px !important;
}

.mt245 {
  margin-top: 245px !important;
}

.mt246 {
  margin-top: 246px !important;
}

.mt247 {
  margin-top: 247px !important;
}

.mt248 {
  margin-top: 248px !important;
}

.mt249 {
  margin-top: 249px !important;
}

.mt250 {
  margin-top: 250px !important;
}

.mt251 {
  margin-top: 251px !important;
}

.mt252 {
  margin-top: 252px !important;
}

.mt253 {
  margin-top: 253px !important;
}

.mt254 {
  margin-top: 254px !important;
}

.mt255 {
  margin-top: 255px !important;
}

.mt256 {
  margin-top: 256px !important;
}

.mt257 {
  margin-top: 257px !important;
}

.mt258 {
  margin-top: 258px !important;
}

.mt259 {
  margin-top: 259px !important;
}

.mt260 {
  margin-top: 260px !important;
}

.mt261 {
  margin-top: 261px !important;
}

.mt262 {
  margin-top: 262px !important;
}

.mt263 {
  margin-top: 263px !important;
}

.mt264 {
  margin-top: 264px !important;
}

.mt265 {
  margin-top: 265px !important;
}

.mt266 {
  margin-top: 266px !important;
}

.mt267 {
  margin-top: 267px !important;
}

.mt268 {
  margin-top: 268px !important;
}

.mt269 {
  margin-top: 269px !important;
}

.mt270 {
  margin-top: 270px !important;
}

.mt271 {
  margin-top: 271px !important;
}

.mt272 {
  margin-top: 272px !important;
}

.mt273 {
  margin-top: 273px !important;
}

.mt274 {
  margin-top: 274px !important;
}

.mt275 {
  margin-top: 275px !important;
}

.mt276 {
  margin-top: 276px !important;
}

.mt277 {
  margin-top: 277px !important;
}

.mt278 {
  margin-top: 278px !important;
}

.mt279 {
  margin-top: 279px !important;
}

.mt280 {
  margin-top: 280px !important;
}

.mt281 {
  margin-top: 281px !important;
}

.mt282 {
  margin-top: 282px !important;
}

.mt283 {
  margin-top: 283px !important;
}

.mt284 {
  margin-top: 284px !important;
}

.mt285 {
  margin-top: 285px !important;
}

.mt286 {
  margin-top: 286px !important;
}

.mt287 {
  margin-top: 287px !important;
}

.mt288 {
  margin-top: 288px !important;
}

.mt289 {
  margin-top: 289px !important;
}

.mt290 {
  margin-top: 290px !important;
}

.mt291 {
  margin-top: 291px !important;
}

.mt292 {
  margin-top: 292px !important;
}

.mt293 {
  margin-top: 293px !important;
}

.mt294 {
  margin-top: 294px !important;
}

.mt295 {
  margin-top: 295px !important;
}

.mt296 {
  margin-top: 296px !important;
}

.mt297 {
  margin-top: 297px !important;
}

.mt298 {
  margin-top: 298px !important;
}

.mt299 {
  margin-top: 299px !important;
}

.mt300 {
  margin-top: 300px !important;
}

.mt-1 {
  margin-top: -1px !important;
}

.mt-2 {
  margin-top: -2px !important;
}

.mt-3 {
  margin-top: -3px !important;
}

.mt-4 {
  margin-top: -4px !important;
}

.mt-5 {
  margin-top: -5px !important;
}

.mt-6 {
  margin-top: -6px !important;
}

.mt-7 {
  margin-top: -7px !important;
}

.mt-8 {
  margin-top: -8px !important;
}

.mt-9 {
  margin-top: -9px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt-15 {
  margin-top: -15px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mt-25 {
  margin-top: -25px !important;
}

.mt-30 {
  margin-top: -30px !important;
}

.mt-35 {
  margin-top: -35px !important;
}

.mt-40 {
  margin-top: -40px !important;
}

.mt-45 {
  margin-top: -45px !important;
}

.mt-50 {
  margin-top: -50px !important;
}

.mt-55 {
  margin-top: -55px !important;
}

.mt-60 {
  margin-top: -60px !important;
}

.mt-65 {
  margin-top: -65px !important;
}

.mt-70 {
  margin-top: -70px !important;
}

.mt-75 {
  margin-top: -75px !important;
}

.mt-80 {
  margin-top: -80px !important;
}

.mt-81 {
  margin-top: -81px !important;
}

.mt-82 {
  margin-top: -82px !important;
}

.mt-83 {
  margin-top: -83px !important;
}

.mt-85 {
  margin-top: -85px !important;
}

.mt-90 {
  margin-top: -90px !important;
}

.mt-95 {
  margin-top: -95px !important;
}

.mt-100 {
  margin-top: -100px !important;
}

.mt-105 {
  margin-top: -105px !important;
}

.mt-110 {
  margin-top: -110px !important;
}

.mt-115 {
  margin-top: -115px !important;
}

.mt-120 {
  margin-top: -120px !important;
}

.mt-125 {
  margin-top: -125px !important;
}

.mt-130 {
  margin-top: -130px !important;
}

.mt-135 {
  margin-top: -135px !important;
}

.mt-140 {
  margin-top: -140px !important;
}

.mt-145 {
  margin-top: -145px !important;
}

.mt-150 {
  margin-top: -150px !important;
}

.mt-155 {
  margin-top: -155px !important;
}

.mt-160 {
  margin-top: -160px !important;
}

.mt-165 {
  margin-top: -165px !important;
}

.mt-170 {
  margin-top: -170px !important;
}

.mt-175 {
  margin-top: -175px !important;
}

.mt-180 {
  margin-top: -180px !important;
}

.mt-185 {
  margin-top: -185px !important;
}

.mt-190 {
  margin-top: -190px !important;
}

.mt-195 {
  margin-top: -195px !important;
}

.mt-200 {
  margin-top: -200px !important;
}

.mt-1_ {
  margin-top: -1% !important;
}

.mt-2_ {
  margin-top: -2% !important;
}

.mt-3_ {
  margin-top: -3% !important;
}

.mt-4_ {
  margin-top: -4% !important;
}

.mt-5_ {
  margin-top: -5% !important;
}

.mt-5-8_ {
  margin-top: -5.8% !important;
}

.mt-6_ {
  margin-top: -6% !important;
}

.mt-7_ {
  margin-top: -7% !important;
}

.mt-8_ {
  margin-top: -8% !important;
}

.mt-9_ {
  margin-top: -9% !important;
}

.mt-10_ {
  margin-top: -10% !important;
}

.mt-11_ {
  margin-top: -11% !important;
}

.mt-12_ {
  margin-top: -12% !important;
}

.mt-13_ {
  margin-top: -13% !important;
}

.mt-14_ {
  margin-top: -14% !important;
}

.mt-15_ {
  margin-top: -15% !important;
}

.mt-16_ {
  margin-top: -16% !important;
}

.mt-17_ {
  margin-top: -17% !important;
}

.mt-18_ {
  margin-top: -18% !important;
}

.mt-19_ {
  margin-top: -19% !important;
}

.mt-20_ {
  margin-top: -20% !important;
}

.mt-21_ {
  margin-top: -21% !important;
}

.mt-22_ {
  margin-top: -22% !important;
}

.mt-23_ {
  margin-top: -23% !important;
}

.mt-24_ {
  margin-top: -24% !important;
}

.mt-25_ {
  margin-top: -25% !important;
}

.mt-26_ {
  margin-top: -26% !important;
}

.mt-27_ {
  margin-top: -27% !important;
}

.mt-28_ {
  margin-top: -28% !important;
}

.mt-29_ {
  margin-top: -29% !important;
}

.mt-30_ {
  margin-top: -30% !important;
}

.mt-31_ {
  margin-top: -31% !important;
}

.mt-32_ {
  margin-top: -32% !important;
}

.mt-33_ {
  margin-top: -33% !important;
}

.mt-34_ {
  margin-top: -34% !important;
}

.mt-35_ {
  margin-top: -35% !important;
}

.mt-36_ {
  margin-top: -36% !important;
}

.mt-37_ {
  margin-top: -37% !important;
}

.mt-38_ {
  margin-top: -38% !important;
}

.mt-39_ {
  margin-top: -39% !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.mr155 {
  margin-right: 155px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.mr165 {
  margin-right: 165px !important;
}

.mr170 {
  margin-right: 170px !important;
}

.mr175 {
  margin-right: 175px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.mr185 {
  margin-right: 185px !important;
}

.mr190 {
  margin-right: 190px !important;
}

.mr195 {
  margin-right: 195px !important;
}

.mr200 {
  margin-right: 200px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.ml155 {
  margin-left: 155px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.ml165 {
  margin-left: 165px !important;
}

.ml170 {
  margin-left: 170px !important;
}

.ml175 {
  margin-left: 175px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.ml185 {
  margin-left: 185px !important;
}

.ml190 {
  margin-left: 190px !important;
}

.ml195 {
  margin-left: 195px !important;
}

.ml200 {
  margin-left: 200px !important;
}

.pd0 {
  padding: 0px !important;
}

.pd5 {
  padding: 5px !important;
}

.pd10 {
  padding: 10px !important;
}

.pd15 {
  padding: 15px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd25 {
  padding: 25px !important;
}

.pd30 {
  padding: 30px !important;
}

.pd35 {
  padding: 35px !important;
}

.pd40 {
  padding: 40px !important;
}

.pd45 {
  padding: 45px !important;
}

.pd50 {
  padding: 50px !important;
}

.pd55 {
  padding: 55px !important;
}

.pd60 {
  padding: 60px !important;
}

.pd65 {
  padding: 65px !important;
}

.pd70 {
  padding: 70px !important;
}

.pd75 {
  padding: 75px !important;
}

.pd80 {
  padding: 80px !important;
}

.pd85 {
  padding: 85px !important;
}

.pd90 {
  padding: 90px !important;
}

.pd95 {
  padding: 95px !important;
}

.pd100 {
  padding: 100px !important;
}

.pd105 {
  padding: 105px !important;
}

.pd110 {
  padding: 110px !important;
}

.pd115 {
  padding: 115px !important;
}

.pd120 {
  padding: 120px !important;
}

.pd125 {
  padding: 125px !important;
}

.pd130 {
  padding: 130px !important;
}

.pd135 {
  padding: 135px !important;
}

.pd140 {
  padding: 140px !important;
}

.pd145 {
  padding: 145px !important;
}

.pd150 {
  padding: 150px !important;
}

.pd155 {
  padding: 155px !important;
}

.pd160 {
  padding: 160px !important;
}

.pd165 {
  padding: 165px !important;
}

.pd170 {
  padding: 170px !important;
}

.pd175 {
  padding: 175px !important;
}

.pd180 {
  padding: 180px !important;
}

.pd185 {
  padding: 185px !important;
}

.pd190 {
  padding: 190px !important;
}

.pd195 {
  padding: 195px !important;
}

.pd200 {
  padding: 200px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pr155 {
  padding-right: 155px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pr165 {
  padding-right: 165px !important;
}

.pr170 {
  padding-right: 170px !important;
}

.pr175 {
  padding-right: 175px !important;
}

.pr180 {
  padding-right: 180px !important;
}

.pr185 {
  padding-right: 185px !important;
}

.pr190 {
  padding-right: 190px !important;
}

.pr195 {
  padding-right: 195px !important;
}

.pr200 {
  padding-right: 200px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pl155 {
  padding-left: 155px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.pl165 {
  padding-left: 165px !important;
}

.pl170 {
  padding-left: 170px !important;
}

.pl175 {
  padding-left: 175px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.pl185 {
  padding-left: 185px !important;
}

.pl190 {
  padding-left: 190px !important;
}

.pl195 {
  padding-left: 195px !important;
}

.pl200 {
  padding-left: 200px !important;
}

.brs0 {
  border-radius: 0px !important;
}

.brs1 {
  border-radius: 1px !important;
}

.brs2 {
  border-radius: 2px !important;
}

.brs3 {
  border-radius: 3px !important;
}

.brs4 {
  border-radius: 4px !important;
}

.brs5 {
  border-radius: 5px !important;
}

.brs6 {
  border-radius: 6px !important;
}

.brs7 {
  border-radius: 7px !important;
}

.brs8 {
  border-radius: 8px !important;
}

.brs9 {
  border-radius: 9px !important;
}

.brs10 {
  border-radius: 10px !important;
}

.brs11 {
  border-radius: 11px !important;
}

.brs12 {
  border-radius: 12px !important;
}

.brs13 {
  border-radius: 13px !important;
}

.brs14 {
  border-radius: 14px !important;
}

.brs15 {
  border-radius: 15px !important;
}

.brs16 {
  border-radius: 16px !important;
}

.brs17 {
  border-radius: 17px !important;
}

.brs18 {
  border-radius: 18px !important;
}

.brs19 {
  border-radius: 19px !important;
}

.brs20 {
  border-radius: 20px !important;
}

.brs21 {
  border-radius: 21px !important;
}

.brs22 {
  border-radius: 22px !important;
}

.brs23 {
  border-radius: 23px !important;
}

.brs24 {
  border-radius: 24px !important;
}

.brs25 {
  border-radius: 25px !important;
}

.brs26 {
  border-radius: 26px !important;
}

.brs27 {
  border-radius: 27px !important;
}

.brs28 {
  border-radius: 28px !important;
}

.brs29 {
  border-radius: 29px !important;
}

.brs30 {
  border-radius: 30px !important;
}

@media screen and (max-width: 767px) {
  br.pc_none {
    display: block;
  }

  br.sp_none {
    display: none;
  }

  .sp_only {
    display: block !important;
  }

  .pc_only {
    display: none !important;
  }

  .container {
    padding: 0 0;
  }

  .container_small {
    padding: 0 0;
  }

  .main_visual .header_logo {
    height: 60px;
  }

  .main_visual .header_logo div:nth-child(1) {
    padding-left: 15px;
  }

  .main_visual .header_logo div:nth-child(2) {
    padding: 5px 60px 0 0;
  }

  .navigation {
    top: -5px;
  }

  .navigation ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    display: none;
    background: #fff;
  }

  #toggle_btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 6;
    cursor: pointer;
  }

  .navigation ul {
    position: absolute;
    margin-top: 65px;
    width: 100%;
    z-index: 4;
  }

  .navigation ul li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #6c695d;
  }

  .navigation ul li a {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .navigation ul li a span {
    display: inline-block;
  }

  #index .section {
    padding-top: 0;
    margin-top: 0;
  }

  #index .section_01 .container h2 {
    padding: 0 15px;
  }

  #index .section_01 .container h3 {
    padding: 15px;
  }

  #index .section_01 .container .row {
    flex-direction: column;
  }

  #index .section_01 .container .row div:nth-child(1) {
    width: 100%;
  }

  #index .section_01 .container .row div:nth-child(1) .image_title {
    margin: 0 0 0;
    line-height: 1.5;
    text-align: center;
  }

  #index .section_01 .container .row div:nth-child(1) .story_btn {
    margin: 15px auto;
    text-align: center;
  }

  #index .section_01 .container .row div:nth-child(2) {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
  }

  #index .section_02 .container .row {
    flex-direction: column;
  }

  #index .section_02 .container .row div:nth-child(1) {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #index .section_02 .container .row div:nth-child(1) p {
    padding: 15px 0;
  }

  #index .section_03 .container h2 {
    padding: 0 15px;
  }

  #index .section_03 .container .row {
    flex-direction: column;
  }

  #index .section_03 .container .row div.col {
    width: 100%;
  }

  #index .section_04 .container h2 {
    padding: 0 15px;
  }

  #index .section_04 .container_xsmall h3 {
    font-size: 24px;
  }

  #index .section_04 .container_xsmall .row {
    flex-direction: column;
  }

  #index .section_04 .container_xsmall .row div {
    width: 100%;
    text-align: center;
  }

  #index .section_04 .container_xsmall .row div:nth-child(1) img {
    width: 60%;
  }

  #index .section_04 .container_xsmall .row div:nth-child(2) p {
    margin-left: 0;
    text-align: left;
  }

  #index .section_04 .container_xsmall .row div:nth-child(2) .image_title {
    position: static;
    text-align: right;
  }

  .story_content .content .row {
    flex-direction: column;
  }

  .story_content .content .row.reverse {
    flex-direction: column;
  }

  .story_content .content .row .head {
    padding: 15px;
    width: 100%;
  }

  .story_content .content .row.row_body div:nth-child(1) {
    padding: 15px;
    width: 100%;
  }

  .story_content .content .row.row_body div:nth-child(2) {
    width: 100%;
    text-align: center;
  }

  .interview01 .content .header h2 {
    font-size: 32px;
  }

  .interview01 .content .header .header_name img {
    display: block;
  }

  .interview01 .content .header .header_name .name_box_sp {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: -60px;
  }

  .interview01 .content .header .header_name .name01 {
    position: static;
  }

  .interview01 .content .header .header_name .name02 {
    position: static;
    display: none;
  }

  .interview01 .content .section .float-left {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
  }

  .interview01 .content .section .float-right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
  }

  .interview01 .content aside h2 {
    width: 70%;
  }

  .interview01 .content aside h3 {
    padding: 15px 15px 0;
    font-size: 28px;
  }

  .interview01 .content aside .row {
    flex-direction: column;
  }

  .interview01 .content aside .row div:nth-child(1) {
    width: 100%;
  }

  .interview01 .content aside .row div:nth-child(1) p {
    padding: 15px;
  }

  .interview01 .content aside .row div:nth-child(2) {
    padding-top: 0;
    padding-right: 0;
    text-align: center;
    margin: auto;
  }

  .interview02 .content .header h2 {
    font-size: 32px;
  }

  .interview02 .content .header .header_name img {
    display: block;
  }

  .interview02 .content .header .header_name .name_box_sp {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: -45px;
  }

  .interview02 .content .header .header_name .name01 {
    position: static;
  }

  .interview02 .content .header .header_name .name02 {
    position: static;
  }

  .interview02 .content .section .float-left {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .interview02 .content .section .float-right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .interview02 .content aside h2 {
    width: 70%;
  }

  .interview02 .content aside h3 {
    padding: 15px 15px 0;
    font-size: 28px;
  }

  .interview02 .content aside .row {
    flex-direction: column;
  }

  .interview02 .content aside .row div:nth-child(1) {
    width: 100%;
  }

  .interview02 .content aside .row div:nth-child(1) p {
    padding: 15px;
  }

  .interview02 .content aside .row div:nth-child(2) {
    padding-top: 0;
    padding-right: 0;
    text-align: center;
    margin: auto;
  }

  .interview03 .content .header h2 {
    font-size: 32px;
  }

  .interview03 .content .header .header_name img {
    display: block;
  }

  .interview03 .content .header .header_name .name_box_sp {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: -60px;
  }

  .interview03 .content .header .header_name .name01 {
    position: static;
  }

  .interview03 .content .header .header_name .name02 {
    position: static;
    margin-right: 0;
  }

  .interview03 .content .header .header_name .name03 {
    position: static;
  }

  .interview03 .content .section .float-left {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .interview03 .content .section .float-right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .interview03 .content aside h2 {
    width: 70%;
  }

  .interview03 .content aside h3 {
    padding: 15px 15px 0;
    font-size: 28px;
  }

  .interview03 .content aside .row {
    flex-direction: column;
  }

  .interview03 .content aside .row div:nth-child(1) {
    width: 100%;
  }

  .interview03 .content aside .row div:nth-child(1) p {
    padding: 15px;
  }

  .interview03 .content aside .row div:nth-child(2) {
    padding-top: 0;
    padding-right: 0;
    text-align: center;
    margin: auto;
  }

  .history_box {
    flex-direction: column;
  }

  .history_content .bgr {
    background: none;
  }

  .history_content .row.title {
    flex-direction: column;
    display: none;
  }

  .history_content .row.title .col:nth-child(1) {
    width: 100%;
  }

  .history_content .row.title .col:nth-child(2) {
    width: 100%;
  }

  .history_content .row.title .col:nth-child(3) {
    width: 100%;
    background: #7a6a56;
  }

  .history_content .row.content {
    flex-direction: column;
    margin: 0 !important;
  }

  .history_content .row.content .col:nth-child(1) {
    width: 100%;
    margin: 0 !important;
  }

  .history_content .row.content .col:nth-child(1) .wrap .display .inner {
    margin: 0 !important;
  }

  .history_content .row.content .col:nth-child(1) .wrap {
    right: 0;
    max-width: 100%;
    width: 100%;
    margin: 0 !important;
    padding: 15px;
    text-align: left;
  }

  .history_content .row.content .col:nth-child(1) .wrap:before {
    content: "Company 会社での出来事";
    background: #7a6a56;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    float: right;
  }

  .history_content .row.content .col:nth-child(1) .wrap .title_yeaer {
    display: none;
  }

  .history_content .row.content .col:nth-child(1) .wrap p {
    font-weight: 500;
    margin-bottom: 1rem;
    color: #000000;
  }

  .history_content .row.content .col:nth-child(1) .wrap .image_center img {
    display: block;
    margin: auto;
  }

  .history_content .row.content .col:nth-child(2) {
    width: 100%;
    margin: 0 0 0 0 !important;
  }

  .history_content .row.content .col:nth-child(2) .wrap .display .inner {
    margin: 0 !important;
  }

  .history_content .row.content .col:nth-child(2) .wrap {
    max-width: 100%;
    width: 100%;
    margin: 0 0 0 0 !important;
    padding: 15px 15px 15px 15px;
    text-align: left;
  }

  .history_content .row.content .col:nth-child(2) .wrap:before {
    content: "Product 開発製品";
    background: #e85528;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    text-align: left;
    float: right;
  }

  .history_content .row.content .col:nth-child(2) .wrap .title_yeaer {
    display: block;
    text-align: left;
    padding: 0;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ";
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    color: #e85528;
    margin-bottom: 5px;
  }

  .history_content .row.content .col:nth-child(2) .wrap .title_yeaer:before {
    content: "●";
    color: #e85528;
    margin-right: 5px;
    font-size: 32px;
    position: relative;
    top: -5px;
  }

  .history_content .row.content .col:nth-child(3) {
    width: 100%;
    margin: 0 !important;
  }

  .history_content .row.content .col:nth-child(3) .wrap .display .inner {
    margin: 0 !important;
  }

  .history_content .row.content .col:nth-child(3) .wrap {
    margin: 0 !important;
    width: 100%;
    background: #7a6a56;
    padding: 15px;
    text-align: left;
  }

  .history_content .row.content .col:nth-child(3) .wrap:before {
    content: "Society 社会での出来事";
    background: #fff;
    color: #7a6a56;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    float: right;
  }

  .history_content .row.content .col:nth-child(3) .wrap .title_yeaer {
    display: none;
  }

  .history_content .row.content .col:nth-child(3) .wrap p {
    font-weight: 500;
    margin-bottom: 1rem;
    color: #fff;
  }

  .history_content .row.content .col:nth-child(3) .wrap .image_center img {
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .history_content .row.content .col:nth-child(1) .wrap .title_yeaer {
    display: block;
    text-align: left;
    padding: 0;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ";
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    color: #7a6a56;
    margin-bottom: 5px;
    width: 100%;
  }

  .history_content .row.content .col:nth-child(1) .wrap .title_yeaer:before {
    content: "●";
    color: #7a6a56;
    font-size: 32px;
    position: relative;
    top: -5px;
    margin-right: 5px;
  }

  .history_content .row.content .col:nth-child(3) .wrap .title_yeaer {
    display: block;
    text-align: left;
    padding: 0;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ";
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    margin-bottom: 5px;
  }

  .history_content .row.content .col:nth-child(3) .wrap .title_yeaer:before {
    content: "●";
    color: #fff;
    margin-right: 5px;
    font-size: 32px;
    position: relative;
    top: -5px;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */