@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: none;
}

body {
  font-family: "メイリオ",/*"游ゴシック", YuGothic, */ "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 901px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
}
@media print {
	.sp {display: none !important}
}
input[type="text"],
textarea,
select {
  outline: none;
  box-sizing: border-box;
}
input[type="text"]:placeholder-shown,
textarea:placeholder-shown,
select:placeholder-shown {
  color: #999999;
}
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #999999;
}
input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #999999;
}
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #999999;
}
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #999999;
}

img {
  max-width: 100%;
  height: auto;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contents-inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 900px) {
  .contents-inner {
    padding: 0 5vw;
  }
}

.text-red {
  color: #FF1D25;
}
.al:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=70)";
	transition: 0.2s;
	/*text-decoration: none;*/
}

/* Header ---------------------------------------------*/
#globalHeader .contents-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  #globalHeader .contents-inner {
    padding: 0 15px;
  }
}

#globalHeader .contents-inner .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding-top: 30px;
}
@media screen and (max-width: 900px) {
  #globalHeader .contents-inner .logo {
    display: block;
    padding-top: 12px;
  }
  #globalHeader .contents-inner .logo a, #globalHeader .contents-inner .logo span {
    display: block;
  }
}
@media screen and (min-width: 901px) {
  #globalHeader .contents-inner .logo a {
    order: 1;
  }
}
@media print {
  #globalHeader .contents-inner .logo a {
    order: 1;
  }
}
@media screen and (max-width: 900px) {
  #globalHeader .contents-inner .logo a {
    margin-top: 10px;
  }
  #globalHeader .contents-inner .logo a img {
    width: 56vw;
  }
}

#globalHeader .contents-inner .logo .text1 {
  padding-left: 20px;
}
@media screen and (min-width: 901px) {
  #globalHeader .contents-inner .logo .text1 {
    font-size: 10px;
  }
}
@media screen and (max-width: 900px) {
  #globalHeader .contents-inner .logo .text1 {
    font-size: 18px;
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 901px) {
  #globalHeader .contents-inner .logo .text1 {
	order: 2;
  }
}
@media print {
  #globalHeader .contents-inner .logo .text1 {
    font-size: 6px;
    order: 2;
  }
}
@media screen and (max-width: 900px) {
  #globalHeader .contents-inner .logo .text1 {
    padding-left: 0;
  }
}

#globalHeader .contents-inner .logo .text2 {
  padding-left: 20px;
  padding-right: 10px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  #globalHeader .contents-inner .logo .text2 {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 901px) {
  #globalHeader .contents-inner .logo .text2 {
    font-size: 18px;
	letter-spacing: 0.1em; 
    order: 3;
  }
}
@media print {
  #globalHeader .contents-inner .logo .text2 {
    font-size:14px;
	order: 3;
  }
}
@media screen and (max-width: 900px) {
  #globalHeader .contents-inner .logo .text2 {
    margin-top: 10px;
    padding-left: 0;
  }
}
#globalHeader .contents-inner .logo .text2 b {
	font-size: 80%;
}

#globalHeader .contents-inner .contact a {
  display: block;
  padding: 20px 10px 10px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  color: #fff;
  text-decoration: none;
  background-color: #FF931E;
}
#globalHeader .contents-inner .contact a:hover {
  background-color: #FF6F00;
}
#globalHeader .contents-inner .contact a span {
  display: block;
}
@media screen and (min-width: 901px) {
  #globalHeader .contents-inner .contact a .text1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  #globalHeader .contents-inner .contact a .text1 {
    font-size: 21px;
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 900px) {
  #globalHeader .contents-inner .contact a .text1 {
    padding-left: 6vw;
	  padding-bottom: 1vw;
    line-height: 1.5;
    background: url("../images/common/header-mail.png") no-repeat left center;
    background-size: 5vw auto;
  }
}

#globalHeader .contents-inner .contact a .text2 {
  margin: 3px 1px 5px;
  padding: 5px 0 ;
  border: 1px solid #fff;
  text-align: center;
}
@media screen and (min-width: 901px) {
  #globalHeader .contents-inner .contact a .text2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  #globalHeader .contents-inner .contact a .text2 {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}


/* Navi ---------------------------------------------*/
#globalNavi {
  padding: 30px 0 40px;
}
@media screen and (max-width: 900px) {
  #globalNavi {
    padding: 15px 0;
  }
}
#globalNavi ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}

#globalNavi ul li {
  width: 22.2%;
}
@media screen and (max-width: 900px) {
  #globalNavi ul li {
    width: 24%;
  }
}
#globalNavi ul li.current a {
  font-weight: bold;
}
#globalNavi ul li.current a::before {
  background: #3fa9f5;
}
#globalNavi ul li a {
  position: relative;
  display: block;
  padding-bottom: 7px;
  text-align: center;
  color: #3FA9F5;
  text-decoration: none;
}
@media screen and (min-width: 901px) {
  #globalNavi ul li a {
    font-size: 19px;
	letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 900px) {
  #globalNavi ul li a {
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 900px) {
  #globalNavi ul li a {
    line-height: 1.4;
    font-weight: bold;
  }
}
@media print {
  #globalNavi ul li a {
    font-size: 16px;
  }
}
#globalNavi ul li a .artisan {
	font-size: 80%;
}
#globalNavi ul li a:hover {
  font-weight: bold;
}
#globalNavi ul li a:hover::before {
  background: #3fa9f5;
}
#globalNavi ul li a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 5px;
  background: rgba(63, 169, 245, 0.5);
}
@media screen and (max-width: 900px) {
  #globalNavi ul li a::before {
    height: 8px;
  }
}

