@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : csr.css
 author     : Ability Consultant
 style info : 会社貢献活動(CSR活動)
=================================================================== */
.con_csr .box_text2 .box1, .con_csr5 .title01, .con_csr5 .box1, .con_csr6 .box_content .imgbox, .con_csr7 .box_content .box01, .con_csr7 .box_content .scroll01, .con_csr7 .box_content .box02, .con_csr8 .box_text2 .box1, .con_csr9 .box_text2 .box1, .con_csr10 .title01, .con_csr10 .box1, .con_golfer .box_text2 .box1, .con_golfer .box_interview .title01, .con_golfer .box_interview .box1 {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .con_csr .box_text2 .box1, .con_csr5 .title01, .con_csr5 .box1, .con_csr6 .box_content .imgbox, .con_csr7 .box_content .box01, .con_csr7 .box_content .scroll01, .con_csr7 .box_content .box02, .con_csr8 .box_text2 .box1, .con_csr9 .box_text2 .box1, .con_csr10 .title01, .con_csr10 .box1, .con_golfer .box_text2 .box1, .con_golfer .box_interview .title01, .con_golfer .box_interview .box1 {
    width: 95%;
  }
}
@media print {
  .con_csr .box_text2 .box1, .con_csr5 .title01, .con_csr5 .box1, .con_csr6 .box_content .imgbox, .con_csr7 .box_content .box01, .con_csr7 .box_content .scroll01, .con_csr7 .box_content .box02, .con_csr8 .box_text2 .box1, .con_csr9 .box_text2 .box1, .con_csr10 .title01, .con_csr10 .box1, .con_golfer .box_text2 .box1, .con_golfer .box_interview .title01, .con_golfer .box_interview .box1 {
    width: 95%;
  }
}
.ie8 .con_csr .box_text2 .box1, .con_csr .box_text2 .ie8 .box1, .ie8 .con_csr5 .title01, .con_csr5 .ie8 .title01, .ie8 .con_csr5 .box1, .con_csr5 .ie8 .box1, .ie8 .con_csr6 .box_content .imgbox, .con_csr6 .box_content .ie8 .imgbox, .ie8 .con_csr7 .box_content .box01, .con_csr7 .box_content .ie8 .box01, .ie8 .con_csr7 .box_content .scroll01, .con_csr7 .box_content .ie8 .scroll01, .ie8 .con_csr7 .box_content .box02, .con_csr7 .box_content .ie8 .box02, .ie8 .con_csr8 .box_text2 .box1, .con_csr8 .box_text2 .ie8 .box1, .ie8 .con_csr9 .box_text2 .box1, .con_csr9 .box_text2 .ie8 .box1, .ie8 .con_csr10 .title01, .con_csr10 .ie8 .title01, .ie8 .con_csr10 .box1, .con_csr10 .ie8 .box1, .ie8 .con_golfer .box_text2 .box1, .con_golfer .box_text2 .ie8 .box1, .ie8 .con_golfer .box_interview .title01, .con_golfer .box_interview .ie8 .title01, .ie8 .con_golfer .box_interview .box1, .con_golfer .box_interview .ie8 .box1 {
  width: 95%;
}
@media only screen and (max-width: 1024px) {
  .con_csr .box_text2 .box1, .con_csr5 .title01, .con_csr5 .box1, .con_csr6 .box_content .imgbox, .con_csr7 .box_content .box01, .con_csr7 .box_content .scroll01, .con_csr7 .box_content .box02, .con_csr8 .box_text2 .box1, .con_csr9 .box_text2 .box1, .con_csr10 .title01, .con_csr10 .box1, .con_golfer .box_text2 .box1, .con_golfer .box_interview .title01, .con_golfer .box_interview .box1 {
    width: 95%;
  }
}

.txt_center {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .txt_center {
    text-align: left;
  }
}

