@charset "UTF-8";
body {
  overflow-wrap: break-word;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, FontAwesome, Arial, sans-serif;
  background-color: #FFF6E1;
}

li {
  list-style: none;
}

a {
  color: #005fd1;
  word-break: break-all;
}

a img {
  border: 0;
}

a:link, a:active, a:visited {
  text-decoration: none;
}


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

a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 690px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_009 GlobalBreadcrumbs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.g-breadcrumbs__inner {
	max-width: 1030px;
	margin: auto;
  position: absolute;
  top: 12.6rem;
  left: 20px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.g-breadcrumbs__list {
  font-size: 1.2rem;
  margin-right: 2em;
  position: relative;
}

.g-breadcrumbs__list a {
	color: #333;
}

.g-breadcrumbs__list:last-child {
  margin-right: 0;
}

.g-breadcrumbs__list::after {
  color: #e71a0f;
  content: ">";
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  right: -1.3em;
}

.g-breadcrumbs__list:last-child {
  font-weight: 600;
}

.g-breadcrumbs__list:last-child::after {
  display: none;
}

.g-breadcrumbs__list:last-child a {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .g-breadcrumbs__inner {
    position: static;
    padding: 12px 0;
  }
  .g-breadcrumbs--wide .g-breadcrumbs__inner {
    padding: 12px 20px;
  }
  .g-breadcrumbs__list {
    font-size: 0.625rem;
  }
}

.hamidasu-main .g-breadcrumbs__inner {
  top: 6px;
  display: block;
}

@media screen and (max-width: 768px) {
  .hamidasu-main .g-breadcrumbs__inner {
    line-height: 1.5;
    padding: 5px 0 9px;
  }
}

.hamidasu-main .g-breadcrumbs__list {
  margin-right: 1.5em;
  display: inline;
}

@media screen and (max-width: 320px) {
  .hamidasu-main .g-breadcrumbs__list {
    margin-right: 1.2em;
  }
}


/* top link */
.top-link {
  text-align: left;
  margin: 17rem auto 60px;
  max-width: 1050px;
}
@media screen and (max-width: 690px) {
  .top-link {
    text-align: center;
    margin: 20px auto 0;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 80px;
  }
}

.top-link > a {
	margin-left: 20px;
	color: #333;
  background-color: #fff;
  font-size: 16px;
  border-radius: 20px;
  padding: 12px 43px;
  position: relative;
  border: 1px solid #e3e3e3;
}
@media screen and (max-width: 690px) {
  .top-link > a {
		margin-left: 0;
    background-color: #fff;
    font-size: 14px;
    border-radius: 20px;
    padding: 13px 39px;
  }
}

.top-link > a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 7px 5px 0;
  border-color: transparent #e71b10 transparent transparent;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  position: absolute;
}

/* karaage content */
.karaage {
  padding-bottom: 80px;
  font-size: 16px;
  line-height: 1.5;
  background-color: #ffffd5;
  overflow: hidden;
}

@media screen and (max-width: 690px) {
  .karaage {
    padding-bottom: 0;
    font-size: 14px;
    padding-top: 160px;
  }
}

@media screen and (max-width: 690px) {
  .content-wrap {
    padding: 0 20px;
  }
}

.content-inner {
  width: 1010px;
  margin: 0 auto;
}

@media screen and (max-width: 690px) {
  .content-inner {
    width: 100%;
  }
}

.content-what {
  margin-top: 70px;
  margin-bottom: 50px;
}