@media screen and (min-width: 901px) {
  #contents {
    min-height: calc(100vh - 400px);
  }
}
#contents .section-title {
  max-width: 1080px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding-left: 70px;
  background: url("../images/common/sec-title-bg.png") no-repeat;
  background-size: 100% 50px;
  color: #fff;
  line-height: 55px;
}
@media screen and (min-width: 901px) {
  #contents .section-title {
    font-size: 28px;
	letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 900px) {
  #contents .section-title {
    font-size: 30px;
    font-size: 4vw;
  }
}
@media screen and (max-width: 900px) {
  #contents .section-title {
    width: calc(100% - 10vw);
    margin: 10px 5vw 0;
    padding-left: 13vw;
    line-height: 35px;
    background: url("../images/common/sec-title-bg-sp.png") no-repeat;
    background-size: 100% 35px;
  }
}

.to-top {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .to-top {
    padding: 0 5vw;
  }
}
.to-top a {
  padding-left: 30px;
  color: #000;
  text-decoration: none;
  background: url("../images/common/arrow-top-blue.png") no-repeat left center;
}
@media screen and (min-width: 901px) {
  .to-top a {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .to-top a {
    font-size: 20px;
    font-size: 3vw;
  }
}
.to-top a:hover {
  text-decoration: underline;
}


/* Footer ---------------------------------------------*/
#globalFooter {
  padding: 30px 0 10px;
  text-align: center;
  color: #fff;
  background-color: #3FA9F5;
}
@media screen and (max-width: 900px) {
  #globalFooter {
    padding: 3vw 2vw 5vw;
    text-align: left;
  }
}
#globalFooter .contents-inner {
  position: relative;
}
#globalFooter .contents-inner .instagram {
  position: absolute;
  left: 2em;
  bottom: 40px;
}
@media screen and (max-width: 900px) {
  #globalFooter .contents-inner .instagram {
    position: static;
    text-align: center;
  }
}
#globalFooter .contents-inner .instagram a {
  color: #fff;
  text-decoration: none;
}
#globalFooter .contents-inner .instagram span {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-family: Arial;
}
@media screen and (min-width: 901px) {
  #globalFooter .contents-inner .instagram span {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  #globalFooter .contents-inner .instagram span {
    font-size: 18px;
    font-size: 2.4vw;
  }
}
#globalFooter .logo a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  #globalFooter .logo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
  }
  #globalFooter .logo a img {
    width: 24vw;
	  display: block;
	  margin-top: 2vw;
  }
}
#globalFooter .logo a span {
  display: block;
  margin-top: 15px;
}
@media screen and (min-width: 901px) {
  #globalFooter .logo a span {
    font-size: 16px;
  }
  #globalFooter .logo a span .corp {
	display: inline;
  }
}
@media screen and (max-width: 900px) {
  #globalFooter .logo a span {
    font-size: 34px;
    font-size: 6vw;
	  letter-spacing: 0.2em;
  }
  #globalFooter .logo a span .corp {
	  display: inline;
    font-size: 28px;
    font-size: 4vw;
	  letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 900px) {
  #globalFooter .logo a span {
    margin: 0 0 0 3vw;
  }
}


#globalFooter .lisence-number {
  margin-top: 30px;
}
@media screen and (min-width: 901px) {
  #globalFooter .lisence-number {
    font-size: 10px;
  }
}
@media screen and (max-width: 900px) {
  #globalFooter .lisence-number {
    font-size: 16px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 900px) {
  #globalFooter .lisence-number {
    margin: 5vw 1.5vw 2.4vw;
  }
}
#globalFooter .address {
  margin-top: 10px;
}
@media screen and (min-width: 901px) {
  #globalFooter .address {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  #globalFooter .address {
    font-size: 20px;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 900px) {
  #globalFooter .address {
    margin-top: 5px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 900px) {
  #globalFooter .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    display: -webkit-flex;
    flex-wrap: nowrap;
    margin-top: 5vw;
  }
}
#globalFooter .copyright {
  margin-top: 30px;
}
@media screen and (min-width: 901px) {
  #globalFooter .copyright {
    font-size: 10px;
  }
}
@media screen and (max-width: 900px) {
  #globalFooter .copyright {
    font-size: 14px;
    font-size: 1.8666666667vw;
  }
}
@media screen and (max-width: 900px) {
  #globalFooter .copyright {
    margin-top: 0;
  }
}

/*--------------------------
SUB
----------------------------*/
body.sub #contents .contents-inner {
  padding: 0 80px;
}
@media screen and (max-width: 900px) {
  body.sub #contents .contents-inner {
    padding: 0 5vw;
  }
}

