@charset "UTF-8";

html {
  font-size: 62.5%;
}

main {
  overflow-x: hidden;
}

.pcFoot img,
.pcHead img,
.spFoot img,
.spHead img {
  display: inline;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'Noto Sans JP', 'Lucida Grande', 'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  /* font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif */
}
.f-noto {
  font-family: 'Noto Sans JP', 'Lucida Grande', 'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

.en {
  font-family: 'Lato', sans-serif;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

mark {
  background: linear-gradient(transparent 70%, #fff100 70%);
  color: inherit;
}

main {
}

@media screen and (min-width: 768px) {
  main {
    min-width: 1024px;
  }
}

.c-container {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1228px;
  height: 100%;
  font-size: 1.6rem;
}

.c-container.\--768 {
  max-width: 768px;
}

.c-container.\--1200 {
  max-width: 1200px;
}

.c-container.\--tablet {
  max-width: 768px;
}

.c-container.\--small {
  max-width: 768px;
}

.c-container.\--large {
  max-width: 1200px;
}

.c-container.\--full {
  max-width: none;
}

.c-container.\--no-pad {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .c-container {
    padding: 0 29px;
    max-width: 100%;
    height: auto;
    font-size: 1.3rem;
  }
}

.c-footer-button {
  margin: 10px 0 50px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-footer-button {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 75px;
  }
}

.c-footer {
  display: block;
  padding: 6px 0;
  transition: 0.1s;
  background-color: #ccc;
}

.c-footer:hover {
  opacity: 0.8;
}

.c-footer_text {
  position: relative;
  font-size: 17px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-footer_text::before {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translate(-9px, 4px) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .page-top {
    bottom: 118px !important;
  }
}

/* c-mv
------------------------------ */
.c-mv {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  /* min-height: 547px; */
  padding: 12px 0 0 0;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}

.c-mv .publish {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  display: table;
  padding: 0 30px;
  width: 100%;
  margin-bottom: 34px;
}
.c-mv .publish > * {
  display: table-cell;
  vertical-align: middle;
}

.c-mv .publish h1 {
  font-size: 1.6rem;
  font-weight: 700;
  width: 202px;
}
.c-mv .publish h1 img {
  display: inline-block;
  margin-right: 8px;
}
.c-mv .publish p.text {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.c-mv .publish .button {
  width: 170px;
}
.c-mv .publish .c-button {
  width: 170px;
}

.c-mv .c-container {
  position: relative;
  z-index: 2;
}
.c-mv .c-container h2 {
  text-align: center;
  margin-bottom: 20px;
}
.c-mv .c-container h2 > * {
  margin: 0 auto;
}
.c-mv .c-container .movie > * {
  margin: 0 auto;
}

.c-mv .c-container .textArea p.catch {
  margin-bottom: 36px;
}
.c-mv .c-container .textArea p.text {
  font-size: 2rem;
  line-height: 1.75;
}
.c-mv .c-container .logo {
  margin-right: 140px;
}

main .cube {
  position: absolute;
  z-index: 1;
  animation: 3.5s Roll ease-in-out infinite;
}

main .cube span {
  display: block;
  animation: fuwaH 7s ease-in-out infinite alternate;
}

main .cube img {
  animation: huwaV 6s ease-in-out infinite alternate;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  main .cube span {
    display: block;
    animation: fuwaHp 7s ease-in-out infinite alternate;
  }

  *::-ms-backdrop,
  main .cube img {
    animation: huwaVp 6s ease-in-out infinite alternate;
  }
}

.c-mv #cube1 {
  top: 265px;
  right: 0px;
}

.c-mv #cube2 {
  top: 70px;
  right: 208px;
}

.c-mv #cube3 {
  top: -75px;
  left: 30px;
}

.c-mv #cube4 {
  bottom: 34px;
  left: 112px;
}

.c-mv #cube2 span {
  animation: fuwaH 9s ease-in-out infinite alternate;
}
.c-mv #cube2 img {
  animation: huwaV 3s ease-in-out infinite alternate;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .c-mv #cube2 span {
    animation: fuwaHp 9s ease-in-out infinite alternate;
  }

  *::-ms-backdrop,
  .c-mv #cube2 img {
    animation: huwaVp 3s ease-in-out infinite alternate;
  }
}

.c-mv #cube3 span {
  animation: fuwaH 4s ease-in-out infinite alternate;
}
.c-mv #cube3 img {
  animation: huwaV 9s ease-in-out infinite alternate;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .c-mv #cube3 span {
    animation: fuwaHp 4s ease-in-out infinite alternate;
  }

  *::-ms-backdrop,
  .c-mv #cube3 img {
    animation: huwaVp 9s ease-in-out infinite alternate;
  }
}

