<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
/*----------------------------------------
	reset
----------------------------------------*/
/* The root element */
html, body {
  -webkit-text-size-adjust: none;
}

/* Sections */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  line-height: 1;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	body
----------------------------------------*/
body {
  font-family: "メイリオ", Meiryo UI, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  counter-reset: number;
}

main a {
  color: #727171;
  text-decoration: none;
}
main a:hover {
  color: #00A0E9;
  opacity: 0.7;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00A0E9;
  z-index: 9999;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#loading p {
  text-align: center;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  font-size: min(5vw, 80px);
}

.people {
  background-color: #fff;
}
.people ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.people li {
  width: 50%;
  margin-bottom: 10px;
}
.people li a {
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.people li figure {
  width: 40%;
  overflow: hidden;
}
.people li figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.people li a:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
}
.people li dl {
  position: relative;
  width: 60%;
  padding: 10px 15px;
}
.people-new {
  counter-reset: number 16; 
}
.people-past {
  counter-reset: number 0; 
}
.people li dt {
  margin-bottom: 15px;
  line-height: 1.3;
  color: #00A0E9;
  font-size: 18px;
  font-size: 1.125rem;
}
.people li dt span {
  font-size: 13px;
  font-size: 0.8125rem;
}
.people li dt span span {
  color: #00A0E9;
  margin-left: 0.5em;
}
.people li dd {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .main img {
    width: 100%;
    height: auto;
  }

  .people li {
    width: 100%;
  }
  .people li figure {
    width: 100%;
  }
  .people li img {
    width: 100%;
    height: auto;
  }
  .people li dl {
    position: relative;
    width: 100%;
    padding: 10px;
  }
  .people li dl:before {
    font-size: 48px;
    font-size: 3rem;
  }
  .people li dt {
    margin-bottom: 10px;
  }
}


/*----------------------------------------
	index
----------------------------------------*/
#index {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#index #opening {
  width: 100%;
  height: 670px;
}
#index #opening #main_visiual {
  display: none;
}

#index #opening .main_visiual {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  z-index: -1;
}
#index #opening .main_visiual li {
  overflow: hidden;
  width: 100%;
  height: 670px;
}
#index .main {
  position: relative;
  max-width: 1000px;
  margin:  -160px auto 0;
  /*z-index: 100;*/
  z-index: 5;
}
#index .main-past {
  margin-top: 40px;
}
#index .title {
  margin-bottom: 20px;
  background: #fff;
  padding: 40px;
  box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.1);
}
#index .title h1 {
  line-height: 1.2;
  letter-spacing: 0.3em;
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 35px;
  text-align: center;
  color: #00A0E9;
}
#index .title p {
  line-height: 2.0;
  font-size: 15px;
  font-size: 0.9375rem;
}
#index .main h2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #727171;
  letter-spacing: 0.1em;
  font-size: 26px;
  font-size: 1.625rem;
}
#index .main h2.is_eng { color: #0098d8; }
#index .main h2.is_rd { color: #f2984f; }
#index .main h2.is_is { color: #7fbe26; }
#index .main h2.is_ip { color: #a54a96; }

#index .main h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: .5em 1em;
}
#index .main h3.is_eng { color: #0098d8; background-color: #f1fbff; }
#index .main h3.is_rd { color: #f2984f; background-color: #fdebdd; }
#index .main h3.is_is { color: #7fbe26; background-color: #f3fae8; }
#index .main h3.is_ip { color: #a54a96; background-color: #faf4f9; }