/*--------------------------
HOME
----------------------------*/
body.home #contents .c-mv img {
  width: 100%;
}
@media screen and (min-width: 901px) {
  body.home #contents .c-mv img {
	  max-width: 1280px;
	  display: block;
	  margin: 0 auto;
  }
  body.home #contents .c-mv {
		background: #9FD0FF;
		width: 100%;
	}
}
body.home #contents .c-box01 {
  padding: 20px 0 30px;
}
body.home #contents .c-box01 .sentence .text1 {
  line-height: 1.6;
  color: #3FA9F5;
  text-align: center;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 901px) {
  body.home #contents .c-box01 .sentence .text1 {
    font-size: 32px;
  }
}
@media print {
  body.home #contents .c-box01 .sentence .text1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .sentence .text1 {
    font-size: 48px;
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 901px) {
  body.home #contents .c-box01 .sentence .text1 span:nth-of-type(1) {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .sentence .text1 span:nth-of-type(1) {
    font-size: 30px;
    font-size: 4vw;
  }
}
body.home #contents .c-box01 .sentence .text1 span:nth-of-type(2) {
  display: inline-block;
  padding: 5px;
  background-color: #3FA9F5;
  color: #fff;
  line-height: 1.2;
}
body.home #contents .c-box01 .text2 {
  text-align: right;
}
@media screen and (min-width: 901px) {
  body.home #contents .c-box01 .text2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .text2 {
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .text2 {
    text-align: center;
  }
}
@media screen and (min-width: 901px) {
  body.home #contents .c-box01 .text2 span {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .text2 span {
    font-size: 18px;
    font-size: 2.4vw;
  }
}
body.home #contents .c-box01 .list {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .list {
    margin-top: 40px;
  }
}
body.home #contents .c-box01 .list-title {
  text-align: center;
}
@media screen and (min-width: 901px) {
  body.home #contents .c-box01 .list-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .list-title {
    font-size: 16px;
    font-size: 2.1333333333vw;
  }
}
body.home #contents .c-box01 .list-inner {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 15px;
}
body.home #contents .c-box01 .list-inner > div {
  position: relative;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .list-inner > div {
    width: 30%;
  }
}
body.home #contents .c-box01 .list-inner > div:not(:last-child)::before {
  content: '';
  position: absolute;
  right: -35px;
  top: 105px;
  width: 23px;
  height: 28px;
  background: url("../images/common/arrow-right-blue.png");
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .list-inner > div:not(:last-child)::before {
    top: 14vw;
    right: -3.5vw;
    width: 2.3vw;
    height: 2.8vw;
    background-size: 100% auto;
  }
}
body.home #contents .c-box01 .list-inner > div .thumbnail img {
  width: 100%;
}
body.home #contents .c-box01 .list-inner > div .item-title {
  margin-top: 10px;
  text-align: center;
  color: #3FA9F5;
  font-weight: bold;
}
@media screen and (min-width: 901px) {
  body.home #contents .c-box01 .list-inner > div .item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .list-inner > div .item-title {
    font-size: 24px;
    font-size: 3.2vw;
  }
}

body.home #contents .c-box01 .contact-information {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .contact-information {
    margin-top: 30px;
  }
}
body.home #contents .c-box01 .contact-information .contact-title {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 901px) {
  body.home #contents .c-box01 .contact-information .contact-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .contact-information .contact-title {
    font-size: 30px;
    font-size: 4vw;
  }
}
@media print {
  body.home #contents .c-box01 .contact-information .contact-title {
    font-size: 18px;
  }
}

body.home #contents .c-box01 .contact-information .banner a {
  display: block;
  width: 809px;
  height: 87px;
  margin: 15px auto 0;
  background: url("../images/top/contact-banner.png") no-repeat left top;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .contact-information .banner a {
    width: 100%;
    height: auto;
    background: transparent !important;
  }
}
body.home #contents .c-box01 .contact-information .banner a:hover {
  background: url("../images/top/contact-banner-on.png") no-repeat right bottom;
}
body.home #contents .c-box01 .contact-information .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 15px;
  padding: 20px;
  border-top: 2px solid #FF931E;
  border-bottom: 2px solid #FF931E;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .contact-information .tel {
    display: block;
    padding: 10px;
  }
}
body.home #contents .c-box01 .contact-information .tel .text > span {
  display: block;
  text-align: right;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .contact-information .tel .text > span {
    text-align: center;
  }
}
@media screen and (min-width: 901px) {
  body.home #contents .c-box01 .contact-information .tel .text > span.text1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .contact-information .tel .text > span.text1 {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 900px) and (min-width: 901px) {
  body.home #contents .c-box01 .contact-information .tel .text > span.text1 span {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  body.home #contents .c-box01 .contact-information .tel .text > span.text1 span {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}

body.home #contents .c-box01 .contact-information .tel .text > span.text2 {
  margin-top: 8px;
}
@media screen and (min-width: 901px) {
  body.home #contents .c-box01 .contact-information .tel .text > span.text2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .contact-information .tel .text > span.text2 {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .contact-information .tel .text > span.text2 {
    display: none;
  }
}
body.home #contents .c-box01 .contact-information .tel .number {
  padding-left: 10px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .contact-information .tel .number {
    padding: 10px 0 0 0;
    text-align: center;
  }
}

/*--------------------------
ABOUT
----------------------------*/
body.about #contents .sub-title {
  color: #3FA9F5;
  text-align: center;
}
@media screen and (min-width: 901px) {
  body.about #contents .sub-title {
    font-size: 33px;
  }
}
@media screen and (max-width: 900px) {
  body.about #contents .sub-title {
    font-size: 48px;
    font-size: 6.4vw;
  }
}
body.about #contents .c-box01 .sub-title {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  body.about #contents .c-box01 .sub-title {
    margin-top: 15px;
  }
}
body.about #contents .c-box01 p {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (min-width: 901px) {
  body.about #contents .c-box01 p {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  body.about #contents .c-box01 p {
    font-size: 20px;
    font-size: 4vw;
	  line-height: 1.75;
  }
}
@media screen and (max-width: 900px) {
  body.about #contents .c-box01 p {
    margin-top: 20px;
  }
}
body.about #contents .c-box01 .name {
  margin-top: 50px;
  padding-right: 80px;
  text-align: right;
}
@media screen and (min-width: 901px) {
  body.about #contents .c-box01 .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  body.about #contents .c-box01 .name {
    font-size: 20px;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 900px) {
  body.about #contents .c-box01 .name {
    margin-top: 25px;
    padding-right: 0;
  }
}
body.about #contents .c-box02 img {
	display: block;
	margin: 5em auto 3em;
}

