﻿@charset "UTF-8";

* {
	padding: 0px;
	margin: 0px;
	outline: none;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	border: 0px;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	color: #333333;
	cursor: default;
	font-family: 'Noto Sans JP', sans-serif , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 1.5;
	word-wrap: break-word;
}

img {
	max-width:100%;
	height:auto;
	vertical-align: bottom;
	border: 0;
}

a {
	color: #0000ff;
}
a:hover,
a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
}

a img {
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	font-size: 16px; font-size: 1.6rem;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

.header {
	width: 100%;
}

.main img {
	width: 100%;
}

.contents {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.contents-inner {
	max-width: 960px;
	width: 90%;
	margin: 0 auto;
	padding: 2em 0;
}
.campaign-number {
  text-align: right;
  margin-bottom: 30px;
}
h2 {
  text-align: center;
  margin-bottom: 60px;
  color: #514f4e;
}
h2 span {
  display: block;
}
h2 span.main {
  font-size: 36px;
  position: relative;
}
h2 span.main::after {
  content: '';
  width: 130px;
  height: 2px;
  margin: 15px auto 20px;
  background-color: #9fa0a0;
  display: block;
}
h2 span.sub {
  font-size: 22px;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
h2 {
    margin-bottom: 30px;
}
h2 span.main {
    font-size: 26px;
}
h2 span.sub {
    font-size: 20px;
}
}






.sec-1 {
	background-color: #edede8 ;
	background-repeat: no-repeat;
	background-position: center bottom;
  padding-top: 30px;
}
.sec-1 .features {
  width: 750px;
  margin: 0 auto;
}
.sec-1 .features .box {
  background: #fff;
  padding: 30px 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  display: flex;
  box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 10%);
}
.sec-1 .features .box .no-area {
  width: 5%;
  margin-right: 3%;
  text-align: center;
  font-size: 40px;
  color: #776535;
  font-family: "Oswald", serif;
  font-weight: 500;
}
.sec-1 .features .box .main-area {
  width: 92%;
  border-left: 1px solid #e1dbcc;
  padding-left: 4%;
}
.sec-1 .features .box .main-area img {
  display: inline-block;
  margin: 20px 5% 20px;
  width: 90%;
}
.sec-1 .features .box .main-area .atten {
  margin: 0 10% 20px;
  width: 80%;
  font-size: 18px;
}
.sec-1 .features .box .main-area a.btn {
  display: inline-block;
  border: #968047 1px solid;
  border-radius: 50px;
  padding: 5px 30px;
  color: #968047;
  text-decoration: none;
  font-size: 16px;
}
.sec-1 .features .box .main-area.flex-item-cnter {
  display: flex;
  align-items: center;
}
.sec-1 .features .box .main-area p, .sec-1 .features .box .main-area ul li {
  font-size: 18px;
  color: #3e3a39
}
.sec-1 .features .box .main-area span {
  display: inline-block;
  line-height: 130%;
  font-size: 150%;
  font-weight: 500
}
.sec-1 .features .box .main-area span.mgn-btm-15 {
  margin-bottom: 15px;
}
.sec-1 .features .box .main-area ul {
  list-style: none;
  margin-left: 3%;
}
.sec-1 .features .box .main-area ul li {
  position: relative;
  padding-left: 10px;
}
.sec-1 .features .box .main-area ul li::before {
  content: '※';
  position: absolute;
  top:0;
  left: -15px;
}
@media screen and (max-width: 480px) {
.sec-1 .features {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}
.sec-1 .features .box {
  padding: 5%;
  margin-bottom: 30px;
  border-radius: 5px;
  display: inherit;
  padding-bottom: 40px
}
.sec-1 .features .box .no-area {
  width: 100%;
  margin-right: 0;
  font-size: 30px;
  margin-bottom: 10px
}
.sec-1 .features .box .main-area { 
  border-left: none;
  border-top: 1px solid #e1dbcc;
  padding-top: 10px;
}
.sec-1 .features .box .main-area.flex-item-cnter {
  display: inherit;
  width: 100%;
  padding-top: 10px;
}
.sec-1 .features .box .main-area span {
  display: block;
  font-size: 120%;
}
.sec-1 .features .box:nth-child(4) .main-area span.mgn-btm-15 {
    margin-bottom: 0;
}
.sec-1 .features .box:nth-child(4) .main-area span.inline {
    display: inline;
}
.sec-1 .features .box .main-area img {
    margin: 20px 0 20px;
    width: 100%;
}
}


.sec-2 {
	background-color: #e9e4d6 ;
  padding: 50px 0;
}
.sec-2 .contents-inner {
	max-width: 880px;
}
.sec-2 .link, .sec-2 .link:visited  {
  margin-top: 10px;
}
.sec-2 .link a {
  color: #a38700;
  text-decoration: none;
  font-size: 90%;
}
.sec-2 .with .link a {
  color: #2e6277;
  text-decoration: none;
  font-size: 90%;
}
.sec-2 .txt-1 {
  font-weight: 600;
}
.sec-2 .txt-2 {
  font-weight: 600;
  color: #d1000e;
}
.sec-2 .txt-3 {
  font-size: 90%;
}
.sec-2 .txt-4 {
  font-size: 120%;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sec-2 .details p {
  line-height: 165%;
  margin-bottom: 5px;
}
/*****************************************************/
/*タブ切り替え全体のスタイル
*****************************************************/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
/*  background-color: #fff;*/
/*  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  margin: 0 auto;
}
.tab_item {
  width: calc(100%/2);
  height: 60px;
  border-bottom: 3px solid var(--main-color);
  background-color: #d1d1d2;
  margin-top: 10px;
  line-height: 120%;
  font-size: 22px;
  text-align: center;
  color: #9fa0a0;
  float: left;
  font-weight: 700;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab_item:hover {
  opacity: 0.75;
  cursor: pointer;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 40px 40px 40px;
  clear: both;
  overflow: hidden;
  background: #fff
}
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}
.tabs input:checked + .tab_item {
  background-color: #968047;
  color: #fff;
  height: 70px;
  margin-top: 0px;
}
.tabs input:checked + .tab_item.green {
  background-color: #2e6277;
}
@media screen and (max-width: 768px) {
.tab_item {
  font-size: 14px;
}
}


/*---- テーブル ----*/
table {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
table th, table td {
  padding: 20px 0;
}
table td span {
  font-size: 90%;
  display: block;
  margin-top: 10px;
}
table.small th, table.small td {
  padding: 7px 10px;
  font-size: 15px;
}

table th {
  border-bottom: 2px solid var(--table-color);
  vertical-align: middle;
}
table th.top-th {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}
table th.top-th:last-child {
  border-right: 1px solid #000;
  border-bottom: 1px solid #fff;
}
table td {
  border-bottom: 1px solid #dedede;
  vertical-align: middle;
}
table td.w20p, table th.w20p { width: 20%; }
table td.w30p, table th.w30p { width: 30%; }
table td.w40p, table th.w40p { width: 40%; }

table.tableVer02 th {
  border-bottom: 1px solid #dedede;
  vertical-align: top;
  background: var(--table-color);
  width: 30%;
  text-align: left;
  font-weight: 500;
}
table.tableVer02 tr:last-child th {
  border-bottom: 1px solid #dedede;
}
table.tableVer02-frame {
  border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
}
table.tableVer02-frame th {
  border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
  vertical-align: middle;
  background: var(--table-color);
  color: #fff;
}
table.tableVer02-frame td {
	border-right: 1px solid #dedede;
}
table.tableVer02-frame tr:last-child th {
  border-bottom: 1px solid var(--table-color);
}

@media screen and (max-width: 480px) {
.tab_content {
    padding: 20px 20px 20px;
}
table.tableVer02 th {
  width: 30%;
}
table.tableVer02 td {
  width: 70%;
  white-space: normal;
}
}
/*---- SP横スクロール ----*/
p.scroll-atte {
	display: none;
}
@media only all and (max-width: 1024px){
.scroll table {
  display: block;
/*  overflow-x: scroll;*/
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  width: 470px;
}
.scroll{
  overflow: auto;
/*  white-space: nowrap;*/
}
.scroll::-webkit-scrollbar{
   height: 5px;
}
.scroll::-webkit-scrollbar-track{
   background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
   background: #BCBCBC;
}
p.scroll-atte {
	display: block;
  text-align: center;
  font-size: 14px;
  background: #92814f;
  color: #fff;
  padding: 5px 0;
  position: relative;
}

	
}
/*---- テーブル ----*/


.sec-3 {
    background-color: #fff;
    padding: 50px 0;
}

.sec-3 .main-read {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 500
}
.sec-3 .sub-read {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
  color: #968047;
}
.sec-3 .btm-btn-area {
  display: flex;
}
.sec-3 .btm-btn-area div {
  margin-left: 2%;
  margin-right: 2%;
}
.sec-3 .btm-btn-area div p {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}
.sec-3 .btm-btn-area img {
  margin-bottom: 5px;
}
.sec-3 .btm-btn-area div p.ttl-gold span {
  color: #968047;
}
.sec-3 .btm-btn-area div p.ttl-with span {
  color: #51585c;
}
.sec-3 .btm-btn-area p.read {
  text-align: center;
  font-size: 13px;
  border: 1px solid #909090;
  padding: 5px 0;
}
.sec-3 .btm-btn-area p.read a {
  color: #444;
}
@media screen and (max-width: 480px) {
.sec-3 .main-read {
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
}
.sec-3 .sub-read {
  text-align: left;
  font-size: 15px;
  margin-bottom: 20px;
}
.sec-3 .btm-btn-area {
  display: inherit;
}
.sec-3 .btm-btn-area div:first-child {
  margin-bottom: 30px;
}
}


.contents-footer {
	font-family: YakuHanJP, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	background-color: #f8f7f6;
}
.contents-footer_inner {
	max-width: 850px;
	margin: 0 auto;
	padding: 50px 20px;
}
.consultation-wrap {
	border: 1px solid #000;
	padding: 30px 20px;
  margin: 0 20px 30px;
}
.consultation-wrap h2 {
	font-size: 20px; font-size: 2.0rem;
	text-align: center;
	margin-bottom: 0.2em;
}
.consultation-wrap h3 {
	font-size: 20px; font-size: 2.0rem;
	text-align: center;
	margin-bottom: 0.2em;
}
.consultation-wrap h2 img {
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 5px;
}
.consultation-wrap a:link,
.consultation-wrap a:visited {
	color: #333;
	text-decoration: none;
}

.contact-wrap {
	width: 100%;
	margin: 0 auto;
}
.contact-heading {
	font-size: 34px; font-size: 3.4rem;
	font-weight: 500;
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 0.5em;
}
.contact-heading_2 {
	font-size: 28px; font-size: 2.8rem;
	text-align: center;
	margin-top: 20px;
	line-height: 1.4;
}
.contact-heading_2 span {
	font-size: 21px; font-size: 2.1rem;
}
.contact-heading_tel {
	font-size: 48px; font-size: 4.8rem;
	text-align: center;
	color: #29abe2;
	font-weight: 700;
	margin-bottom: .5em;
}
.contact-heading_tel a:link,
.contact-heading_tel a:visited {
	color: #968047;
	text-decoration: none;
}
.contact-list-1 {
	font-size: 18px; font-size: 1.8rem;
	list-style: none;
	max-width: 700px;
    margin: 0 auto 1.5em;
}
.contact-list-1 li {
	margin-bottom: 5px;
	padding-left:1em;
	text-indent:-1em;
	line-height: 1.3;
}
.contact-list-1 a:link,
.contact-list-1 a:visited {
	color: #333;
	text-decoration: none;
}

.contact-reception {
	max-width: 700px;
	margin: 0 auto;
}
.contact-reception dl {
	font-size: 20px; font-size: 2.0rem;
	margin-bottom: 20px;
}
.contact-reception dl dt {
	background-color: #968047;
	color: #fff;
	letter-spacing: .1em;
	float: left;
	padding: 0px 12px;
	margin-right: 10px;
}
.contact-reception dl dd {
	overflow: hidden;
  font-size: 20px;
}

.atten-list {
	font-size: 14px; font-size: 1.4rem;
	list-style: none;
	margin: 0 auto 1.5em;
}
.atten-list li,
.atten {
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4;
}

.copyright-wrap {
	background-color: #968047;
	color: #fff;
	font-size: 14px; font-size: 1.4rem;
	text-align: center;
	padding: 10px;
}

/* common */
.margin_t10 {margin-top: 10px;}
.margin_t20 {margin-top: 20px;}
.margin_t30 {margin-top: 30px;}
.margin_t40 {margin-top: 40px;}
.margin_t50 {margin-top: 50px;}
.margin_t60 {margin-top: 60px;}
.margin_t70 {margin-top: 70px;}
.margin_t80 {margin-top: 80px;}
.margin_t90 {margin-top: 90px;}
.margin_t100 {margin-top: 100px;}

.margin_b10 {margin-bottom: 10px;}
.margin_b20 {margin-bottom: 20px;}
.margin_b30 {margin-bottom: 30px;}
.margin_b40 {margin-bottom: 40px;}
.margin_b50 {margin-bottom: 50px;}
.margin_b60 {margin-bottom: 60px;}
.margin_b70 {margin-bottom: 70px;}
.margin_b80 {margin-bottom: 80px;}
.margin_b90 {margin-bottom: 90px;}
.margin_b100 {margin-bottom: 100px;}

.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.txt-u {
	text-decoration: underline;
}
.txt-b {
	font-weight: 600;
}

.txt-16 {
	font-size: 16px; font-size: 1.6rem;
}
.txt-18 {
	font-size: 18px; font-size: 1.8rem;
}
.txt-20 {
	font-size: 20px; font-size: 2.0rem;
}

.txt-s {
	font-size: 14px; font-size: 1.4rem;
	text-align: center;
}

.red {
	color: #ff0000;
}

.blue {
	color: #29abe2;
}

.gold {
	color: #968047;
}

.nowrap {
	white-space: nowrap;
}

.br-sp {
	display: none;
}
.link {
  position: relative;
}
.img-link {
    position: absolute;
    top: 73%;
    left: 63%;
    width: 21.5%;
    display: block;
}

@media screen and (max-width: 860px) {
#wrapper {
    font-size: 16px;font-size: 1.6rem;
}

.br-pc {
	display: none;
}
}

@media screen and (max-width: 780px) {/*スマホ表示*/
.img-link {
    position: absolute;
    top: 73.5%;/*高さの調整*/
    left: 10%;/*左からの調整*/
    width: 37.5%;/*画像幅の調整*/
    display: block;
}
}
@media screen and (max-width: 600px) {
#wrapper {
	font-size: 14px; font-size: 1.4rem;
}

.txt-s {
	font-size: 13px; font-size: 1.3rem;
}

.btn-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1em;
}
.btn-item {
	width: 100%;
	text-align: center;
}
.btn-item img {
	width: 70%;
}

.tokuten-atten {
	font-size: 14px; font-size: 1.4rem;
}

.conditions-wrap__border {
	padding: 20px 15px;
}
.conditionsp_heading-lv2 {
	font-size: 15px; font-size: 1.5rem;
	padding: 10px 15px;
}
.conditionsp_heading-lv3 {
	font-size: 24px; font-size: 2.4rem;
}
.conditionsp_heading {
	font-size: 21px; font-size: 2.1rem;
}
.conditionsp_heading-lv4 {
	font-size: 18px; font-size: 1.8rem;
}

.contact-heading {
	font-size: 26px; font-size: 2.6rem;
}
.contact-heading_2 {
    font-size: 20px; font-size: 2.0rem;
}
.contact-heading_tel {
    font-size: 38px; font-size: 3.2rem;
}

.contact-reception dl {
	font-size: 15px; font-size: 1.5rem;
	display: block;
	align-items: center;
	line-height: 1.3;
}
.contact-reception dl dt {
	width: 100%;
  background-color: inherit;
  display: block;
  text-align: center;
}
.contact-reception dl dt span {
	display: inline-block;
  margin-bottom: 15px;
  padding: 5px 10px;
  background-color: #968047;
}
.contact-reception dl dd {
	display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.contact-list-1 {
	font-size: 14px; font-size: 1.4rem;
}

.contents-footer_inner {
	padding: 30px 0;
}
.consultation-wrap {
	font-size: 14px; font-size: 1.4rem;
	margin: 0;
	padding: 20px 10px;
}

.consultation-wrap h2 {
    font-size: 14px; font-size: 1.4rem;
}
.consultation-wrap h2 img {
	width: 20px;
	height: 20px;
}
.consultation-wrap h3{
    font-size: 14px; font-size: 1.4rem;
}

.copyright-wrap {
	font-size: 11px; font-size: 1.1rem;
}

.br-sp {
	display: block;
}

}

@media screen and (max-width: 380px) {
.contact-heading_2 {
    font-size: 18px; font-size: 1.8rem;
}

}

