@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: 600;
}

.is-android h1,
.is-android h2,
.is-android h3,
.is-android h4,
.is-android h5,
.is-android h6 {
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: 600;
}

.is-android table th {
  font-weight: bold;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

a:not([class]) {
  color: inherit;
}

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

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    width: 1600px;
    margin: 0;
  }

  @page {
    margin: 0;
    size: 11in 14.028in;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

html {
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
}

html:not(.is-visible) {
  opacity: 0;
}

body {
  transition: opacity 0.3s ease;
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.container {
  overflow: hidden;
}

.hidden {
  display: none;
}

.trans {
  transition: opacity 0.26s ease;
  opacity: 1;
  text-decoration: none;
}

.trans:hover {
  opacity: 0.8;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.first-view {
  transition: opacity 0.26s;
  opacity: 0;
}

.wf-active .first-view {
  opacity: 1;
}

.pointer-none {
  pointer-events: none;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }

  body {
    font-size: 0.15rem;
    line-height: 1.7333333333;
  }

  .container {
    min-width: 1260px;
  }

  main {
    margin-top: -32px;
  }

  .wrapper {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 13.3333333333vw;
  }

  html::-webkit-scrollbar {
    display: none;
  }

  .has-menu {
    position: fixed;
    width: 100%;
  }

  body {
    font-size: 0.24rem;
    line-height: 1.6666666667;
  }

  .container {
    min-width: 320px;
  }

  main {
    margin-top: -0.26rem;
  }

  .wrapper {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }

  .md {
    display: none !important;
  }
}

.button-hamburger {
  position: absolute;
  z-index: 99;
  cursor: pointer;
}

.button-hamburger > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.4s ease;
  border-bottom: 0.02rem solid #fff;
}

@media only screen and (max-width: 767.98px) {
  .button-hamburger {
    top: 0.27rem;
    right: 0.3rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    background-color: #0fb7c9;
  }

  .button-hamburger > span {
    width: 0.3rem;
    margin-left: -0.15rem;
  }

  .button-hamburger > span:nth-child(1) {
    margin-top: -0.15rem;
  }

  .button-hamburger > span:nth-child(2) {
    margin-top: -0.01rem;
  }

  .button-hamburger > span:nth-child(3) {
    margin-top: 0.13rem;
  }

  .button-hamburger.is-active > span {
    width: 0.3rem;
    margin-top: 0;
  }

  .button-hamburger.is-active > span:nth-child(1) {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .button-hamburger.is-active > span:nth-child(2) {
    opacity: 0;
  }

  .button-hamburger.is-active > span:nth-child(3) {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.navigation .navigation-menu {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.navigation .navigation-menu a {
  text-decoration: none;
}

.navigation .menu-link {
  cursor: pointer;
}

@media print, (min-width: 768px) {
  .navigation {
    display: block !important;
    height: auto !important;
    margin-left: auto;
    opacity: 1 !important;
  }

  .navigation .navigation-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .navigation .navigation-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 28px 0 0;
    padding-left: 0;
    font-size: 0.14rem;
    font-weight: 300;
    letter-spacing: 0.025em;
  }

  .navigation .navigation-menu > li {
    position: relative;
    z-index: 5;
    margin-left: 29px;
  }

  .navigation .navigation-menu > li:first-child {
    margin-right: 13px;
    margin-left: 0;
  }

  .navigation .navigation-menu .menu-link {
    display: block;
    color: #333;
    font-size: 0.14rem;
    font-weight: 300;
  }

  .navigation .navigation-menu .menu-link.is-active::after {
    visibility: visible;
    opacity: 1;
  }
}

@media only screen and (max-width: 767.98px) {
  .navigation {
    display: none;
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 1.5rem;
    background: #fff;
  }

  .navigation .navigation-content {
    position: relative;
    min-height: 100%;
    padding: 0 0.5rem 0.92rem;
  }

  .navigation .navigation-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  .navigation .button-hamburger {
    top: 0.25rem;
    margin-top: -0.25rem;
  }

  .navigation .button-hamburger > span {
    width: 0.43rem;
    margin-left: -0.33rem;
    background: #fff;
  }

  .navigation .button-hamburger > span:nth-child(1) {
    top: 0.29rem;
    -ms-transform: translateY(0.08rem) rotate(-43deg);
    transform: translateY(0.08rem) rotate(-43deg);
  }

  .navigation .button-hamburger > span:nth-child(2) {
    opacity: 0;
  }

  .navigation .button-hamburger > span:nth-child(3) {
    -ms-transform: translateY(-0.08rem) rotate(44deg);
    transform: translateY(-0.08rem) rotate(44deg);
  }

  .navigation-menu {
    position: relative;
    padding-top: 0.16rem;
  }

  .navigation-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 0.1rem solid #c3edf1;
  }

  .navigation-menu > li {
    position: relative;
    padding: 0.17rem 0 0.21rem;
    border-bottom: 1px dashed #000;
  }

  .navigation-menu > li::after {
    content: "";
    position: absolute;
    top: 48%;
    left: -1px;
    width: 0.32rem;
    height: 0.32rem;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/common/menu_icn_01.svg") center/contain no-repeat;
  }

  .is-android .navigation-menu > li::after {
    top: 51%;
  }

  .navigation-menu .menu-link {
    display: block;
    position: relative;
    padding: 0.06rem 0.5rem 0.06rem 0.51rem;
    transition: opacity 0.26s;
    opacity: 1;
    color: #333;
    font-size: 0.35rem;
  }

  .navigation-menu .menu-link:hover {
    opacity: 0.8;
  }
}

@media print, (min-width: 768px) {
  .navigation .navigation-menu > li:hover .menu-link::after {
    visibility: visible;
    opacity: 1;
  }

  .navigation-menu .menu-link {
    position: relative;
  }

  .navigation-menu .menu-link::after {
    content: "";
    visibility: hidden;
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 100%;
    min-width: 58px;
    height: 1px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity 0.26s ease, visibility 0.26s ease;
    border-bottom: 2px solid #0fb7c9;
    opacity: 0;
  }
}

header {
  position: relative;
  z-index: 999;
}

header .header-logo {
  display: block;
}

header .header-logo a {
  display: block;
  width: 100%;
}

header .wrapper {
  width: 100%;
}

@media print, (min-width: 768px) {
  header {
    min-width: 1260px;
  }

  header .logo-page {
    width: 254px;
  }

  header .logo-text {
    width: 208px;
    margin: 8px 0 0 6px;
  }

  header .wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1366px;
    padding: 17px 43px 42px 25px;
  }

  header .header-content {
    margin: 0 0 0 auto;
  }
}

@media only screen and (max-width: 767.98px) {
  header .header-logo {
    position: relative;
    width: 4.6rem;
  }

  header .wrapper {
    padding: 0.26rem 0.21rem 0.41rem;
  }
}

.button-top {
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  right: 0.22rem;
  overflow: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  cursor: pointer;
  pointer-events: auto;
}

.button-top img {
  display: block;
  width: 100%;
  height: 100%;
}

.button-top.is-show {
  visibility: visible;
  opacity: 1;
}

@media print, (min-width: 768px) {
  .button-top {
    bottom: 80px;
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-top {
    bottom: 1.06rem;
    width: 0.82rem;
    height: 0.82rem;
  }
}

footer {
  background-color: #f2f2f2;
  text-align: center;
}

footer .footer-info,
footer .footer-logo {
  display: block;
}

footer .footer-text {
  color: #000;
}

footer .footer-map {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #000;
  color: #000;
}

footer .footer-small {
  display: block;
  position: relative;
  color: #fff;
  letter-spacing: 0.025em;
  text-align: center;
}

footer .footer-small::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 500%;
  height: 100%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0fb7c9;
}

footer .small-text {
  display: block;
  position: relative;
}

@media print, (min-width: 768px) {
  footer .footer-list {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    padding: 19px 0;
    list-style-type: none;
  }

  footer .footer-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 500%;
    height: 100%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
  }

  footer .footer-list > li {
    position: relative;
    padding: 0 15px;
  }

  footer .footer-list .link {
    display: block;
    color: #333;
    font-size: 0.14rem;
  }

  footer .footer-content {
    padding-top: 69px;
    padding-bottom: 59px;
  }

  footer .footer-info {
    width: 435px;
    margin: 0 auto 39px;
  }

  footer .footer-logo {
    width: 315px;
    margin: 0 auto 40px;
  }

  footer .footer-text {
    margin-bottom: 6px;
  }

  footer .footer-address {
    /*margin-bottom: 30px;*/
    margin-bottom: 10px;
    font-size: 0.14rem;
  }

  footer .footer-map {
    width: 100px;
    min-height: 27px;
    padding: 2px 5px;
    font-size: 0.11rem;
  }

  .is-mac footer .footer-map {
    padding-top: 2px;
  }

  footer .footer-small {
    padding: 22px 0 21px;
    font-size: 0.11rem;
  }
}

@media only screen and (max-width: 767.98px) {
  footer .footer-content {
    padding-top: 1.53rem;
    padding-bottom: 0.87rem;
  }

  footer .footer-info {
    width: 6.4rem;
    margin: 0 auto 0.58rem;
  }

  footer .footer-logo {
    width: 4.76rem;
    margin: 0 auto 0.69rem;
  }

  footer .footer-text {
    margin-bottom: 0.12rem;
    font-size: 0.3rem;
  }

  footer .footer-address {
    margin-bottom: 0.28rem;
    font-size: 0.24rem;
    line-height: 1.6666666667;
  }

  footer .footer-map {
    width: 1.94rem;
    min-height: 0.52rem;
    margin-bottom: 0.63rem;
    padding: 0.06rem 0.2rem;
    font-size: 0.21rem;
  }

  .is-android.is-chrome footer .footer-map {
    padding-top: 0.02rem;
  }

  footer .footer-small {
    padding: 0.23rem 0 0.24rem;
    font-size: 0.2rem;
  }

  footer .footer-mail {
    display: block;
    width: 1.04rem;
    margin: 0 auto;
    border-radius: 50%;
  }

  footer .footer-mail img {
    border-radius: 50%;
  }
}

.footer-tel {
	color: #0fb7c9;
	text-decoration: none;
	font-weight: 600;
	display: block;
	font-size: 22px;
	margin-bottom: 30px;
}
.footer-tel img {
	display:inline-block;
	width:30px;
	margin:0 8px 5px 0;
}
.footer-insta {
	display: block;
}
@media print, (min-width: 768px) {
	.footer-insta {
		width: 50px;
		margin:30px auto 50px;
	}
}
@media only screen and (max-width: 767.98px) {
	.icn-flex {
		display:flex;
		align-items:center;
		justify-content:center;
		flex-wrap:wrap;
	}
	.icn-flex .footer-mail {
		margin:0 10px;
	}
	.footer-insta {
		margin:0 10px;
		width: 0.85rem;
	}
}

.title-common-secondary {
  margin: 0;
  padding: 0;
  color: #000;
  text-align: center;
}

@media print, (min-width: 768px) {
  .title-common-secondary {
    margin-bottom: 53px;
    font-size: 0.22rem;
    line-height: 1.65;
  }

  .title-common-secondary.is-philosophy {
    margin-bottom: 21px;
  }

  .title-common-secondary.is-information {
    margin-bottom: 16px;
  }

  .title-common-secondary.is-group {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    margin-bottom: 0.42rem;
    font-size: 0.35rem;
  }

  .title-common-secondary.is-group {
    margin-bottom: 0.23rem;
  }
}

.title-common-tertiary {
  width: auto;
}

.title-common-tertiary img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .title-common-tertiary {
    height: 36px;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-common-tertiary {
    height: 0.5rem;
    margin-bottom: 0.27rem;
  }
}

.button-common-primary {
  display: table;
  margin: 0 auto;
  font-weight: 600;
  text-align: center;
}

.is-android .button-common-primary {
  font-weight: bold;
}

.button-common-primary.is-light {
  background-color: #fff;
  color: #0fb7c9;
}

.button-common-primary.is-sky {
  background-color: #0fb7c9;
  color: #fff;
}

@media print, (min-width: 768px) {
  .button-common-primary {
    min-width: 300px;
    min-height: 45px;
    padding: 6px 20px 3px;
    border-radius: 20px;
    font-size: 0.16rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    min-width: 5rem;
    min-height: 0.92rem;
    padding: 0.22rem 0.2rem 0.16rem;
    border-radius: 0.34rem;
    font-size: 0.29rem;
  }

  .is-android .button-common-primary {
    padding-top: 0.2rem;
  }
}

.section-common-keyvisual {
  position: relative;
}

.section-common-keyvisual .wrapper {
  position: relative;
}

.section-common-keyvisual .keyvisual-image {
  position: absolute;
}

.section-common-keyvisual .keyvisual-title {
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .section-common-keyvisual {
    min-height: 358px;
    padding: 145px 0 50px;
    background: url(../img/common/keyvisual_bg.png) center/cover no-repeat;
  }

  .section-common-keyvisual .keyvisual-image {
    top: -65px;
    right: 67px;
    width: 200px;
    height: 200px;
  }

  .section-common-keyvisual .keyvisual-title {
    width: 400px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    min-height: 3.58rem;
    padding: 1.29rem 0 0.5rem;
    background: url(../img/common/sp/keyvisual_bg.png) center/cover no-repeat;
  }

  .section-common-keyvisual .keyvisual-image {
    top: -0.54rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
  }

  .section-common-keyvisual .keyvisual-title {
    width: 4.2rem;
    margin-left: 0.54rem;
  }
}

.breadcrumb-common {
  color: #333;
  font-weight: 300;
}

.breadcrumb-common .breadcrumb-wrapper {
  margin: 0;
  padding: 0;
}

.breadcrumb-common .breadcrumb-item,
.breadcrumb-common .item-wrapper {
  display: inline;
  position: relative;
  margin: 0;
  padding: 0;
  letter-spacing: 0.025em;
}

.breadcrumb-common .breadcrumb-item:not(:last-child)::after {
  content: ">";
  display: inline-block;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1;
}

.breadcrumb-common .item-wrapper {
  color: #333;
  text-decoration: none;
}

@media only screen and (max-width: 767.98px) {
  .breadcrumb-common {
    padding: 0.31rem 0 0.1rem;
    font-size: 0.23rem;
  }

  .breadcrumb-common .breadcrumb-wrapper {
    line-height: 1.3043478261;
  }

  .breadcrumb-common .wrapper {
    padding: 0 0.3rem 0 0.45rem;
  }

  .breadcrumb-common .breadcrumb-item:not(:last-child)::after {
    margin: 0 0.09rem;
    -ms-transform: translateY(-0.02rem);
    transform: translateY(-0.02rem);
  }

  .is-android.is-chrome .breadcrumb-common .breadcrumb-item:not(:last-child)::after {
    -ms-transform: translateY(0.01rem);
    transform: translateY(0.01rem);
  }
}

@media print, (min-width: 768px) {
  .breadcrumb-common {
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 0.13rem;
  }

  .breadcrumb-common .wrapper {
    width: 100%;
    max-width: 1356px;
    padding-left: 31px;
  }

  .breadcrumb-common .breadcrumb-wrapper {
    max-width: 876px;
  }

  .breadcrumb-common .breadcrumb-item:not(:last-child)::after {
    margin: 0 6px;
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}

p {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .section-common-keyvisual .keyvisual-image {
    top: -50px;
    right: 33px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual .keyvisual-image {
    top: -0.55rem;
    right: 1.66rem;
  }
}

.section-company-profile .image-thumbnail {
  border-radius: 50%;
}

.section-company-profile .inner-content {
  text-align: justify;
}

.section-company-profile .content-detail > p:last-child {
  margin-bottom: 0;
}

.section-company-profile .content-author {
  margin: 0;
  padding: 0;
  color: #000;
  letter-spacing: 0.025em;
  text-align: right;
}

.section-company-group .group-image img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.section-company-group .group-link {
  display: block;
}

.section-company-group .group-link img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
}

.section-company-group .group-text {
  margin: 0;
  padding: 0;
  text-align: center;
}

.section-company-group .group-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media print, (min-width: 768px) {
  .section-company-profile {
    padding-top: 14px;
    padding-bottom: 65px;
  }

  .section-company-profile .profile-corporate {
    margin-bottom: 92px;
  }

  .section-company-profile .corporate-inner {
    display: -ms-flexbox;
    display: flex;
  }

  .section-company-profile .image-thumbnail {
    width: 375px;
    height: 375px;
    margin-right: 28px;
  }

  .section-company-profile .inner-content {
    -ms-flex: 1;
    flex: 1;
    margin-right: 15px;
    padding-top: 3px;
  }

  .section-company-profile .content-detail {
    margin-bottom: 30px;
  }

  .section-company-profile .content-detail p {
    margin-bottom: 26px;
  }

  .section-company-profile .content-detail p.is-text {
    margin-right: -10px;
  }

  .section-company-profile .content-author {
    margin-right: -4px;
    font-size: 0.16rem;
    line-height: 1.625;
  }

  .section-company-information {
    padding-bottom: 74px;
  }

  .section-company-information .information-table {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 2;
  }

  .section-company-information .information-table dt {
    width: 150px;
    padding: 16px 0 13px;
    border-bottom: 1px solid #ccc;
  }

  .section-company-information .information-table dd {
    width: calc(100% - 150px);
    padding: 16px 21px 13px;
    border-bottom: 1px solid #ccc;
  }

  .section-company-group {
    padding-bottom: 116px;
  }

  .section-company-group .group-text {
    margin-bottom: 27px;
  }

  .section-company-group .group-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-company-group .group-image {
	  /*height: 82px;*/
    height: 115px;
    margin-bottom: 45px;
  }

  .section-company-group .group-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -10px;
    padding: 0 185px;
  }

  .section-company-group .group-item {
    padding: 8px 10px;
  }

  .section-company-group .group-link {
    height: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-company-profile {
    padding-top: 0.5rem;
    padding-bottom: 1.29rem;
  }

  .section-company-profile .image-thumbnail {
    width: 5.1rem;
    height: 5.1rem;
    margin: 0 auto 0.36rem;
  }

  .section-company-profile .inner-content {
    margin-bottom: 1.01rem;
  }

  .section-company-profile .content-detail {
    margin-bottom: 0.35rem;
    padding: 0 0.1rem;
    font-size: 0.28rem;
    line-height: 1.6071428571;
  }

  .section-company-profile .content-detail:last-child {
    margin-bottom: 0;
  }

  .section-company-profile .content-detail p {
    margin-bottom: 0.45rem;
  }

  .section-company-profile .content-author {
    padding-right: 0.09rem;
    font-size: 0.26rem;
    line-height: 1.7307692308;
  }

  .section-company-information {
    padding-bottom: 0.65rem;
  }

  .section-company-information .wrapper {
    padding: 0 0.5rem;
  }

  .section-company-information .information-table {
    font-size: 0.28rem;
    line-height: 1;
  }

  .section-company-information .information-table dt {
    margin-bottom: 0.21rem;
    font-weight: 600;
  }

  .is-android .section-company-information .information-table dt {
    font-weight: bold;
  }

  .section-company-information .information-table dd {
    display: block;
    margin-bottom: 0.31rem;
    padding-bottom: 0.31rem;
    border-bottom: 1px dashed #000;
    line-height:1.4;
  }

  .section-company-group {
    padding-bottom: 1.2rem;
  }

  .section-company-group .group-image {
    /*height: 2.1rem;*/
    height: 2.5rem;
    margin-bottom: 0.51rem;
  }

  .section-company-group .group-text {
    font-size: 0.28rem;
    line-height: 1.6071428571;
  }

  .section-company-group .group-top {
    margin-bottom: 0.37rem;
  }

  .section-company-group .group-list {
    margin: 0 -0.2rem;
  }

  .section-company-group .group-item {
    padding: 0.2rem 0.2rem 0.22rem;
  }

  .section-company-group .group-link {
    height: 0.8rem;
  }
}


.section-common-lc {
	background: #83ccd2;
}
.section-common-lc .txt-box .area-link {
	color: #fff;
}
.section-common-lc .txt-box h4 {
	text-align:center;
	font-weight: 600;
}
.section-common-lc .txt-box .area-link {
	text-align:center;
}
.section-common-lc .txt-box .area-link a {
    display: block;
    background: #37b9bd;
    color: #fff;
    font-weight: 600;
}
@media print, (min-width: 768px) {
	.section-common-lc {
		padding: 60px 0;
		margin-top: 50px;
	}
	.section-common-lc .wrapper {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		width: 1000px;
	}
	.section-common-lc .main-img {
		width: 20%;
		filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .5));
	}
	.section-common-lc .txt-box {
		width: 70%;
	}
	.section-common-lc .txt-box h3 {
		width: 80%;
		margin: 0 auto 25px;
	}
	.section-common-lc .txt-box p {
		font-size: 15px;
		line-height: 1.9;
	}
	.section-common-lc .txt-box h4 {
		margin: 30px 0;
		font-size: 25px;
	}
	.section-common-lc .txt-box .area-link a {
		width: 90%;
		margin: auto;
		filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, .3));
		border-radius: 30px;
		font-size: 28px;
		padding: 25px 0;
	}
	.section-common-lc .txt-box .area-link p {
		margin-top: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.section-common-lc {
		padding: 40px 0;
		margin-top: 20px;
	}
	.section-common-lc .wrapper {
		padding-left: 0.55rem;
		padding-right: 0.55rem;
	}
	.section-common-lc .flex {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.section-common-lc .main-img {
		width: 35%;
		filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .5));
	}
	.section-common-lc .flex h3 {
		width: 55%;
	}
	.section-common-lc .txt-box p {
		font-size: 14px;
		line-height: 1.7;
	}
	.section-common-lc .txt-box h4 {
		margin: 30px 0;
		font-size: 20px;
	}
	.section-common-lc .txt-box .area-link a {
		filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, .3));
        border-radius: 20px;
        font-size: 22px;
        padding: 20px 5px;
	}
	.section-common-lc .txt-box .area-link p {
		margin-top: 30px;
		font-size: 12px;
	}
}