body.about #contents .c-box02 {
  margin-top: 120px;
}
@media screen and (max-width: 900px) {
  body.about #contents .c-box02 {
    margin-top: 70px;
  }
}
body.about #contents .c-box02 table {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  body.about #contents .c-box02 table {
    width: 100%;
  }
}
body.about #contents .c-box02 table th, body.about #contents .c-box02 table td {
  padding: 10px 0;
  line-height: 2;
}
@media screen and (min-width: 901px) {
  body.about #contents .c-box02 table th, body.about #contents .c-box02 table td {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  body.about #contents .c-box02 table th, body.about #contents .c-box02 table td {
    font-size: 21px;
    font-size: 2.8vw;
	  line-height: 1.25;
  }
}
body.about #contents .c-box02 table th {
  color: #3FA9F5;
  padding-left: 30px;
  text-align: left;
}
body.about #contents .c-box02 table.new220119 th {
	width: 8.5em;
}
@media screen and (max-width: 900px) {
  body.about #contents .c-box02 table th {
    padding-left: 0;
	  width: 6em;
  }
}
body.about #contents .c-box02 table td {
  padding-left: 10px;
}
body.about #contents .c-box02 table td ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
body.about #contents .c-box02 table td ul li span:nth-of-type(1) {
  width: 4em;
}
body.about #contents .c-box02 table td ul li span:nth-of-type(2) {
  padding-left: 10px;
}

/*bosyu --------------------------------------------*/
body.about #contents .c-box03 {
  margin-top: 50px;
  padding: 30px 0;
  text-align: center;
  background-color: #FADCE9;
}
@media screen and (max-width: 900px) {
  body.about #contents .c-box03 {
    margin-top: 25px;
    padding: 30px 0;
  }
}
body.about #contents .c-box03 .title {
  color: #FF1D25;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 901px) {
	body.about #contents .c-box03 .title .staff {
		font-size: 50%;
		letter-spacing: 0.05em;
	}
}
@media screen and (max-width: 900px) {
	body.about #contents .c-box03 .title .staff {
		font-size: 70%;
		letter-spacing: 0.05em;
	}
}
@media screen and (min-width: 901px) {
  body.about #contents .c-box03 .title {
    font-size: 38px;
  }
}
@media screen and (max-width: 900px) {
  body.about #contents .c-box03 .title {
    font-size: 44px;
    font-size: 5.8666666667vw;
  }
}
body.about #contents .c-box03 .bosyu {
  margin-top: 30px;
}
@media screen and (min-width: 901px) {
  body.about #contents .c-box03 .bosyu a {
    display: block;
    max-width: 810px;
    width: 100%;
    height: 88px;
    margin: 0 auto;
    background: url("../images/about/bosyu-banner.png") no-repeat;
  }
  body.about #contents .c-box03 .bosyu a:hover {
    background: url("../images/about/bosyu-banner-on.png") no-repeat right bottom;
    background-size: 100% 85px;
  }
}
body.about #contents .c-box03 p {
  margin-top: 20px;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 901px) {
  body.about #contents .c-box03 p {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  body.about #contents .c-box03 p {
    font-size: 21px;
	font-size: 4.5vw;
	line-height: 1.5;
	font-weight: bold;
  }
}
@media screen and (max-width: 900px) {
  body.about #contents .c-box03 p {
    margin-top: 15px;
  }
}