@media screen and (max-width: 767px) {
  .c-mv {
    overflow: visible;
    min-height: inherit;
    /* padding: 16px 0 69px 0; */
    padding: 16px 0 0 0;
    margin: 0;
    border-bottom: 0;
  }

  .c-mv .publish {
    display: block;
    padding: 0 15px;
    padding-bottom: 15px;
    /* margin-bottom: 40px; */
    border-bottom: 1px solid #ebebeb;
  }
  .c-mv .publish > * {
    display: block;
  }

  .c-mv .publish h1 {
    display: flex;
    align-items: center;
    padding: 0;
    width: auto;
    margin: 0 0 23px 0;
  }
  .c-mv .publish p.text {
    font-size: 1.4rem;
  }

  .c-mv .publish .c-button {
    display: none;
  }

  .c-mv .c-container {
    display: block;
  }

  .c-mv .c-container .movie {
    margin-left: -29px;
    margin-right: -29px;
  }

  .c-mv .c-container .textArea p.catch {
    margin-bottom: 36px;
  }
  .c-mv .c-container .textArea p.catch img {
    width: 100%;
  }
  .c-mv .c-container .textArea p.text {
    font-size: 1.4rem;
    line-height: 2;
  }
  .c-mv .c-container .logo {
    margin-top: 45px;
    margin-right: 0;
  }
  .c-mv .c-container .logo img {
    width: 41.3333333vw;
    margin: 0 auto;
  }

  .c-mv #cube1 {
    width: 45.0666667vw;
    height: 45.0666667vw;
    top: inherit;
    right: -14vw;
    bottom: -7.5vw;
  }

  .c-mv #cube2 {
    width: 25.6vw;
    height: 25.6vw;
    top: inherit;
    right: -7.2vw;
    bottom: 266px;
  }

  .c-mv #cube3 {
    width: 51.466666666vw;
    height: 51.466666666vw;
    top: 7.7vw;
    left: -21.866666666vw;
  }

  .c-mv #cube4 {
    width: 19.733333333vw;
    height: 19.733333333vw;
    bottom: 6vw;
    left: -1.2vw;
  }
}

/* globalNavigation
------------------------------ */
#globalNavigation {
  position: relative;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.05);
}

#globalNavigation.is-fixed {
  position: fixed;
}

#globalNavigation ul.navigation {
  display: table;
  width: 96%;
  margin: 0 auto;
}
#globalNavigation ul.navigation li {
  position: relative;
  display: table-cell;
  width: 14.2%;
  padding: 0;
  font-size: 1.5rem;
}
#globalNavigation ul.navigation li + li:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0px;
  width: 1px;
  height: 32px;
  border-left: 1px solid #e6e6e6;
  transition: 0.9s;
}

#globalNavigation ul.navigation li a {
  position: relative;
  display: block;
  text-align: center;
  color: #333;
  padding: 30px 20px;
  font-weight: 700;
}
#globalNavigation ul.navigation li + li a {
}
#globalNavigation ul.navigation li a:before {
  content: '';
  position: absolute;
  top: 43%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #dd2524;
  border-right: 2px solid #dd2524;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.5s;
}
#globalNavigation ul.navigation li a:hover:before {
  top: 50%;
}

#globalNavigation ul.navigation li.news a:before {
  border-top: 2px solid #dd2524 !important;
  border-right: 2px solid #dd2524 !important;
}
#globalNavigation ul.navigation li.concept a:before {
  border-top: 2px solid #03a19c !important;
  border-right: 2px solid #03a19c !important;
}
#globalNavigation ul.navigation li.mission a:before {
  border-top: 2px solid #87bd44 !important;
  border-right: 2px solid #87bd44 !important;
}
#globalNavigation ul.navigation li.works a:before {
  border-top: 2px solid #f29501 !important;
  border-right: 2px solid #f29501 !important;
}
#globalNavigation ul.navigation li.company a:before {
  border-top: 2px solid #dd2726 !important;
  border-right: 2px solid #dd2726 !important;
}
#globalNavigation ul.navigation li.link a:before {
  border-top: 2px solid #01a09b !important;
  border-right: 2px solid #01a09b !important;
}
#globalNavigation ul.navigation li.contact a:before {
  border-top: 2px solid #86bc42 !important;
  border-right: 2px solid #86bc42 !important;
}