@media screen and (min-width: 321px) and (max-width: 768px) {
  #index #opening {
    width: 100%;
    height: auto;
  }
  #index #opening &gt; div {
    height: auto;
  }
  #index #opening .main_visiual-pc {
    display: none;
  }
  #index #opening #main_visiual {
    display: block;
  }
  #index #opening &gt; div h1 {
    margin: 40px 0;
    letter-spacing: 0.2em;
    font-size: 20px;
    font-size: 1.25rem;
  }
  #index #opening #main_visiual li {
    height: auto;
  }
  #index #opening #main_visiual li img {
    height: auto;
    width: 100%;
  }
  #index .main {
    margin: -46px auto 0;
  }
  #index .main-past {
    margin: 20px auto 0;
  }
  #index .title {
    padding: 30px 20px;
  }
  #index .title h1 {
    letter-spacing: 0.2em;
    font-size: 20px;
    font-size: 1.25rem;
  }
  
}
@media screen and (min-width: 0px) and (max-width: 320px) {
  #index #opening {
    width: 100%;
    height: auto;
  }
  #index #opening &gt; div {
    width: 100%;
    height: 335px;
  }
  #index #opening .main_visiual-pc {
    display: none;
  }
  #index #opening #main_visiual {
    display: block;
  }
  #index #opening #main_visiual li {
    height: auto;
  }
  #index #opening #main_visiual li img {
    height: auto;
    width: 320px;
  }
  #index .title {
    padding: 30px 20px;
  }
  #index .title h1 {
    letter-spacing: 0.15em;
    font-size: 18px;
    font-size: 1.125rem;
  }
  #index .main {
    margin: -46px auto 0;
  }
}
/*----------------------------------------
	voice
----------------------------------------*/
#contents {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 84px auto 0;
  overflow: hidden;
}

.voice_01 h1 {
  right: 25px;
  top: 40px;
  text-align: right;
}

.voice_02 h1 {
  right: 35px;
  top: 40px;
  text-align: right;
  color: #fff;
}

.voice_03 h1 {
  left: 40px;
  bottom: 175px;
  text-align: left;
  color: #fff;
}

.voice_04 h1 {
  right: 25px;
  top: 40px;
  text-align: right;
}

.voice_05 h1 {
  left: 40px;
  top: 40px;
  text-align: left;
  color: #fff;
}

.voice_06 h1 {
  right: 40px;
  bottom: 220px;
  text-align: right;
}

.voice_07 h1 {
  left: 40px;
  bottom: 175px;
  text-align: left;
  color: #fff;
}

.voice_08 h1 {
  right: 25px;
  top: 40px;
  text-align: right;
}

.voice_09 h1 {
  left: 40px;
  bottom: 240px;
  text-align: left;
  color: #fff;
}

.voice_10 h1 {
  left: 40px;
  bottom: 195px;
  text-align: left;
}

.voice_11 h1 {
  right: 40px;
  bottom: 195px;
  text-align: right;
  color: #fff;
}

.voice_12 h1 {
  left: 40px;
  top: 40px;
  text-align: left;
  color: #fff;
}

.voice_13 h1 {
  left: 40px;
  bottom: 175px;
  text-align: left;
  color: #fff;
}

.voice_14 h1 {
  left: 40px;
  top: 40px;
  text-align: left;
  color: #fff;
}

.voice_15 h1 {
  left: 40px;
  top: 40px;
  text-align: left;
}