/*--------------------------
CONTACT
----------------------------*/
@media screen and (max-width: 900px) {
	input, textarea {
		font-size:16px;
	}
}
body.contact #contents .thanks-message {
  margin-top: 40px;
  text-align: center;
  line-height: 2;
	margin-bottom: 100px;
}
@media screen and (min-width: 901px) {
  body.contact #contents .thanks-message {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  body.contact #contents .thanks-message {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
body.contact #contents .form-list {
  margin-top: 40px;
  padding: 0 35px;
}
body.contact #contents .form-list.confirm .form-content {
  padding: 15px;
}
@media screen and (min-width: 901px) {
  body.contact #contents .form-list.confirm .form-content {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  body.contact #contents .form-list.confirm .form-content {
    font-size: 21px;
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 900px) {
  body.contact #contents .form-list {
    margin-top: 20px;
    padding: 0 5vw;
  }
}
body.contact #contents .form-list > div {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  body.contact #contents .form-list > div {
    display: block;
  }
}
body.contact #contents .form-list > div:not(:first-child) {
  margin-top: 20px;
}
body.contact #contents .form-list > div.tel .form-content {
  padding-top: 8px;
}
body.contact #contents .form-list > div .form-title {
  flex-shrink: 0;
  width: 215px;
  padding: 10px 15px 15px;
  background: rgba(63, 169, 245, 0.54);
}
@media screen and (max-width: 900px) {
  body.contact #contents .form-list > div .form-title {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
}
@media screen and (min-width: 901px) {
  body.contact #contents .form-list > div .form-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  body.contact #contents .form-list > div .form-title {
    font-size: 21px;
    font-size: 2.8vw;
  }
}
body.contact #contents .form-list > div .form-title .must {
  color: #FF1D25;
}
body.contact #contents .form-list > div .form-content {
  flex-grow: 1;
  padding-left: 25px;
}
body.contact #contents .form-list > div .form-content .err {
  color: #FF1D25 !important;
}
@media screen and (max-width: 900px) {
  body.contact #contents .form-list > div .form-content {
    padding: 10px 5vw;
  }
}
body.contact #contents .form-list > div .form-content input[type="text"],
body.contact #contents .form-list > div .form-content input[type="tel"],
body.contact #contents .form-list > div .form-content input[type="email"] {
  width: 320px;
  padding: 0 10px;
  border: 1px solid #CCCCCC;
  height: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  body.contact #contents .form-list > div .form-content input[type="text"],
  body.contact #contents .form-list > div .form-content input[type="tel"],
  body.contact #contents .form-list > div .form-content input[type="email"] {
    width: 100%;
  }
}
@media screen and (min-width: 901px) {
  body.contact #contents .form-list > div .form-content input[type="text"].short,
  body.contact #contents .form-list > div .form-content input[type="tel"].short,
  body.contact #contents .form-list > div .form-content input[type="email"].short {
    width: 190px;
  }
  body.contact #contents .form-list > div .form-content input[type="text"].short02,
  body.contact #contents .form-list > div .form-content input[type="tel"].short02,
  body.contact #contents .form-list > div .form-content input[type="email"].short02 {
    width: 260px;
  }
  body.contact #contents .form-list > div .form-content input[type="text"].mid,
  body.contact #contents .form-list > div .form-content input[type="tel"].mid,
  body.contact #contents .form-list > div .form-content input[type="email"].mid {
    width: 440px;
  }
  body.contact #contents .form-list > div .form-content input[type="text"].long,
  body.contact #contents .form-list > div .form-content input[type="tel"].long,
  body.contact #contents .form-list > div .form-content input[type="email"].long {
    width: 475px;
  }
}
body.contact #contents .form-list > div .form-content textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
body.contact #contents .form-list > div .form-content span {
  display: block;
  margin-top: 5px;
  color: #999999;
}
@media screen and (min-width: 901px) {
  body.contact #contents .form-list > div .form-content span {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  body.contact #contents .form-list > div .form-content span {
    font-size: 16px;
    font-size: 2.1333333333vw;
  }
}
body.contact #contents .form-list > div .form-content .address-list > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
body.contact #contents .form-list > div .form-content .address-list > div:not(:first-child) {
  margin-top: 20px;
}
body.contact #contents .form-list > div .form-content .address-list > div.prefecture div.sp {
  width: 120px;
  margin-left: 15px;
}
@media screen and (max-width: 500px) {
  body.contact #contents .form-list > div .form-content .address-list > div.prefecture div.sp {
    width: 60px;
  }
}
body.contact #contents .form-list > div .form-content .address-list > div .address-title {
  padding-right: 10px;
}
@media screen and (min-width: 901px) {
  body.contact #contents .form-list > div .form-content .address-list > div .address-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  body.contact #contents .form-list > div .form-content .address-list > div .address-title {
    font-size: 18px;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 900px) {
  body.contact #contents .form-list > div .form-content .address-list > div .address-title {
    white-space: nowrap;
  }
}
@media screen and (max-width: 900px) {
  body.contact #contents .form-list > div .form-content .address-list > div .address-content {
    flex-grow: 1;
  }
}
body.contact #contents .form-list > div .form-content .address-list > div .btn {
  margin-left: 15px;
}
body.contact #contents .form-list > div .form-content .address-list > div .btn a {
  display: block;
  width: 120px;
  height: 30px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  background: url("../images/common/gradation-bg.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 901px) {
  body.contact #contents .form-list > div .form-content .address-list > div .btn a {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  body.contact #contents .form-list > div .form-content .address-list > div .btn a {
    font-size: 18px;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 500px) {
  body.contact #contents .form-list > div .form-content .address-list > div .btn a {
    width: 60px;
  }
}
body.contact #contents .form-list > div .form-content .email-box span {
  color: #3FA9F5;
}
@media screen and (max-width: 900px) {
  body.contact #contents .form-list > div .form-content .email-box span {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
}
body.contact #contents .form-list > div .form-content .email-box.box02 {
  margin-top: 10px;
}
body.contact #contents .form-list > div .form-content .check-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
body.contact #contents .form-list > div .form-content .check-list label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 33.3%;
}
@media screen and (min-width: 901px) {
  body.contact #contents .form-list > div .form-content .check-list label {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  body.contact #contents .form-list > div .form-content .check-list label {
    font-size: 31px;
    font-size: 4.1333333333vw;
  }
}
@media screen and (max-width: 900px) {
  body.contact #contents .form-list > div .form-content .check-list label {
    width: 50%;
  }
  body.contact #contents .form-list > div .form-content .check-list label:nth-of-type(2) {
    margin-top: 0;
  }
  body.contact #contents .form-list > div .form-content .check-list label:nth-of-type(3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  body.contact #contents .form-list > div .form-content .check-list label {
    width: 100%;
  }
  body.contact #contents .form-list > div .form-content .check-list label:nth-of-type(2) {
    margin-top: 20px;
  }
}
body.contact #contents .form-list > div .form-content .check-list label:not(:nth-of-type(-n+3)) {
  margin-top: 20px;
}
body.contact #contents .form-list > div .form-content .check-list label input {
  margin: 0;
}
body.contact #contents .form-list > div .form-content .check-list label span {
  margin: 0 0 0 5px;
  color: #000;
}
body.contact #contents .text {
  margin-top: 50px;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 901px) {
  body.contact #contents .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  body.contact #contents .text {
    font-size: 21px;
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 900px) {
  body.contact #contents .text {
    margin-top: 30px;
  }
}
body.contact #contents .submit-btn {
  margin-top: 40px;
	margin-bottom: 40px;
  text-align: center;
}
body.contact #contents .submit-btn input {
  display: inline-block;
  -webkit-appearance: none;
  width: 480px;
  height: 50px;
  color: #fff;
  background: url("../images/common/gradation-bg.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  border-color: transparent;
}
@media screen and (min-width: 901px) {
  body.contact #contents .submit-btn input {
    font-size: 25px;
  }
}
@media screen and (max-width: 900px) {
  body.contact #contents .submit-btn input {
    font-size: 33px;
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 900px) {
  body.contact #contents .submit-btn input {
    width: 100%;
  }
}
body.contact #contents .submit-btn input:hover {
  cursor: pointer;
}
body.contact #contents .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 50px;
	margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  body.contact #contents .btn-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
  }
  body.contact #contents .btn-group form {
    width: 49%;
  }
}
body.contact #contents .btn-group input {
  display: inline-block;
  -webkit-appearance: none;
  width: 230px;
  height: 50px;
  color: #fff;
  background: url("../images/common/gradation-bg.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  border-color: transparent;
}
@media screen and (min-width: 901px) {
  body.contact #contents .btn-group input {
    font-size: 25px;
  }
}
@media screen and (max-width: 900px) {
  body.contact #contents .btn-group input {
    font-size: 33px;
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 900px) {
  body.contact #contents .btn-group input {
    width: 100%;
  }
}
body.contact #contents .btn-group input:hover {
  cursor: pointer;
}
body.contact #contents .btn-group input.back {
  margin-right: 10px;
  background: transparent;
  border: 1px solid #3FA9F5;
  color: #3FA9F5;
}