@media screen and (max-width: 767px) {
  /* globalNavigation
	------------------------------ */
  #navi-overlay {
    transition: 0.5s;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(71, 71, 71, 0.5);
  }

  body.open .spHead,
  body.open .c-mv,
  body.open .c-sec,
  body.open .c-footer,
  body.open .spFoot {
    filter: blur(6px);
    will-change: filter;
  }

  /* globalNavigation
	------------------------------ */
  #globalNavigation {
    transition: 0.5s;
    position: fixed;
    z-index: 10001;
    top: 0;
    right: -100%;
    margin-left: auto;
    width: 80vw;
    height: 100vh;
    background: #fff;
    backface-visibility: hidden;
    perspective: 1000;
  }

  #globalNavigation.open {
    right: 0;
  }

  #globalNavigation .sidelogo {
    padding: 15px 20px;
  }

  #globalNavigation ul.navigation {
    display: block;
    width: auto;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #e6e6e6;
  }
  #globalNavigation ul.navigation li {
    display: block;
    width: auto;
    padding: 0;
    font-size: 1.5rem;
  }
  #globalNavigation ul.navigation li + li:before {
    display: none;
  }
  #globalNavigation ul.navigation li a {
    padding: 16px 20px;
    text-align: left;
  }
  #globalNavigation ul.navigation li + li a {
    border: 0;
    border-top: 1px solid #e6e6e6;
  }
  #globalNavigation ul.navigation li a:before {
    right: 15px;
    width: 8px;
    height: 8px;
    top: 48%;
    border-top: 2px solid #004ea2 !important;
    border-right: 2px solid #004ea2 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/* .c-sec
------------------------------ */
.c-sec {
  position: relative;
  padding-top: 40px;
  padding-bottom: 166px;
}

.c-sec .title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.35;
  color: #004ea2;
}

.c-sec .title._lv2 {
  position: relative;
  z-index: 1;
  padding-bottom: 35px;
  margin-bottom: 80px;
}
.c-sec .title._lv2 img,
.c-sec .title._lv2 span,
.c-sec .title._lv2 small {
  position: relative;
  z-index: 1;
}

.c-sec .title._lv2 small {
  font-size: 100%;
}

.c-sec .title._lv2 img {
  display: block;
  margin-bottom: 25px;
}

.c-sec .title._lv2:before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  content: '';
  width: 40px;
  border-bottom: 1px solid #004ea2;
}

.c-sec .title._lv2:after {
  position: absolute;
  content: '';
  z-index: 0;
  top: -40px;
  left: -64px;
  height: 116px;
  width: 1104px;
  max-width: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

#news .title:after {
  background-image: url('../image/news_background.svg');
}
#mission .title:after {
  background-image: url('../image/our_mission_background.svg');
}
#works .title:after {
  background-image: url('../image/works_background.svg');
}
#link .title:after {
  background-image: url('../image/link_background.svg');
}
#company .title:after {
  background-image: url('../image/company_background.svg');
}
#contact .title:after {
  background-image: url('../image/contact_background.svg');
}

@media screen and (max-width: 768px) {
  /* .c-sec
------------------------------ */
  .c-sec {
    position: relative;
    padding-top: 2.93vw;
    padding-bottom: 90px;
  }

  .c-sec .title._lv2 {
    position: relative;
    z-index: 1;
    padding-bottom: 6.933333333vw;
    margin-bottom: 9.333333333vw;
  }

  .c-sec .title._lv2 small {
    font-size: 1.3rem;
  }

  .c-sec .title._lv2 span img {
    width: auto;
    height: 8.8vw;
    margin-bottom: 5.866666666vw;
    margin-right: auto;
  }

  .c-sec .title._lv2:after {
    position: absolute;
    content: '';
    z-index: 0;
    top: -2.93vw;
    left: -29px;
    height: 15.466666666vw;
    width: 100vw;
    max-width: 100vw;
  }

  .c-sec .title._backlong._lv2:after {
    background-position: 50% 50%;
    background-size: 100% auto;
  }
}

/* .c-sec-main
------------------------------ */
.c-sec-main {
}

/* #news
------------------------------ */
#news ul.list {
  position: relative;
}

#news ul.list li {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
#news ul.list li:last-child {
  border-bottom: 0;
}
#news ul.list li a {
  display: block;
  text-decoration: none;
  padding: 26px;
  transition: 0.5s;
}
#news ul.list li a:hover {
  background-color: rgba(243, 243, 243, 0.79);
}
#news ul.list li a {
  background: url('../image/blank.svg') 98% 50% no-repeat;
}
#news ul.list li p.status {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  line-height: middle;
}
#news ul.list li p.status .category {
  display: inline-block;
  font-size: 1rem;
  color: #004ea2;
  border: 1px solid #004ea2;
  line-height: 1;
  padding: 6px 8px;
  margin-left: 4px;
}
#news ul.list li dl dt {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.8rem;
}
#news ul.list li dl dd {
  font-size: 1.3rem;
}

