@charset "UTF-8";
html {
  height: 100%;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}  

body {
  margin: 0;
  /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #4A2700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}
.txt-bold {
  /* font-family: "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif; */
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: 700;
}
@media (max-width: 736px) {
  body {
    word-break: break-all;
    font-size: 14px;
    line-height: 1.71;
    
  }
  #pagecontent{
    line-height: 1.43;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0
}

p {
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: black;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #404042;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 100;
  color: inherit;
}

h1, .h1 {
  font-size: 40px;
}

h2, .h2 {
  font-size: 32px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 16px;
}

.trans {
  opacity: 1;
}
@media (min-width: 737px) {
  .trans {
    transition: 0.3s ease-in-out;
  }
  .trans:hover {
    opacity: 0.8;
  }
}

/*===== RESPONSIVE =====*/
.only-sp {
  display: none !important;
}

@media (max-width: 736px) {
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body #contents {
  line-height: normal;
}

#ghcontainer {
  padding-bottom: 0 !important;
}

#footer-container,
#footer-container-sp {
  padding-top: 0 !important;
}

.page-redirect #ghcontainer,
.page-redirect #ghcontainer-sp {
  display: none !important;
}
.page-redirect #footer,
.page-redirect #footer-sp {
  display: none !important;
}

/*===== LAYOUT =====*/
.page-report2022 {
  font-size: 100%;
}
.page-report2022 .robocomContainer {
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

@media (min-width: 737px) {
  .inner {
    margin: 0 auto;
    width: 800px;
  }
}
@media (max-width: 736px) {
  .inner {
    padding: 0 20px;
  }
}

.ttl01 {
  text-align: center;
  margin: 0;
  font-weight: 400;
  font-size: 46px;
  position: relative;
  padding-bottom: 54px;
  line-height: 0.8;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.025em;
}
@media (max-width: 736px) {
  .ttl01 {
    font-size: 28px;
    padding-bottom: 37px;
  }
}
.ttl01:after {
  content: "";
  width: 60px;
  height: 5px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 736px) {
  .ttl01:after {
    width: 40px;
  }
}
.ttl01--color1 {
  color: #FF6C00;
}
.ttl01--color1:after {
  background-color: #FF6C00;
}
.ttl01--color2 {
  color: #FFF734;
}
.ttl01--color2:after {
  background-color: #FFF734;
}
.ttl01--color3 {
  color: #FF6C00;
}
.ttl01--color3:after {
  background-color: #FF6C00;
}

.ttl02 {
  font-size: 28px;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  text-align: center;
  margin: 0;
}
@media (max-width: 736px) {
  .ttl02 {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .ttl02 {
    font-size: 5.3333333333vw;
  }
}
.ttl02--color1 {
  color: #009CA3;
}
.ttl02--color2 {
  color: #FFF734;
}
.ttl02--color3 {
  color: #ffffff;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.modal_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 120%;
  z-index: 9999;
}
.modal_video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10001;
  display: block;
}
.modal_close {
  position: absolute;
  top: -10%;
  right: 0;
  z-index: 10002;
  width: 5%;
  height: 9%;
}

.box-award {
  background-color: #FFFA72;
  border-radius: 10px;
  text-align: center;
  border: 5px solid #FFFA72;
}
@media (min-width: 737px) {
  .box-award {
    width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 736px) {
  .box-award {
    border-radius: 8px;
    border-width: 3px;
  }
}
.box-award .ttl02 {
  padding: 7px 10px;
}
@media (max-width: 736px) {
  .box-award .ttl02 {
    padding: 7px 10px 2px;
  }
}
.box-award__txt {
  background-color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  padding: 10px 10px 3px;
  color: #009CA3;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 736px) {
  .box-award__txt {
    font-size: 18px;
    line-height: 1.6;
    padding: 7px 10px 8px;
    line-height: 1.3;
  }
}
@media (min-width: 737px) {
  .box-award__txt--nowrap {
    white-space: nowrap;
  }
}
.box-award--other {
  background-color: #009CA3;
  border-color: #009CA3;
  border-radius: 0;
}
@media (min-width: 737px) {
  .box-award--other {
    width: auto;
  }
}
@media (max-width: 736px) {
  .box-award--other {
    border-width: 6px;
  }
}
.box-award--other .ttl02 {
  margin: 0 !important;
  font-size: 24px;
  text-align: left;
  padding: 3px 7px;
}
@media (max-width: 736px) {
  .box-award--other .ttl02 {
    padding: 6px 12px;
    font-size: 20px;
  }
}
.box-award--other .box-award__txt {
  font-size: 18px;
  padding: 8px 11px;
  text-align: left;
  border-radius: 0;
}
@media (max-width: 736px) {
  .box-award--other .box-award__txt {
    padding: 12px 11px 9px;
    line-height: 1.33;
  }
}

.slick-main a {
  display: block;
}
@media (max-width: 736px) {
  .slick-main img {
    width: 100%;
  }
}

.slick-thumb .slick-slide {
  padding: 0 8px;
}
@media (max-width: 736px) {
  .slick-thumb .slick-slide {
    padding: 0 5px;
  }
}
.slick-thumb .slick-slide.slick-current .img {
  position: relative;
}
.slick-thumb .slick-slide.slick-current .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border: 4px solid #ffffff;
  pointer-events: none;
}
.slick-thumb .img {
  cursor: pointer;
}

@media (max-width: 736px) {
  .fancybox-title-float-wrap {
    margin-bottom: -65px;
  }
  .fancybox-title-float-wrap .child {
    white-space: normal;
  }
}