/*--------------------------
FLOW
----------------------------*/
body.flow #contents .c-box01 .sentence img {
	display: block;
	margin: 2.5em auto;
	text-align: center;
}
body.flow #contents .c-box01 .sentence .text1 {
  line-height: 1.6;
  color: #3FA9F5;
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 901px) {
  body.flow #contents .c-box01 .sentence .text1 {
    font-size: 32px;
  }
}
@media print {
  body.flow #contents .c-box01 .sentence .text1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  body.flow #contents .c-box01 .sentence .text1 {
    font-size: 36px;
    font-size: 6vw;
	line-height: 1.3;
  }
}
@media screen and (min-width: 901px) {
  body.flow #contents .c-box01 .sentence .text1 span:nth-of-type(1) {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  body.flow #contents .c-box01 .sentence .text1 span:nth-of-type(1) {
    font-size: 30px;
    font-size: 4vw;
  }
}

body.flow #contents .sp-box {
  margin-top: 15px;
}
body.flow #contents .sp-box .sp-text1 {
  color: #FF1D25;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 901px) {
  body.flow #contents .sp-box .sp-text1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 900px) {
  body.flow #contents .sp-box .sp-text1 {
    font-size: 48px;
    font-size: 6.4vw;
  }
}
body.flow #contents .sp-box .sp-text2 {
  text-align: center;
}
@media screen and (max-width: 900px) and (min-width: 901px) {
  body.flow #contents .sp-box .sp-text2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  body.flow #contents .sp-box .sp-text2 {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 900px) and (min-width: 901px) {
  body.flow #contents .sp-box .sp-text2 span {
    font-size: 17px;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  body.flow #contents .sp-box .sp-text2 span {
    font-size: 17px;
    font-size: 2.2666666667vw;
  }
}

body.flow #contents .text1 {
  margin-top: 10px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 901px) {
  body.flow #contents .text1 {
    font-size: 33px;
  }
}
@media screen and (max-width: 900px) {
  body.flow #contents .text1 {
    font-size: 33px;
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 900px) {
  body.flow #contents .text1 {
    margin-top: 0;
  }
}
body.flow #contents .text70 {
	font-size: 70%;
}

body.flow #contents .text2 {
  margin-top: 10px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 901px) {
  body.flow #contents .text2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  body.flow #contents .text2 {
    font-size: 18px;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 900px) {
  body.flow #contents .text2 {
    margin-top: 15px;
  }
}