/* pc */
@media screen and (min-width: 768px) {
  #news {
    margin-top: 72px;
  }
  #news ul.list {
    z-index: 2;
    margin-left: 349px;
    margin-top: -231px;
  }
}

@media screen and (max-width: 768px) {
  /* #news
	------------------------------ */
  #news ul.list {
  }

  #news ul.list li a {
    padding: 20px 42px 20px 0;
  }
  #news ul.list li p.status {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
  #news ul.list li p.status .category {
    font-size: 1rem;
    padding: 6px 8px;
  }
  #news ul.list li dl dt {
    font-size: 1.6rem;
  }
  #news ul.list li dl dd {
    font-size: 1.3rem;
  }
}

/* #concept
------------------------------ */
#concept .p-top__title {
  position: relative;
  text-align: center;
}
#concept .p-top__title > span {
  display: block;
  margin: 0 auto 24px auto;
}
#concept .p-top__title img {
  margin: 0 auto;
}

#concept .p-top__title > span:after {
  content: '';
  display: inline-block;
  margin-top: 19px;
  width: 1px;
  height: 32px;
  border-left: 1px solid #004ea2;
}

#concept p.text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5;
  text-align: center;
  color: #004ea2;
  /* background: repeating-linear-gradient(
    0deg,
    #2da7e0 0 2.5em,
    #004ea2 2.5em 5em,
    #2da7e0 5em 7.5em,
    #004ea2 7.5em 10em,
    #2da7e0 10em 12.5em,
    #004ea2 12.5em 15em
  ); */
  background-clip: text;
  -webkit-background-clip: text;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #concept p.text span {
    color: #2da7e0;
  }

  *::-ms-backdrop,
  #concept p.text span.odd {
    color: #004ea2;
  }
}

.no-blank {
  background: transparent !important;
}

@media screen and (max-width: 768px) {
  /* #concept
	------------------------------ */
  #concept h2 {
    margin-bottom: 36px;
  }
  #concept h2 span {
    display: inline-block;
    margin: 0 auto 17px auto;
  }
  #concept h2 img {
    margin: 0 auto;
  }

  #concept p.text {
    font-size: 1.3rem;
    line-height: 2.5;
  }
}

/* #mission
------------------------------ */
#mission p.text {
  line-height: 2;
  margin-bottom: 13px;
  max-width: 795px;
}
#mission p.remarks {
  font-size: 1.3rem;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  #mission p.text {
    font-size: 1.3rem;
    margin-bottom: 13px;
  }
  #mission p.remarks {
    font-size: 1rem;
  }
}

/* #company
------------------------------ */
#company {
  background: #eee url('../image/company_background.jpg') 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
  margin-right: 65px;
  margin-bottom: 164px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

#company .outline {
  position: relative;
  box-sizing: border-box;
  width: 850px;
  padding: 35px;
  background: rgba(255, 255, 255, 0.5);
}
#company .outline:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#company .outline h3,
#company .outline table {
  position: relative;
  z-index: 1;
}

#company .outline table {
  border-top: 1px solid #d9d9d9;
}

#company .outline h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 14px;
}

#company .outline table th,
#company .outline table td {
  font-weight: 400;
  padding: 16px 0;
  text-align: left;
  border-bottom: 1px solid #d9d9d9;
}
#company .outline table th {
  width: 135px;
}
#company .outline table tr.address td {
  overflow: hidden;
}
#company .outline table tr.address td p {
  float: left;
}
#company .outline table tr.address td p:first-child {
  margin-right: 52px;
}

@media screen and (max-width: 768px) {
  /* #company
	------------------------------ */
  #company {
    background-position: 0% 50%;
    background-attachment: inherit;
    padding: 52px 0;
    margin-right: 0;
    margin-bottom: 84px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  #company .outline {
    width: 100%;
    padding: 27px 20px;
    background: rgba(255, 255, 255, 0.65);
  }

  #company .outline h3,
  #company .outline table {
    position: relative;
    z-index: 1;
  }

  #company .outline h3 {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }

  #company .outline {
    padding-top: 8px;
  }

  #company .outline table tbody,
  #company .outline table tr,
  #company .outline table th,
  #company .outline table td {
    display: block;
  }

  #company .outline table th {
    border-bottom: 0px;
  }

  #company .outline table th,
  #company .outline table td {
    padding: 0;
    font-size: 1.3rem;
  }
  #company .outline table th {
    font-weight: 700;
    width: auto;
  }
  #company .outline table tr.address th {
    padding-top: 8px;
    margin-bottom: 4px;
  }
  #company .outline table td {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  #company .outline table tr:last-child {
    margin-bottom: 0;
  }
  #company .outline table tr.address td p {
    float: none;
  }
  #company .outline table tr.address td p:first-child {
    margin-right: 0;
    margin-bottom: 6px;
  }
}