.voice_16 h1 {
  right: 25px;
  top: 40px;
  text-align: right;
  color: #fff;
}
.voice_17 h1 {
  left: 40px;
  top: 340px;
}
.voice_18 h1 {
  right: 25px;
  top: 290px;
  text-align: right;
  color: #fff;
}
.voice_19 h1 {
  left: 40px;
  top: 40px;
}
.voice_20 h1 {
  left: 180px;
  top: 210px;
  color: #fff;
}
.voice_21 h1 {
  left: 360px;
  top: 270px;
}
.voice_22 h1 {
  right: 25px;
  top: 40px;
  text-align: right;
}
.voice_23 h1 {
  left: 40px;
  top: 140px;
}
.voice_24 h1 {
  left: 40px;
  top: 340px;
}
.voice_25 h1 {
  right: 40px;
  top: 40px;
  background-color: rgba(277,277,277,.8);
}
.voice_26 h1 {
  left: 40px;
  top: 135px;
}
.voice_27 h1 {
    right: 40px;
    top: 340px;
    text-align: right;
}
.voice_28 h1 {
    right: 58px;
    top: 186px;
    text-align: right;
}
.voice_29 h1 {
  right: 40px;
  top: 340px;
  text-align: right;
    text-shadow: 0 0 10px rgba(255,255,255,0.8);
}
.voice_30 h1 {
    right: 570px;
    top: 240px;
    text-align: left;
    text-shadow: 0 0 10px rgba(255,255,255,0.8);
	color: #555;
}
.voice_31 h1 {
    right: 530px;
    top: 286px;
    text-align: left;
    text-shadow: 0 0 10px rgba(255,255,255,0.8);
}
.voice_32 h1 {
    right: 541px;
    top: 365px;
    text-align: left;
    text-shadow: 0 0 10px rgba(255,255,255,0.8);
}
.voice_34 h1 {
    left: 30px;
    top: 80px;
    text-align: left;
    text-shadow: 0 0 10px rgba(255,255,255,0.8);
}
.voice_35 h1 {
	left: 50px;
	top: 210px;
	color: #41433C;
	text-shadow:2px 2px 10px #FFF ,-2px 2px 10px #FFF ,2px -2px 10px #FFF ,-2px -2px 10px #FFF;
}
.voice_36 h1 {
	left: 50px;
	top: 210px;
	color: #41433C;
	text-shadow:2px 2px 10px #FFF ,-2px 2px 10px #FFF ,2px -2px 10px #FFF ,-2px -2px 10px #FFF;
}
.voice_37 h1 {
	left: 50px;
	top: 210px;
	color: #41433C;
	text-shadow:2px 2px 10px #FFF ,-2px 2px 10px #FFF ,2px -2px 10px #FFF ,-2px -2px 10px #FFF;
}
.voice_38 h1 {
	left: 150px;
	top: 320px;
	color: #41433C;
	text-shadow:2px 2px 10px #FFF ,-2px 2px 10px #FFF ,2px -2px 10px #FFF ,-2px -2px 10px #FFF;
}
.voice_39 h1 {
	left: 50px;
	top: 250px;
	color: #41433C;
	text-shadow:2px 2px 10px #FFF ,-2px 2px 10px #FFF ,2px -2px 10px #FFF ,-2px -2px 10px #FFF;
}
.voice_40 h1 {
	left: 180px;
	top: 210px;
	color: #41433C;
	text-shadow:2px 2px 10px #FFF ,-2px 2px 10px #FFF ,2px -2px 10px #FFF ,-2px -2px 10px #FFF;
}
.voice_41 h1 {
	left: 50px;
	top: 300px;
	color: #41433C;
	text-shadow:2px 2px 10px #FFF ,-2px 2px 10px #FFF ,2px -2px 10px #FFF ,-2px -2px 10px #FFF;
}
.voice_42 h1 {
	left: 30px;
	top: 200px;
	color: #41433C;
	text-shadow:2px 2px 10px #FFF ,-2px 2px 10px #FFF ,2px -2px 10px #FFF ,-2px -2px 10px #FFF;
	background-color: rgba(277,277,277,.8);
	padding: 10px 15px;
}
.voice_43 h1 {
	right: 30px;
	top: 340px;
	color: #41433C;
	text-shadow:2px 2px 10px #FFF ,-2px 2px 10px #FFF ,2px -2px 10px #FFF ,-2px -2px 10px #FFF;
	background-color: rgba(277,277,277,.8);
	padding: 10px 15px;
}
.voice_44 h1 {
	right: 40px;
	top: 340px;
	color: #41433C;
	text-shadow:2px 2px 10px #FFF ,-2px 2px 10px #FFF ,2px -2px 10px #FFF ,-2px -2px 10px #FFF;
}
.voice_45 h1 {
	right: 40px;
	top: 320px;
	color: #41433C;
	text-shadow:2px 2px 10px #FFF ,-2px 2px 10px #FFF ,2px -2px 10px #FFF ,-2px -2px 10px #FFF;
	background-color: rgba(277,277,277,.8);
	padding: 10px 15px;
}
.voice_46 h1 {
	left: 70px;
	top: 300px;
	color: #41433C;
	text-shadow:2px 2px 10px #FFF ,-2px 2px 10px #FFF ,2px -2px 10px #FFF ,-2px -2px 10px #FFF;
}
.voice_47 h1 {
	left: 90px;
	top: 280px;
	color: #41433C;
	text-shadow:2px 2px 10px #FFF ,-2px 2px 10px #FFF ,2px -2px 10px #FFF ,-2px -2px 10px #FFF;
}
.voice_48 h1 {
	left: 50px;
	top: 310px;
	color: #41433C;
	text-shadow:2px 2px 10px #FFF ,-2px 2px 10px #FFF ,2px -2px 10px #FFF ,-2px -2px 10px #FFF;
}
.voice_49 h1 {
	left: 180px;
	top: 210px;
	color: #41433C;
	text-shadow:2px 2px 10px #FFF ,-2px 2px 10px #FFF ,2px -2px 10px #FFF ,-2px -2px 10px #FFF;
}
.voice_50 h1 {
	left: 50px;
	top: 280px;
	color: #41433C;
	text-shadow:2px 2px 10px #FFF ,-2px 2px 10px #FFF ,2px -2px 10px #FFF ,-2px -2px 10px #FFF;
	background-color: rgba(277,277,277,.8);
	padding: 10px 15px;
}
.voice_51 h1 {
	left: 50px;
	top: 190px;
	color: #41433C;
	text-shadow:2px 2px 10px #FFF ,-2px 2px 10px #FFF ,2px -2px 10px #FFF ,-2px -2px 10px #FFF;
}