body.flow #contents .arrow {
  padding: 45px 0;
  text-align: center;
}
@media screen and (max-width: 900px) {
  body.flow #contents .arrow {
    padding: 20px 0;
  }
}
body.flow #contents .box {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}
body.flow #contents .box .box-title {
  color: #FF1D25;
  text-align: center;
	border-bottom: dotted #3FA9F5 1px;
	letter-spacing: 0.25em;
}
@media screen and (min-width: 901px) {
  body.flow #contents .box .box-title {
    font-size: 38px;
	line-height: 1.4;
  }
}
@media screen and (max-width: 900px) {
  body.flow #contents .box .box-title {
    font-size: 48px;
    font-size: 6.4vw;
	line-height: 1.4;
	}
}
body.flow #contents .box .media-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  body.flow #contents .box .media-box {
    margin-top: 20px;
    padding: 0 3vw;
  }
}
@media screen and (max-width: 900px) {
  body.flow #contents .box .media-box .thumbnail {
    flex-shrink: 0;
    width: 40%;
  }
}
@media screen and (min-width: 901px) {
  body.flow #contents .box .media-box .thumbnail {
    flex-shrink: 0;
    width: 40%;
  }
}
body.flow #contents .box .media-box .thumbnail .caption {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #3FA9F5;
  font-weight: bold;
}
@media screen and (min-width: 901px) {
  body.flow #contents .box .media-box .thumbnail .caption {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  body.flow #contents .box .media-box .thumbnail .caption {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
body.flow #contents .box .media-box .content {
  flex-grow: 1;
  padding-left: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 900px) {
  body.flow #contents .box .media-box .content {
    padding: 5px 0 0 3vw;
  }
}
body.flow #contents .box .media-box .content p {
  line-height: 1.6;
}
@media screen and (min-width: 901px) {
  body.flow #contents .box .media-box .content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  body.flow #contents .box .media-box .content p {
    font-size: 18px;
    font-size: 2.4vw;
  }
}
body.flow #contents .box .media-box .content p:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  body.flow #contents .box .media-box .content p:not(:first-child) {
    margin-top: 20px;
  }
}
body.flow #contents .box .media-box .content .link {
  margin-top: 20px;
  text-align: right;
}
body.flow #contents .box .media-box .content .link a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 901px) {
  body.flow #contents .box .media-box .content .link a {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  body.flow #contents .box .media-box .content .link a {
    font-size: 21px;
    font-size: 2.8vw;
  }
}
body.flow #contents .box .media-box .content .link a:hover {
  text-decoration: undelrine;
}
body.flow #contents .arrow02 {
  padding-bottom: 20px;
}
@media screen and (min-width: 901px) {
  body.flow #contents .box02 .media-box .content .box-text1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 900px) {
  body.flow #contents .box02 .media-box .content .box-text1 {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
body.flow #contents .box02 .media-box .content .box-text2 {
  margin-top: 20px !important;
}
@media screen and (min-width: 901px) {
  body.flow #contents .box02 .media-box .content .box-text2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  body.flow #contents .box02 .media-box .content .box-text2 {
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 900px) {
  body.flow #contents .box02 .media-box .content .box-text2 {
    margin-top: 10px !important;
  }
}
body.flow #contents .box02 .media-box .content .box-text3 {
  margin-top: 20px !important;
}
@media screen and (min-width: 901px) {
  body.flow #contents .box02 .media-box .content .box-text3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 900px) {
  body.flow #contents .box02 .media-box .content .box-text3 {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 900px) {
  body.flow #contents .box02 .media-box .content .box-text3 {
    margin-top: 10px !important;
  }
}

/*--------------------------
WORKS
----------------------------*/
body.works #contents .c-box01 p {
  margin-top: 25px;
  line-height: 1.75;
}
@media screen and (min-width: 901px) {
  body.works #contents .c-box01 p {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  body.works #contents .c-box01 p {
    font-size: 21px;
    font-size: 4vw;
	line-height: 1.75;
  }
}
@media screen and (max-width: 900px) {
  body.works #contents .c-box01 p {
    margin-top: 15px;
  }
}

body.works #contents .c-box02 .sub-title,
body.works #contents .c-box03 .sub-title {
  color: #3FA9F5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 901px) {
  body.works #contents .c-box02 .sub-title,
  body.works #contents .c-box03 .sub-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 900px) {
  body.works #contents .c-box02 .sub-title,
  body.works #contents .c-box03 .sub-title {
    font-size: 52px;
    font-size: 6.9333333333vw;
  }
}
body.works #contents .c-box02 p,
body.works #contents .c-box03 p {
  margin: 2em 1.5em;
  line-height: 1.75;
}
@media screen and (min-width: 901px) {
  body.works #contents .c-box02 p,
  body.works #contents .c-box03 p {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  body.works #contents .c-box02 p,
  body.works #contents .c-box03 p {
    font-size: 21px;
    font-size: 4vw;
    line-height: 1.75;
  }
}
@media screen and (max-width: 900px) {
  body.works #contents .c-box02 p,
  body.works #contents .c-box03 p {
    margin-top: 20px;
  }
}
body.works #contents .c-box02 .contents-inner {
  padding-top: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  body.works #contents .c-box02 .contents-inner {
    padding-top: 40px;
  }
}

body.works #contents .c-box02 .list {
  margin-top: 30px;
  display: flex;
  justify-content: space-around; /* 初期値 space-between */
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  body.works #contents .c-box02 .list {
    display: block;
    margin-top: 15px;
  }
}

body.works #contents .c-box02 .list > div {
  position: relative;
}
@media screen and (max-width: 900px) {
  body.works #contents .c-box02 .list > div {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
  }
  body.works #contents .c-box02 .list > div:not(:first-child) {
    margin-top: 10px;
  }
}

body.works #contents .c-box02 .list > div:not(:last-child)::before {
  content: '';
  position: absolute;
  right: -40px;
  top: 80px;
  width: 23px;
  height: 28px;
  background: url("../images/common/arrow-right-blue.png");
}
@media screen and (max-width: 900px) {
  body.works #contents .c-box02 .list > div:not(:last-child)::before {
    content: none;
  }
}
@media screen and (max-width: 900px) {
  body.works #contents .c-box02 .list > div .thumbnail {
    order: 2;
    width: 60%;
  }
  body.works #contents .c-box02 .list > div .thumbnail span {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
}
body.works #contents .c-box02 .list > div .thumbnail > img {
  width: 100%;
}