.btn_more {
  font-size: 118%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_more {
    font-size: 106%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_more {
    font-size: 95%;
  }
}
.btn_more .extend_a {
  display: inline-block;
  position: relative;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.btn_more .extend_a:before, .btn_more .extend_a:after {
  transition: all .4s ease;
}
.btn_more .extend_a:before {
  content: "";
  position: absolute;
  bottom: -10px;
  /* style */
  width: 147%;
  height: 1px;
  background: #fff;
}
.btn_more .extend_a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -47%;
  /* style */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 11px;
  border-color: transparent transparent transparent #fff;
}
.btn_more .extend_a span:before {
  content: "\f481";
  font-family: "Ionicons";
  /* style */
  margin-right: .5em;
}

/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_main {
  min-height: 420px;
  background: url(../images/corporate/csr/img_main.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main {
    min-height: 252px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main {
    min-height: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main {
    background-position-x: -389px;
  }
}

/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_main h1 {
  font-weight: 100;
}

/* -----------------------------------------------------------
	con_csr
----------------------------------------------------------- */
.con_csr {
  padding-bottom: 91px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr {
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr {
    padding-bottom: 2em;
  }
}
.con_csr .box_content {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
.con_csr .box_content .box_text {
  margin-bottom: 88px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr .box_content .box_text {
    margin-bottom: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr .box_content .box_text {
    margin-bottom: 2em;
  }
}
.con_csr .box_content .box_text .tl_basic {
  margin-bottom: 78px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr .box_content .box_text .tl_basic {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr .box_content .box_text .tl_basic {
    margin-bottom: 2em;
  }
}
.con_csr .box_content .box_text .txt {
  line-height: 2.2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr .box_content .box_text .txt {
    margin: 0 auto;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr .box_content .box_text .txt {
    margin: 0 auto;
    width: 95%;
    line-height: 1.5;
  }
}
.con_csr .link {
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr .link {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr .link {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr .link {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr .link {
    display: block;
    text-align: center;
  }
}
.con_csr .link li {
  margin-right: 6em;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr .link li {
    margin-right: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr .link li {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr .link li {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr .link li {
    margin-bottom: 0.5em;
  }
}
.con_csr .link li::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-left: 5px;
}
.con_csr .link li:last-child {
  margin-right: 0;
}
.con_csr .link li a {
  padding-bottom: 5px;
  transition: .2s all ease-in-out;
}
.con_csr .link li a small {
  font-size: 106%;
}
@media only screen and (max-width: 767px) {
  .con_csr .link li a small {
    font-size: 83%;
  }
}
.con_csr .link li a span {
  font-size: 118%;
}
@media only screen and (max-width: 767px) {
  .con_csr .link li a span {
    font-size: 95%;
  }
}
.con_csr .link li a:hover {
  border-bottom: 2px solid #000;
}
.con_csr .box_text2 {
  width: 100%;
  padding: 0;
  background: url(../images/corporate/csr/img_seagaruzu01.jpg) no-repeat top right;
  background-size: contain;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr .box_text2 {
    min-height: 350px;
    padding: 15px 0 0;
    background: url(../images/corporate/csr/img_seagaruzu01.jpg) no-repeat top right;
    background-position-x: -180px;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr .box_text2 {
    background: none;
  }
}
.con_csr .box_text2 .box1 {
  min-height: 585px;
  padding: 117px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr .box_text2 .box1 {
    min-height: 350px;
    padding: 15px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr .box_text2 .box1 {
    min-height: auto;
    padding: 5% 0;
  }
}
.con_csr .box_text2 .box1 img {
  width: 100%;
  margin-bottom: 1em;
}
.con_csr .box_text2 .box1 h3 {
  margin-bottom: 78px;
  font-size: 236%;
  width: 755px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr .box_text2 .box1 h3 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr .box_text2 .box1 h3 {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr .box_text2 .box1 h3 {
    font-size: 177%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr .box_text2 .box1 h3 {
    font-size: 130%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .con_csr .box_text2 .box1 h3 {
    font-size: 212%;
  }
}
@media print {
  .con_csr .box_text2 .box1 h3 {
    font-size: 212%;
  }
}
.ie8 .con_csr .box_text2 .box1 h3 {
  font-size: 212%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr .box_text2 .box1 h3 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr .box_text2 .box1 h3 {
    text-shadow: 0px 0px 5px #fff;
    width: 95%;
  }
}
.con_csr .box_text2 .box1 h3 span {
  font-size: 59%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr .box_text2 .box1 h3 span {
    font-size: 71%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr .box_text2 .box1 h3 span {
    font-size: 71%;
  }
}
.con_csr .box_text2 .box1 .txt {
  width: 755px;
  line-height: 2.2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr .box_text2 .box1 .txt {
    width: 50%;
    text-shadow: 1px 1px 3px #fff;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr .box_text2 .box1 .txt {
    margin: 0 auto;
    width: 100%;
    line-height: 1.5;
    text-shadow: 0px 0px 5px #fff;
  }
}

/* -----------------------------------------------------------
	con_csr2
----------------------------------------------------------- */
.con_csr2 {
  padding: 50px 60px;
  background: #f6f5f3;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto 72px;
  width: 960px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr2 {
    padding: 50px 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr2 {
    padding: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr2 {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr2 {
    padding: 5%;
    width: 95%;
  }
}
.con_csr2 .box_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .con_csr2 .box_content {
    display: block;
  }
}
.con_csr2 .box_content .imgbox {
  width: 40%;
  font-size: 0.8em;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr2 .box_content .imgbox {
    margin-right: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr2 .box_content .imgbox {
    margin: 0 auto 5%;
    width: 95%;
  }
}
.con_csr2 .box_content .imgbox .t_txt {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr2 .box_content .imgbox .t_txt {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr2 .box_content .imgbox .t_txt {
    margin-top: 0.5em;
  }
}
.con_csr2 .box_content .imgbox .t_txt span {
  color: #fff;
  background: #7b1017;
  padding: 0% 2%;
  margin: 0 1%;
  line-height: 1.8;
  display: inline-block;
  box-sizing: border-box;
}
.con_csr2 .box_content .box_text {
  width: 55.55556%;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr2 .box_content .box_text {
    width: 50%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr2 .box_content .box_text {
    width: 95%;
    padding: 0;
  }
}
.con_csr2 .box_content .box_text h3 {
  font-size: 148%;
  margin-bottom: 33px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr2 .box_content .box_text h3 {
    font-size: 130%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr2 .box_content .box_text h3 {
    font-size: 106%;
  }
}
.con_csr2 .box_content .box_text .txt {
  line-height: 2.2;
}
.con_csr2 .box_content .box_text .txt span {
  color: #fff;
  background: #7b1017;
  padding: 0% 2%;
  margin: 0 1%;
  line-height: 1.8;
  display: inline-block;
  box-sizing: border-box;
}

/* -----------------------------------------------------------
	con_csr3
----------------------------------------------------------- */
.con_csr3 {
  margin: 0 auto;
}
.con_csr3 .box_content {
  width: 1115px;
  margin: 0 auto 8em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr3 .box_content {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr3 .box_content {
    width: 95%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr3 .box_content {
    margin: 0 auto 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr3 .box_content {
    margin: 0 auto 2.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr3 .box_content {
    padding: 25px 23px;
  }
}
.con_csr3 .box_content .imgbox {
  position: relative;
  padding: 27px 16px;
  display: block;
  color: #fff;
  text-align: center;
  padding: 2em 2em;
  box-sizing: border-box;
  background: #4169e1;
  font-size: 106%;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr3 .box_content .imgbox {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr3 .box_content .imgbox {
    padding: 1em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr3 .box_content .imgbox {
    padding: 2em 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr3 .box_content .imgbox {
    padding: 1.7em 1em;
  }
}
.con_csr3 .box_content .imgbox:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr3 .box_content .imgbox {
    font-size: 106%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr3 .box_content .imgbox {
    font-size: 89%;
  }
}
.con_csr3 .box_content .imgbox span {
  font-size: 165%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr3 .box_content .imgbox span {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr3 .box_content .imgbox span {
    font-size: 106%;
  }
}
.con_csr3 .box_content .imgbox span:after {
  content: "\f481";
  font-family: "Ionicons";
  margin-left: .2em;
}
.con_csr3 .box_content .imgbox .img_logo {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_csr3 .box_content .imgbox .img_logo {
    width: 30%;
    margin-bottom: 1em;
  }
}
.con_csr3 .box_content .imgbox dl {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .con_csr3 .box_content .imgbox dl {
    display: block;
  }
}
.con_csr3 .box_content .imgbox dl dt {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .con_csr3 .box_content .imgbox dl dt {
    width: 100%;
  }
}
.con_csr3 .box_content .imgbox dl dd {
  width: 66.66667%;
}
@media only screen and (max-width: 767px) {
  .con_csr3 .box_content .imgbox dl dd {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	con_csr4
----------------------------------------------------------- */
.con_csr4 {
  margin-bottom: 4em;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr4 {
    margin-bottom: 3.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr4 {
    margin-bottom: 2.5em;
  }
}
.con_csr4 .box_content {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
.con_csr4 .box_content .box_text .tl_basic {
  margin-bottom: 110px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr4 .box_content .box_text .tl_basic {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr4 .box_content .box_text .tl_basic {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_csr4 .box_content .box_text .tl_basic {
    font-size: 236%;
  }
}
@media print {
  .con_csr4 .box_content .box_text .tl_basic {
    font-size: 236%;
  }
}
.ie8 .con_csr4 .box_content .box_text .tl_basic {
  font-size: 236%;
}
.con_csr4 .box_content .box_text h4 {
  font-size: 195%;
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr4 .box_content .box_text h4 {
    font-size: 148%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr4 .box_content .box_text h4 {
    font-size: 106%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr4 .box_content .box_text h4 {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr4 .box_content .box_text h4 {
    width: 95%;
    margin: 0 auto 1em;
  }
}
.con_csr4 .box_content .box_text .txt {
  line-height: 2.2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr4 .box_content .box_text .txt {
    margin: 0 auto;
    width: 90%;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr4 .box_content .box_text .txt {
    margin: 0 auto;
    width: 95%;
    line-height: 1.5;
  }
}

/* -----------------------------------------------------------
	con_csr5
----------------------------------------------------------- */
.con_csr5 {
  padding: 50px 0 111px;
  margin-bottom: 8em;
  background: url(../images/corporate/csr/bg_01.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr5 {
    padding: 2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr5 {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr5 {
    margin-bottom: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr5 {
    margin-bottom: 3.5em;
  }
}
.con_csr5 .title01 {
  margin-bottom: 50px;
  color: #0065a5;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr5 .title01 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr5 .title01 {
    margin-bottom: 1em;
  }
}
.con_csr5 .title01 h3 {
  font-size: 177%;
  margin-bottom: 51px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  display: flex;
  align-items: center;
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr5 .title01 h3 {
    font-size: 148%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr5 .title01 h3 {
    font-size: 118%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr5 .title01 h3 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr5 .title01 h3 {
    margin-bottom: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr5 .title01 h3 {
    display: block;
    text-align: center;
  }
}
.con_csr5 .title01 h3 span {
  font-size: 295%;
  font-family: "Oswald", sans-serif;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr5 .title01 h3 span {
    font-size: 153%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr5 .title01 h3 span {
    font-size: 153%;
  }
}
.con_csr5 .title01 h3 .tl_st {
  text-align: left;
}
.con_csr5 .title01 .txt {
  font-size: 177%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr5 .title01 .txt {
    font-size: 148%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr5 .title01 .txt {
    font-size: 106%;
  }
}
.con_csr5 .box1 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .con_csr5 .box1 {
    display: block;
  }
}
.con_csr5 .box1 .imgbox {
  width: 384px;
  width: 30%;
  padding-top: 60px;
  margin-right: 60px;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr5 .box1 .imgbox {
    padding-top: 25%;
    margin-right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr5 .box1 .imgbox {
    margin: 0 auto 5%;
    padding-top: 0;
    width: 80%;
  }
}
.con_csr5 .box1 .imgbox img {
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .con_csr5 .box1 .imgbox img {
    margin-bottom: 5%;
  }
}
.con_csr5 .box1 .textbox {
  width: 62.73438%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr5 .box1 .textbox {
    width: 66%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr5 .box1 .textbox {
    margin: 0 auto 5%;
    width: 95%;
  }
}
.con_csr5 .box1 .textbox .tl_basic {
  margin-bottom: 110px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr5 .box1 .textbox .tl_basic {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr5 .box1 .textbox .tl_basic {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_csr5 .box1 .textbox .tl_basic {
    font-size: 236%;
  }
}
@media print {
  .con_csr5 .box1 .textbox .tl_basic {
    font-size: 236%;
  }
}
.ie8 .con_csr5 .box1 .textbox .tl_basic {
  font-size: 236%;
}
.con_csr5 .box1 .textbox h4 {
  font-size: 195%;
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr5 .box1 .textbox h4 {
    font-size: 148%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr5 .box1 .textbox h4 {
    font-size: 106%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr5 .box1 .textbox h4 {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr5 .box1 .textbox h4 {
    width: 95%;
    margin: 0 auto 2em;
  }
}
.con_csr5 .box1 .textbox .txt {
  margin-bottom: 40px;
  line-height: 2.2;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr5 .box1 .textbox .txt {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr5 .box1 .textbox .txt {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr5 .box1 .textbox .txt {
    margin: 0 auto;
    width: 90%;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr5 .box1 .textbox .txt {
    margin: 0 auto;
    width: 95%;
    line-height: 1.8;
  }
}

/* -----------------------------------------------------------
	con_csr6
----------------------------------------------------------- */
.con_csr6 {
  margin: 0 0 8em;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr6 {
    margin: 0 0 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr6 {
    margin: 0 0 2em;
  }
}
.con_csr6 .box_content {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
.con_csr6 .box_content .box_text {
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr6 .box_content .box_text {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr6 .box_content .box_text {
    margin-bottom: 1em;
  }
}
.con_csr6 .box_content .box_text .tl_basic {
  margin-bottom: 110px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr6 .box_content .box_text .tl_basic {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr6 .box_content .box_text .tl_basic {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_csr6 .box_content .box_text .tl_basic {
    font-size: 236%;
  }
}
@media print {
  .con_csr6 .box_content .box_text .tl_basic {
    font-size: 236%;
  }
}
.ie8 .con_csr6 .box_content .box_text .tl_basic {
  font-size: 236%;
}
.con_csr6 .box_content .imgbox {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_csr6 .box_content .imgbox {
    margin: 0 auto 3%;
    width: 95%;
  }
}
.con_csr6 .box_content .imgbox img {
  margin-bottom: 1%;
}
@media only screen and (max-width: 767px) {
  .con_csr6 .box_content .imgbox img {
    margin-bottom: 1.4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr6 .box_content .imgbox .txt {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	con_csr7
----------------------------------------------------------- */
.con_csr7 {
  margin-bottom: 5em;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr7 {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr7 {
    margin-bottom: 2em;
  }
}
.con_csr7 .box_content {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_csr7 .box_content {
    width: 100%;
  }
}
.con_csr7 .box_content .box_text {
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr7 .box_content .box_text {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr7 .box_content .box_text {
    margin-bottom: 1em;
  }
}
.con_csr7 .box_content .box_text .tl_basic {
  margin-bottom: 110px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr7 .box_content .box_text .tl_basic {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr7 .box_content .box_text .tl_basic {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_csr7 .box_content .box_text .tl_basic {
    font-size: 236%;
  }
}
@media print {
  .con_csr7 .box_content .box_text .tl_basic {
    font-size: 236%;
  }
}
.ie8 .con_csr7 .box_content .box_text .tl_basic {
  font-size: 236%;
}
.con_csr7 .box_content .box01 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 44px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr7 .box_content .box01 {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr7 .box_content .box01 {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr7 .box_content .box01 {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr7 .box_content .box01 {
    display: block;
    margin: 0 auto 3%;
    width: 95%;
  }
}
.con_csr7 .box_content .box01 h3 {
  font-size: 206%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  width: 887px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr7 .box_content .box01 h3 {
    font-size: 148%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr7 .box_content .box01 h3 {
    font-size: 118%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr7 .box_content .box01 h3 {
    width: 100%;
  }
}
.con_csr7 .box_content .box01 p {
  font-size: 100%;
  width: 385px;
  padding-left: 110px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr7 .box_content .box01 p {
    font-size: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr7 .box_content .box01 p {
    font-size: 89%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr7 .box_content .box01 p {
    padding-left: 60px;
    margin-top: .5em;
    width: 100%;
  }
}
.con_csr7 .box_content .box01 p:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100px;
  height: 30px;
  background: #f1f1f1;
}
@media only screen and (max-width: 767px) {
  .con_csr7 .box_content .box01 p:after {
    width: 50px;
    height: 25px;
  }
}
.con_csr7 .box_content .scroll01 {
  padding: 1em 0;
}
.con_csr7 .box_content .scroll01 span {
  font-size: 89%;
  position: relative;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr7 .box_content .scroll01 span {
    font-size: 89%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr7 .box_content .scroll01 span {
    font-size: 77%;
  }
}
.con_csr7 .box_content .scroll01 span:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a4";
  color: #f00;
  font-size: 18px;
  right: -22px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr7 .box_content .box02 {
    overflow: scroll;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr7 .box_content .box02 {
    overflow: scroll;
    box-sizing: border-box;
  }
}
.con_csr7 .box_content .box02 table {
  width: 1280px;
  border-top: #000 solid 1px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr7 .box_content .box02 table {
    width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr7 .box_content .box02 table {
    font-size: 95%;
    padding: 15px 0;
    width: calc(99vw - .1rem);
  }
}
.con_csr7 .box_content .box02 table tr {
  border-bottom: #000 solid 1px;
}
.con_csr7 .box_content .box02 table tr.bg01 {
  background: #f1f1f1;
}
.con_csr7 .box_content .box02 table th, .con_csr7 .box_content .box02 table td {
  padding: 23px 0;
}
@media only screen and (max-width: 767px) {
  .con_csr7 .box_content .box02 table th, .con_csr7 .box_content .box02 table td {
    padding: 15px 0;
    white-space: nowrap;
    overflow: hidden;
  }
}
.con_csr7 .box_content .box02 table th.w340, .con_csr7 .box_content .box02 table td.w340 {
  width: 340px;
}
@media only screen and (max-width: 767px) {
  .con_csr7 .box_content .box02 table th.w340, .con_csr7 .box_content .box02 table td.w340 {
    width: 25%;
    overflow: hidden;
  }
}
.con_csr7 .box_content .box02 table th {
  padding-right: 1em;
  text-align: center;
  font-weight: normal;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .con_csr7 .box_content .box02 table th {
    padding: 15px 1em 15px .2em;
  }
}
.con_csr7 .box_content .box02 table th span {
  text-align: center;
  width: 110px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr7 .box_content .box02 table th span {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr7 .box_content .box02 table th span {
    width: 25%;
    padding-right: .75em;
  }
}

/* -----------------------------------------------------------
	con_csr8
----------------------------------------------------------- */
.con_csr8 {
  position: relative;
  padding-bottom: 66px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr8 {
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr8 {
    padding-bottom: 2em;
  }
}
.con_csr8 .box_content {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
.con_csr8 .box_content .box_text {
  margin-bottom: 88px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr8 .box_content .box_text {
    margin-bottom: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr8 .box_content .box_text {
    margin-bottom: 2em;
  }
}
.con_csr8 .box_content .box_text .tl_basic {
  margin-bottom: 78px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr8 .box_content .box_text .tl_basic {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr8 .box_content .box_text .tl_basic {
    margin-bottom: 2em;
  }
}
.con_csr8 .box_content .box_text .txt {
  line-height: 2.2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr8 .box_content .box_text .txt {
    margin: 0 auto;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr8 .box_content .box_text .txt {
    margin: 0 auto;
    width: 95%;
    line-height: 1.5;
  }
}
.con_csr8 .box_text2 {
  width: 100%;
  padding: 0;
  background: url(../images/corporate/csr/img_fillharmonic01.jpg) no-repeat top left;
  background-size: contain;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr8 .box_text2 {
    min-height: 350px;
    padding: 2em 0;
    background: url(../images/corporate/csr/img_fillharmonic01.jpg) no-repeat top left;
    background-position-x: -390px;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr8 .box_text2 {
    background: none;
  }
}
.con_csr8 .box_text2 .box1 {
  min-height: 585px;
  padding: 117px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr8 .box_text2 .box1 {
    min-height: 350px;
    padding: 15px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr8 .box_text2 .box1 {
    min-height: auto;
    padding: 5% 0;
  }
}
.con_csr8 .box_text2 .box1 .inbox {
  width: 45vw;
  margin-left: 50.14085%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr8 .box_text2 .box1 .inbox {
    width: 62%;
    margin-left: 36%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr8 .box_text2 .box1 .inbox {
    width: 95%;
    margin: 0 auto;
  }
}
.con_csr8 .box_text2 .box1 .inbox img {
  margin-bottom: .5em;
  width: 100%;
}
.con_csr8 .box_text2 .box1 .inbox h3 {
  margin-bottom: 78px;
  font-size: 236%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr8 .box_text2 .box1 .inbox h3 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr8 .box_text2 .box1 .inbox h3 {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr8 .box_text2 .box1 .inbox h3 {
    font-size: 177%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr8 .box_text2 .box1 .inbox h3 {
    font-size: 130%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .con_csr8 .box_text2 .box1 .inbox h3 {
    font-size: 212%;
  }
}
@media print {
  .con_csr8 .box_text2 .box1 .inbox h3 {
    font-size: 212%;
  }
}
.ie8 .con_csr8 .box_text2 .box1 .inbox h3 {
  font-size: 212%;
}
@media only screen and (max-width: 767px) {
  .con_csr8 .box_text2 .box1 .inbox h3 {
    text-shadow: 0px 0px 5px #fff;
  }
}
.con_csr8 .box_text2 .box1 .inbox h3 span {
  font-size: 59%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr8 .box_text2 .box1 .inbox h3 span {
    font-size: 71%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr8 .box_text2 .box1 .inbox h3 span {
    font-size: 71%;
  }
}
.con_csr8 .box_text2 .box1 .inbox .txt {
  line-height: 2.2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr8 .box_text2 .box1 .inbox .txt {
    text-shadow: 1px 1px 3px #fff;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr8 .box_text2 .box1 .inbox .txt {
    margin: 0 auto;
    width: 100%;
    line-height: 1.5;
    text-shadow: 0px 0px 5px #fff;
  }
}

/* -----------------------------------------------------------
	con_csr9
----------------------------------------------------------- */
.con_csr9 {
  position: relative;
  padding-bottom: 91px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr9 {
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr9 {
    padding-bottom: 2em;
  }
}
.con_csr9 .box_text2 {
  padding: 40px 0 0;
  width: 100%;
  background: url(../images/corporate/csr/bg_hansu.jpg) no-repeat top right;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr9 .box_text2 {
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr9 .box_text2 {
    padding: 10px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr9 .box_text2 {
    padding: 2em 0 0;
    background: url(../images/corporate/csr/bg_hansu.jpg) no-repeat top right;
    background-position-x: -636px;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr9 .box_text2 {
    padding: 3% 0 0;
    background: url(../images/corporate/csr/bg_hansu.jpg) no-repeat top right;
    background-size: 138% auto;
  }
}
.con_csr9 .box_text2 .imgbox {
  margin: 0 0 73px 111px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr9 .box_text2 .imgbox {
    margin: 0 auto 2em;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr9 .box_text2 .imgbox {
    padding: 0;
    width: 48%;
    margin: 0 0 11px;
  }
}
.con_csr9 .box_text2 .box1 {
  margin-bottom: 79px;
  min-height: 585px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr9 .box_text2 .box1 {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr9 .box_text2 .box1 {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr9 .box_text2 .box1 {
    padding: 15px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr9 .box_text2 .box1 {
    min-height: auto;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr9 .box_text2 .box1 .inbox {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr9 .box_text2 .box1 .inbox {
    width: 95%;
    margin: 0 auto;
  }
}
.con_csr9 .box_text2 .box1 .inbox h3 {
  margin-bottom: 55px;
  font-size: 236%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr9 .box_text2 .box1 .inbox h3 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr9 .box_text2 .box1 .inbox h3 {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr9 .box_text2 .box1 .inbox h3 {
    font-size: 177%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr9 .box_text2 .box1 .inbox h3 {
    font-size: 130%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .con_csr9 .box_text2 .box1 .inbox h3 {
    font-size: 212%;
  }
}
@media print {
  .con_csr9 .box_text2 .box1 .inbox h3 {
    font-size: 212%;
  }
}
.ie8 .con_csr9 .box_text2 .box1 .inbox h3 {
  font-size: 212%;
}
@media only screen and (max-width: 767px) {
  .con_csr9 .box_text2 .box1 .inbox h3 {
    text-shadow: 0px 0px 5px #fff;
  }
}
.con_csr9 .box_text2 .box1 .inbox h3 span {
  font-size: 59%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr9 .box_text2 .box1 .inbox h3 span {
    font-size: 71%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr9 .box_text2 .box1 .inbox h3 span {
    font-size: 71%;
  }
}
.con_csr9 .box_text2 .box1 .inbox .txt {
  line-height: 2.2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr9 .box_text2 .box1 .inbox .txt {
    text-shadow: 1px 1px 3px #fff;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr9 .box_text2 .box1 .inbox .txt {
    margin: 0 auto;
    width: 100%;
    line-height: 1.5;
    text-shadow: 0px 0px 5px #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr9 .box_text2 .box1 .inbox .txt2 {
    text-shadow: 1px 1px 3px #fff;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr9 .box_text2 .box1 .inbox .txt2 {
    margin: 0 auto;
    width: 100%;
    line-height: 1.5;
    text-shadow: 0px 0px 5px #fff;
  }
}
.con_csr9 .box_text2 .box1 .inbox .txt2 span {
  font-size: 177%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr9 .box_text2 .box1 .inbox .txt2 span {
    font-size: 148%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr9 .box_text2 .box1 .inbox .txt2 span {
    font-size: 118%;
  }
}
.con_csr9 .box_text2 .imgbox2 ul {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .con_csr9 .box_text2 .imgbox2 ul {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.con_csr9 .box_text2 .imgbox2 ul li {
  width: 19.8%;
}
@media only screen and (max-width: 767px) {
  .con_csr9 .box_text2 .imgbox2 ul li {
    width: 33%;
    padding: .2em .2em;
  }
}

/* -----------------------------------------------------------
	con_csr10
----------------------------------------------------------- */
.con_csr10 {
  padding: 50px 0 111px;
  background: url(../images/corporate/csr/bg_02.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr10 {
    padding: 2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr10 {
    padding: 2em 0;
  }
}
.con_csr10 .title01 {
  margin-bottom: 50px;
  color: #2c472c;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr10 .title01 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr10 .title01 {
    margin-bottom: 1em;
  }
}
.con_csr10 .title01 h3 {
  font-size: 177%;
  margin-bottom: 51px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  display: flex;
  align-items: center;
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr10 .title01 h3 {
    font-size: 148%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr10 .title01 h3 {
    font-size: 118%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr10 .title01 h3 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr10 .title01 h3 {
    margin-bottom: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr10 .title01 h3 {
    display: block;
    text-align: center;
  }
}
.con_csr10 .title01 h3 span {
  font-size: 295%;
  font-family: "Oswald", sans-serif;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr10 .title01 h3 span {
    font-size: 153%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr10 .title01 h3 span {
    font-size: 153%;
  }
}
.con_csr10 .title01 h3 .tl_st {
  text-align: left;
}
.con_csr10 .title01 .txt {
  font-size: 177%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr10 .title01 .txt {
    font-size: 148%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr10 .title01 .txt {
    font-size: 106%;
  }
}
.con_csr10 .box1 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .con_csr10 .box1 {
    display: block;
  }
}
.con_csr10 .box1 .imgbox {
  width: 384px;
  width: 30%;
  padding-top: 60px;
  margin-right: 60px;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr10 .box1 .imgbox {
    padding-top: 25%;
    margin-right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr10 .box1 .imgbox {
    margin: 0 auto 5%;
    padding-top: 0;
    width: 80%;
  }
}
.con_csr10 .box1 .imgbox img {
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .con_csr10 .box1 .imgbox img {
    margin-bottom: 5%;
  }
}
.con_csr10 .box1 .textbox {
  width: 62.73438%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr10 .box1 .textbox {
    width: 66%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr10 .box1 .textbox {
    margin: 0 auto 5%;
    width: 95%;
  }
}
.con_csr10 .box1 .textbox .tl_basic {
  margin-bottom: 110px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr10 .box1 .textbox .tl_basic {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr10 .box1 .textbox .tl_basic {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_csr10 .box1 .textbox .tl_basic {
    font-size: 236%;
  }
}
@media print {
  .con_csr10 .box1 .textbox .tl_basic {
    font-size: 236%;
  }
}
.ie8 .con_csr10 .box1 .textbox .tl_basic {
  font-size: 236%;
}
.con_csr10 .box1 .textbox h4 {
  font-size: 195%;
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr10 .box1 .textbox h4 {
    font-size: 148%;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr10 .box1 .textbox h4 {
    font-size: 106%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr10 .box1 .textbox h4 {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr10 .box1 .textbox h4 {
    width: 95%;
    margin: 0 auto 2em;
  }
}
.con_csr10 .box1 .textbox .txt {
  margin-bottom: 40px;
  line-height: 2.2;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr10 .box1 .textbox .txt {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr10 .box1 .textbox .txt {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_csr10 .box1 .textbox .txt {
    margin: 0 auto;
    width: 90%;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .con_csr10 .box1 .textbox .txt {
    margin: 0 auto;
    width: 95%;
    line-height: 1.8;
  }
}

/* -----------------------------------------------------------
	con_seagaruzu
----------------------------------------------------------- */
.con_seagaruzu {
  margin-bottom: 11em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_seagaruzu {
    margin-bottom: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .con_seagaruzu {
    margin-bottom: 4em;
  }
}
.con_seagaruzu .con_csr .box_text2 .txt {
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 8px #fff;
}

/* -----------------------------------------------------------
	con_filharmonic
----------------------------------------------------------- */
.con_filharmonic {
  margin-bottom: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_filharmonic {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_filharmonic {
    margin-bottom: 80px;
  }
}

/* -----------------------------------------------------------
	con_golfer
----------------------------------------------------------- */
.con_golfer .box_text2 {
  margin-bottom: 120px;
  width: 100%;
  padding: 0;
  background: url(../images/corporate/csr/img_golfer01.jpg) no-repeat top right;
  background-size: contain;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_text2 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_text2 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_text2 {
    min-height: 350px;
    padding: 15px 0 0;
    background-position-x: 350px;
    background-size: 60%;
  }
}
@media only screen and (min-width: 870px) and (max-width: 1024px) {
  .con_golfer .box_text2 {
    background-position-x: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_text2 {
    background: none;
  }
}
.con_golfer .box_text2 .img {
  object-fit: cover;
  height: 280px;
  object-position: top right;
}
.con_golfer .box_text2 .attention {
  padding: 25px 35px;
  padding-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_text2 .attention {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_text2 .attention {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .con_golfer .box_text2 .attention {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
  }
}
@media print {
  .con_golfer .box_text2 .attention {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
  }
}
.ie8 .con_golfer .box_text2 .attention {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_text2 .attention {
    width: 95%;
    margin-left: auto;
    background: #fff;
    position: relative;
    z-index: 2;
    margin-top: -3em;
    margin-bottom: 1em;
  }
}
.con_golfer .box_text2 .attention em {
  color: #e64953;
  font-weight: bold;
  font-size: 118%;
  display: block;
  margin-bottom: .3em;
}
@media only screen and (max-width: 1024px) {
  .con_golfer .box_text2 .attention em {
    font-size: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_text2 .attention em {
    margin-bottom: 0;
    font-size: 89%;
  }
}
.con_golfer .box_text2 .attention span {
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_text2 .attention span {
    font-size: 77%;
  }
}
.con_golfer .box_text2 .box1 {
  min-height: 585px;
  padding: 117px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_text2 .box1 {
    min-height: 350px;
    padding: 15px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_text2 .box1 {
    min-height: auto;
    padding: 5% 0;
  }
}
.con_golfer .box_text2 .box1 img {
  width: 100%;
  margin-bottom: 1em;
}
.con_golfer .box_text2 .box1 h3 {
  margin-bottom: 78px;
  width: 755px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_text2 .box1 h3 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_text2 .box1 h3 {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_text2 .box1 h3 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_text2 .box1 h3 {
    text-shadow: 0px 0px 5px #fff;
    width: 95%;
  }
}
.con_golfer .box_text2 .box1 h3 .sm {
  font-size: 177%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_text2 .box1 h3 .sm {
    font-size: 118%;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_text2 .box1 h3 .sm {
    font-size: 95%;
  }
}
.con_golfer .box_text2 .box1 h3 .lg {
  font-size: 236%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_text2 .box1 h3 .lg {
    font-size: 177%;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_text2 .box1 h3 .lg {
    font-size: 130%;
  }
}
.con_golfer .box_text2 .box1 .txt {
  width: 620px;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 8px #fff;
  line-height: 2.2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_text2 .box1 .txt {
    width: 45%;
    text-shadow: 1px 1px 3px #fff;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_text2 .box1 .txt {
    margin: 0 auto;
    width: 100%;
    line-height: 1.5;
    text-shadow: 0px 0px 5px #fff;
  }
}
.con_golfer .box_interview {
  margin-bottom: 120px;
  padding: 50px 0 111px;
  background: url(../images/corporate/csr/bg_03.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_interview {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_interview {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_interview {
    padding: 2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_interview {
    padding: 2em 0;
  }
}
.con_golfer .box_interview .title01 {
  margin-bottom: 50px;
  color: #5c0e06;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_interview .title01 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_interview .title01 {
    margin-bottom: 1em;
  }
}
.con_golfer .box_interview .title01 h3 {
  font-size: 177%;
  margin-bottom: 51px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  display: flex;
  align-items: center;
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_interview .title01 h3 {
    font-size: 148%;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_interview .title01 h3 {
    font-size: 118%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_interview .title01 h3 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_interview .title01 h3 {
    margin-bottom: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_interview .title01 h3 {
    display: block;
    text-align: center;
  }
}
.con_golfer .box_interview .title01 h3 span {
  font-size: 295%;
  font-family: "Oswald", sans-serif;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_interview .title01 h3 span {
    font-size: 153%;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_interview .title01 h3 span {
    font-size: 153%;
  }
}
.con_golfer .box_interview .title01 h3 .tl_st {
  text-align: left;
}
.con_golfer .box_interview .title01 .txt {
  font-size: 177%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_interview .title01 .txt {
    font-size: 148%;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_interview .title01 .txt {
    font-size: 106%;
  }
}
.con_golfer .box_interview .box1 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_interview .box1 {
    display: block;
  }
}
.con_golfer .box_interview .box1 .imgbox {
  width: 384px;
  width: 30%;
  padding-top: 60px;
  margin-right: 60px;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_interview .box1 .imgbox {
    padding-top: 25%;
    margin-right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_interview .box1 .imgbox {
    margin: 0 auto 5%;
    padding-top: 0;
    width: 80%;
  }
}
.con_golfer .box_interview .box1 .imgbox img {
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_interview .box1 .imgbox img {
    margin-bottom: 5%;
  }
}
.con_golfer .box_interview .box1 .textbox {
  width: 62.73438%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_interview .box1 .textbox {
    width: 66%;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_interview .box1 .textbox {
    margin: 0 auto 5%;
    width: 95%;
  }
}
.con_golfer .box_interview .box1 .textbox .tl_basic {
  margin-bottom: 110px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_interview .box1 .textbox .tl_basic {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_interview .box1 .textbox .tl_basic {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_golfer .box_interview .box1 .textbox .tl_basic {
    font-size: 236%;
  }
}
@media print {
  .con_golfer .box_interview .box1 .textbox .tl_basic {
    font-size: 236%;
  }
}
.ie8 .con_golfer .box_interview .box1 .textbox .tl_basic {
  font-size: 236%;
}
.con_golfer .box_interview .box1 .textbox h4 {
  font-size: 195%;
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_interview .box1 .textbox h4 {
    font-size: 148%;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_interview .box1 .textbox h4 {
    font-size: 106%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_interview .box1 .textbox h4 {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_interview .box1 .textbox h4 {
    width: 95%;
    margin: 0 auto 2em;
  }
}
.con_golfer .box_interview .box1 .textbox .txt {
  margin-bottom: 40px;
  line-height: 2.2;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_interview .box1 .textbox .txt {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_interview .box1 .textbox .txt {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_golfer .box_interview .box1 .textbox .txt {
    margin: 0 auto;
    width: 90%;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .con_golfer .box_interview .box1 .textbox .txt {
    margin: 0 auto;
    width: 95%;
    line-height: 1.8;
  }
}
.con_golfer .box_bnr {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .con_golfer .box_bnr {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.movie {
  margin-bottom: 140px;
  text-align: center;
  width: 940px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .movie {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .movie {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .movie {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .movie {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .movie {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .movie {
    height: 200px;
  }
}
.movie.golf {
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .movie.golf {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .movie.golf {
    margin-bottom: 60px;
  }
}
.movie iframe {
  height: 100%;
  width: 100%;
}