#voice #voice_header {
  position: relative;
}
#voice h1 {
  position: absolute;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 22px;
  font-size: 1.375rem;
}
#voice #profile {
  padding: 25px 30px 25px 35px;
  background-color: #EAEDEF;
}
#voice #profile .information dl {
  margin-bottom: 12px;
}
#voice #profile .information dt {
  margin-bottom: 12px;
  color: #00A0E9;
  font-size: 32px;
  font-size: 2rem;
}
#voice #profile .information dt span {
  margin-left: 0.5em;
  color: #00A0E9;
  font-size: 16px;
  font-size: 1rem;
}
#voice #profile .information dd {
  line-height: 1.6;
  color: #00A0E9;
  font-size: 13px;
  font-size: 0.8125rem;
}
#voice #profile .information dd sup {
  font-size: 8px;
  vertical-align: top;
  color: #00A0E9;
}
#voice #profile .information p {
  line-height: 1.6;
  font-size: 15px;
  font-size: 0.9375rem;
}
#voice #profile .information p span{
  line-height: 1.6;
  font-size: 13px;
  font-size: 0.8125rem;
}
#voice #profile .information p sup {
  font-size: 8px;
  vertical-align: top;
}

#voice #profile .number {
  float: right;
  padding-left: 10px;
}
#voice #profile .number dt {
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #00A0E9;
  font-size: 15px;
  font-size: 0.9375rem;
}
#voice #profile .number dd {
  text-align: center;
  letter-spacing: -0.05em;
  color: #00A0E9;
  font-size: 108px;
  font-size: 6.75rem;
  display: none;
}
#voice #article {
  margin: 55px 0 30px;
  padding-bottom: 35px;
  border-bottom: 1px solid #727171;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#voice #article .main {
  width: 60%;
}
#voice #article .main h2 {
  margin-bottom: 25px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.25rem;
}
#voice #article .main p {
  margin-bottom: 40px;
  line-height: 1.8;
  color: #00A0E9;
}
#voice #article .main p strong {
  background-color: #fff200;
  font-weight: normal;
  color: #00A0E9;
}
#voice #article .main p span {
  display: inline-block;
  text-indent: 1em;
  color: #00A0E9;
}
#voice #article .main p span sup {
  font-size: 8px;
  vertical-align: top;
  color: #00A0E9;
}
#voice #article .main p .commentary {
  text-indent: 0em;
  letter-spacing: -0.1em;
  font-size: 13px;
  font-size: 0.8125rem;
}
#voice #article #side {
  width: 32%;
}
#voice #article #side li {
  margin-bottom: 20px;
}
#voice #article #side img {
  width: 100%;
  height: auto;
}
#voice #article #side figcaption {
  margin-top: 8px;
  line-height: 1.6;
  color: #00A0E9;
  font-size: 13px;
  font-size: 0.8125rem;
}
#voice #article #side figcaption span {
  font-size: 12px;
  font-size: 0.75rem;
}
#voice #article aside {
  width: 100%;
  margin-bottom: 50px;
}
#voice #article aside p {
  text-align: right;
  color: #00A0E9;
  line-height: 1.8;
  font-size: 12px;
  font-size: 0.75rem;
}