body.works #contents .c-box02 .list > div .item-title {
  margin-top: 10px;
  text-align: center;
  color: #3FA9F5;
  font-weight: bold;
}
@media screen and (min-width: 901px) {
  body.works #contents .c-box02 .list > div .item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  body.works #contents .c-box02 .list > div .item-title {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 900px) {
  body.works #contents .c-box02 .list > div .item-title {
    position: relative;
    top: -2vw;
    order: 1;
    padding-right: 5vw;
  }
}


body.works #contents .c-box02 .list2 {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  body.works #contents .c-box02 .list2 {
    display: block;
    margin-top: 15px;
  }
}

body.works #contents .c-box02 .list2 > div {
  position: relative;
  margin-right: 60px;
}
@media screen and (max-width: 900px) {
  body.works #contents .c-box02 .list2 > div {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
  }
  body.works #contents .c-box02 .list2 > div:not(:first-child) {
    margin-top: 10px;
  }
}

body.works #contents .c-box02 .list2 > div:not(:last-child)::before {
  content: '';
  position: absolute;
  right: -45px;
  top: 80px;
  width: 23px;
  height: 28px;
  background: url("../images/common/arrow-right-blue.png");
}
@media screen and (max-width: 900px) {
  body.works #contents .c-box02 .list2 > div:not(:last-child)::before {
    content: none;
  }
}
@media screen and (max-width: 900px) {
  body.works #contents .c-box02 .list2 > div .thumbnail {
    order: 2;
    width: 60%;
  }
  body.works #contents .c-box02 .list2 > div .thumbnail span {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
}
body.works #contents .c-box02 .list2 > div .thumbnail > img {
  width: 100%;
}

body.works #contents .c-box02 .list2 > div .item-title {
  margin-top: 10px;
  text-align: center;
  color: #3FA9F5;
  font-weight: bold;
}
@media screen and (min-width: 901px) {
  body.works #contents .c-box02 .list2 > div .item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  body.works #contents .c-box02 .list2 > div .item-title {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 900px) {
  body.works #contents .c-box02 .list2 > div .item-title {
    position: relative;
    top: -2vw;
    order: 1;
    padding-right: 5vw;
  }
}


body.works #contents .c-box03 {
  margin-top: 125px;
  padding-bottom: 80px;
}
@media screen and (max-width: 900px) {
  body.works #contents .c-box03 {
    margin-top: 45px;
    padding-bottom: 40px;
  }
}


/*--------------------------
COMMON CONTACT
----------------------------*/
#contents .c-box01 .contact-information {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
#contents .c-box01 .contact-information {
    margin-top: 30px;
  }
}
#contents .c-box01 .contact-information .contact-title01 {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
	color: red;
}
@media screen and (min-width: 901px) {
#contents .c-box01 .contact-information .contact-title01 {
    font-size: 38px;
  }
}
@media screen and (max-width: 900px) {
#contents .c-box01 .contact-information .contact-title01 {
    font-size: 48px;
    font-size: 8vw;
  }
}
@media print {
#contents .c-box01 .contact-information .contact-title01 {
    font-size: 18px;
  }
}

#contents .c-box01 .contact-information .banner a {
  display: block;
  width: 809px;
  height: 87px;
  margin: 15px auto 0;
  background: url("../images/top/contact-banner.png") no-repeat left top;
}
@media screen and (max-width: 900px) {
#contents .c-box01 .contact-information .banner a {
    width: 100%;
    height: auto;
    background: transparent !important;
  }
}
#contents .c-box01 .contact-information .banner a:hover {
  background: url("../images/top/contact-banner-on.png") no-repeat right bottom;
}
#contents .c-box01 .contact-information .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 15px;
  padding: 20px;
  border-top: 2px solid #FF931E;
  border-bottom: 2px solid #FF931E;
}
@media screen and (max-width: 900px) {
#contents .c-box01 .contact-information .tel {
    display: block;
    padding: 10px;
  }
}
#contents .c-box01 .contact-information .tel .text > span {
  display: block;
  text-align: right;
}
@media screen and (max-width: 900px) {
#contents .c-box01 .contact-information .tel .text > span {
    text-align: center;
  }
}
@media screen and (min-width: 901px) {
#contents .c-box01 .contact-information .tel .text > span.text3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
#contents .c-box01 .contact-information .tel .text > span.text3 {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 900px) and (min-width: 901px) {
#contents .c-box01 .contact-information .tel .text > span.text3 span {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
#contents .c-box01 .contact-information .tel .text > span.text3 span {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}

#contents .c-box01 .contact-information .tel .text > span.text2 {
  margin-top: 8px;
}
@media screen and (min-width: 901px) {
#contents .c-box01 .contact-information .tel .text > span.text2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
#contents .c-box01 .contact-information .tel .text > span.text2 {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 900px) {
#contents .c-box01 .contact-information .tel .text > span.text2 {
    display: none;
  }
}
#contents .c-box01 .contact-information .tel .number {
  padding-left: 10px;
}
@media screen and (max-width: 900px) {
#contents .c-box01 .contact-information .tel .number {
    padding: 10px 0 0 0;
    text-align: center;
  }
}
@media screen and (min-width: 901px) {
	a[href^="tel:"] {
    pointer-events: none;
	}
}

#contents .c-box01 .contact-information .text2 {
  margin-top: 10px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 901px) {
#contents .c-box01 .contact-information .text2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
#contents .c-box01 .contact-information .text2 {
    font-size: 18px;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 900px) {
#contents .c-box01 .contact-information .text2 {
    margin-top: 15px;
  }
}