/* #link
------------------------------ */
#link ul.list {
  position: relative;
}

#link ul.list li {
  position: relative;
}
#link ul.list li a {
  display: block;
  text-decoration: none;
}
#link ul.list li dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  text-align: center;
  border-radius: 20px;
  height: 274.2px;
  margin-bottom: 20px;
  transition: 0.5s;
  position: relative;
}
#link ul.list li.bar dl dt {
  /*background: url('../image/sumadoribar_background.jpg') 50% 50% no-repeat;*/
    background-color: #f5f2e9;
}
#link ul.list li dl dt:after {
  content: '';
  width: 14px;
  display: block;
  height: 14px;
  background: url(../image/blank.svg) 0 0 no-repeat;
  position: absolute;
  right: 20px;
  top: 20px;
  background-size: cover;
}
#link ul.list li.bar dl dt:after {
  background: url(../image/blank.svg) 0 0 no-repeat;
  background-size: cover;
}

#link ul.list li a:hover dl dt {
  transform: scale(1.1);
}

#link ul.list li dl dd {
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  #link {
    padding-bottom: 106px;
  }
  #link ul.list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #link ul.list:after {
    content: '';
    width: 388px;
  }
  #link ul.list li {
    width: 388px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  #link ul.list li {
    position: relative;
    margin-bottom: 32px;
  }
  #link ul.list li:last-child {
    margin-bottom: 0;
  }

  #link ul.list li dl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-decoration: none;
  }
  #link ul.list li dl dt {
    background-position: 92% 6px;
    height: 28vw;
    margin-bottom: 0px;
    width: 48%;
    border-radius: 15px;
  }
  #link ul.list li dl dt img {
    max-height: 22.1vw;
    max-width: 25.6vw;
    width: auto;
    height: auto;
  }

  #link ul.list li a:hover dl dt {
    transform: scale(1);
  }

  #link ul.list li dl dt:after {
    width: 10px;
    height: 10px;
    right: 12px;
    top: 12px;
  }

  #link ul.list li dl dd {
    font-size: 1.2rem;
    width: 45%;
  }
}

/* #contact
------------------------------ */
#contact .c-container {
  position: relative;
  border: 3px solid #004ea2;
  border-radius: 30px;
  padding: 120px 0 78px 0;
}

#contact h2.title._lv2 {
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 40px;
}
#contact h2.title._lv2 img {
  margin-left: auto;
  margin-right: auto;
}
#contact h2.title._lv2:before {
  left: 50%;
  transform: translateX(-50%);
}

#contact h2.title._lv2:after {
  left: 50%;
  transform: translateX(-50%);
  width: 777px;
}

#contact p.text {
  color: #004ea2;
  text-align: center;
  line-height: 2;
  margin-bottom: 44px;
}

#contact p.more .c-button {
  margin: 0 auto;
  width: 446px;
  max-width: inherit;
  font-weight: 700;
}

.p-top__title {
  font-size: 35px;
  color: #24aba3;
  font-weight: 700;
  text-align: center;
  margin-bottom: 37px;
}

br.sp-only {
  display: none;
}

.p-top__smdr {
  display: inline;
}

.p-top__smdr__1 {
  color: #db2626;
}

.p-top__smdr__2 {
  color: #00a29a;
}

.p-top__smdr__3 {
  color: #86bd42;
}

.p-top__smdr__4 {
  color: #f39800;
}


@media screen and (max-width: 768px) {
  /* #contact
	------------------------------ */
  #contact .c-container {
    border-radius: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 42px 0 39px 0;
  }

  #contact h2.title._lv2 {
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
  #contact h2.title._lv2 img {
    margin-left: auto;
    margin-right: auto;
  }
  #contact h2.title._lv2:before {
    left: 50%;
    transform: translateX(-50%);
  }

  #contact h2.title._lv2:after {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-position: 50% 50%;
  }

  #contact p.text {
    padding: 0 17px;
    margin-bottom: 24px;
    text-align: left;
  }

  #contact p.more .c-button {
    margin: 0 auto;
    width: 69.33333vw;
    max-width: inherit;
    font-weight: 700;
  }

  #concept .p-top__title {
    font-size: 24px;
  }

  br.sp-only {
    display: block;
  }
}