@media screen and (max-width: 690px) {
  .content-what {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}

/* heading */
.heading-01 {
  font-size: 36px;
  font-weight: bold;
  color: #e71b19;
  text-align: center;
}

@media screen and (max-width: 690px) {
  .heading-01 {
    font-size: 25px;
  }
}

.heading-02 {
  padding-left: 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  color: #e71b19;
  position: relative;
}

@media screen and (max-width: 690px) {
  .heading-02 {
    padding-left: 17px;
    font-size: 18px;
  }
}


.heading-02:before {
  content: "";
  width: 5px;
  height: 1em;
  background: #e71b19;
  position: absolute;
  top: .25em;
  left: 0;
}

.heading-03 {
  padding: 6px 0 3px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #e71b19;
  border-radius: 30px;
}

@media screen and (max-width: 690px) {
  .heading-03 {
    padding: 10px 0 8px;
    font-size: 18px;
    border-radius: 30px;
  }
}

.heading-04 {
  margin: 50px 0 20px 55px;
  padding-left: 60px;
  font-size: 32px;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 690px) {
  .heading-04 {
    margin: 30px 0 10px;
    padding-left: 30px;
    font-size: 16px;
  }
}

.heading-04:before {
  content: "";
  width: 54px;
  height: 31px;
  position: absolute;
  top: .25em;
  left: 0;
  background: url(/corporate/company/research/karaage2020/assets/img/icon_heading.png)left top/54px 31px no-repeat;
}

@media screen and (max-width: 690px) {
  .heading-04:before {
    width: 26px;
    height: 15px;
    background-size: 26px 15px;
  }
}

/* read */
.read-area {
  margin: 2px 0 25px;
  padding: 25px 0 20px;
  text-align: center;
  border-top: solid 2px #e71b19;
  border-bottom: solid 2px #e71b19;
}

@media screen and (max-width: 690px) {
  .read-area {
    margin: 10px 0 15px;
    padding: 25px 0 20px;
    text-align: center;
  }
}

.read-text {
  font-size: 26px;
  font-weight: bold
}

@media screen and (max-width: 690px) {
  .read-text {
    font-size: 17px;
    font-weight: bold
  }
}

.read-text span {
  font-size: 22px;
}

@media screen and (max-width: 690px) {
  .read-text span {
    font-size: 14px;
  }
}

/* text */
.text-note {
  font-size: 14px;
  color: #383838;
}

@media screen and (max-width: 690px) {
  .text-note {
    font-size: 12px;
  }
}

.text-super {
  font-size: 10px;
  vertical-align: super;
  font-weight: bold;
}

.text-bold {
  font-weight: bold;
}

/* figure */
.figure-wrap {
  text-align: center;
}

.figure-caprion {
  margin-top: 25px;
  text-align: left;
}

@media screen and (max-width: 690px) {
  .figure-caprion {
    width: 95.52%;
    margin: 15px auto 0;
  }
}

/* images */
.karaage-logo {
  width: 220px;
  height: 220px;
}

/* box */
.box {
  margin-top: 20px;
  background: #fff;
  border: solid 2px #e71b19;
}

@media screen and (max-width: 690px) {
  .box {
    margin-top: 15px;
    border-width: 1px;
  }
}

.box:first-of-type {
  margin-top: 40px;
}

@media screen and (max-width: 690px) {
  .box:first-of-type {
    margin-top: 20px;
  }
}

.box-inner {
  padding: 30px;
  display: block;
  word-break: normal;
}

@media screen and (max-width: 690px) {
  .box-inner {
    padding: 20px 8px;
  }
}

.box-heading {
  display: flex;
  align-items: center;
  color: #e71b19;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 690px) {
  .box-heading {
    padding: 0 4px0;
    align-items: flex-start;
    font-size: 16px;
  }
}

.box-heading__icon {
  width: 120px;
  height: auto;
  padding-right: 20px;
}

@media screen and (max-width: 690px) {
  .box-heading__icon {
    padding-right: 8px;
  }
}

.box-text {
  margin-top: 16px;
  padding-top: 20px;
  position: relative;
}

@media screen and (max-width: 690px) {
  .box-text {
    margin-top: 10px;
    padding: 10px 4px 0;
    font-size: 14px;
  }
}

.box-text__note {
  margin-top: 15px;
  font-size: 14px;
}

@media screen and (max-width: 690px) {
  .box-text__note {
    font-size: 12px;
  }
}

.box-text:before {
  content: "";
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #707070, #707070 5px, transparent 5px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 690px) {
  .box-text:before {
    height: 1px;
    background-image: linear-gradient(to right, #707070, #707070 2.5px, transparent 2.5px, transparent 10px);
    background-size: 5px 1px;
  }
}

@media screen and (max-width: 690px) {
  .box-heading__icon {
    width: 60px;
    height: auto;
  }
}

.box-mt {
  margin-top: 110px;
}

@media screen and (max-width: 690px) {
  .box-mt {
    margin-top: 60px;
  }
}

/* button */
.btn-pdf {
  width: 477px;
  margin: 28px auto 0;
  padding: 20px 0;
  display: block;
  background: #e71b19;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  border-radius: 6px;
  position: relative;
  -webkit-box-shadow: 3px 4px 0 0 rgba(0,0,0,.16);
  box-shadow: 3px 4px 0 0 rgba(0,0,0,.16);
}

@media screen and (max-width: 690px) {
  .btn-pdf {
    margin: 20px auto 0;
    max-width: 320px;
    width: 95.52%;
    padding: 12px 0 11px;
    font-size: 16px;
  }
}

.btn-pdf:after {
  content: "";
  width: 42px;
  height: 46px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  background: url(/corporate/company/research/karaage2020/assets/img/icon_pdf.png)left top/42px 46px no-repeat;
}

@media screen and (max-width: 690px) {
  .btn-pdf:after {
    width: 27px;
    height: 30px;
    background-size: 27px 30px;
  }
}

/* margin */
.mg-01 {
  margin-top: 20px;
}

@media screen and (max-width: 690px) {
  .mg-01 {
    margin-top: 15px;
  }
}

@media screen and (min-width: 691px) {
  .mg-02 {
    margin-bottom: 20px;
  }
}


/* other styles */
.karaage .research-inc {
  margin-top: 80px;
}

@media screen and (max-width: 690px) {
  .karaage .research-inc {
    margin-top: 0;
  }

}

.g-footer {
  margin-top: 0!important;
}

@media screen and (max-width: 690px) {
  .karaage .g-breadcrumbs {
    margin-top: 15px;
  }
}