#voice #article aside .company {
  border-top: 1px solid #727171;
  margin-top: 30px;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
}
#voice #article aside .company img {
  width: 250px;
  height: 80px;
}
#voice #article aside .company figcaption {
  max-width: 720px;
  width: 100%;
}
#voice #article aside .company figcaption::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background-color: #000; 
  margin-right: 6px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #voice #article aside .company {
    justify-content: center;
  }
  #voice #article aside .company figcaption {
    margin-top: 15px;
  }
}

#voice #article #top_page {
  width: 100%;
  text-align: center;
}
#voice #article #top_page a {
  display: inline-block;
  padding: 12px 50px;
  border: 1px solid #727171;
  font-size: 28px;
  transition: all ease 0.3s;
}
#voice #article #top_page a:hover {
  color: #fff;
  border-color: #0d6efd;
  background-color: #0d6efd;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #contents {
    margin: 67px auto 0;
  }

  #voice h1 {
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 30px 15px 15px;
    text-align: left;
    color: #00A0E9;
  }
  #voice figure img {
    width: 100%;
    height: auto;
  }
  #voice #profile {
    padding: 25px 10px 25px 15px;
    background-color: #EAEDEF;
  }
  #voice #profile .information dt {
    font-size: 24px;
    font-size: 1.5rem;
  }
  #voice #profile .number dt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #voice #profile .number dd {
    font-size: 92px;
    font-size: 5.75rem;
  }
  #voice #article {
    margin: 20px 0 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #voice #article .main {
    width: 100%;
    padding: 0 15px;
  }
  #voice #article .main h2 {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  #voice #article #side {
    width: 100%;
    margin-top: -10px;
    padding: 0 15px;
  }
  #voice #article #side li {
    margin-bottom: 20px;
  }
  #voice #article #side figcaption {
    margin-top: 8px;
    line-height: 1.6;
    color: #00A0E9;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #voice #article #side figcaption span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #voice #article aside {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  #voice #article #top_page {
    margin: 0 15px;
  }
  #voice #article #top_page a {
    display: block;
    width: 100%;
    padding: 12px 0 10px;
    font-size: 20px;
  }
  #voice #links {
    display: none;
  }
}

/*202006 write*/
.comments {
	text-align: right;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 80%;
	color: #aaa;
}
.mtop-5 {
	margin-top: 5px !important;
}

/*20250205 write*/
.header--detail { font-size: 70%; color: #00A0E9; text-transform: uppercase; }
.uppercase { text-transform: uppercase; }
main ol, main ul { padding-left: 0; }
.article__main-title { text-shadow: 2px 2px 10px #FFF, -2px 2px 10px #FFF, 2px -2px 10px #FFF, -2px -2px 10px #FFF; color: #41433C; }</pre></body></html>