@charset "UTF-8";
/**************************************************
*  background-color: colors(warning,dark);
*            ↓↓↓↓↓↓
*  background-color: #ff7b7b;
**************************************************/
/****************************************************************************
reset.css
--------------------------------------------------------
Author : Yasuo Tominaga @ penpengusa
Group : http://www.penpengusa.com
Creation date : 2016.10.06
Last up date   : 2016.10.06
****************************************************************************/
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, 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 {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-feature-settings : "palt";
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

strong {
  font-size: 100%;
  font-style: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

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

html {
  font-size: 10px;
  overflow-y: scroll;
}

@media screen and (max-width:767px){

  html {
    font-size: 2.66666667vw;
  }
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.both {
  clear: both;
}

/****************************************************************************
pc_common.css
--------------------------------------------------------
Author : Yasuo Tominaga @ penpengusa
Group : http://www.penpengusa.com
Creation date : 2020.2.25
Last up date   : 2020.2.25
****************************************************************************/
/*============================================================
//  初期設定
//==========================================================*/
.on {
  display: block !important;
}

/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

/* Win版IE7とMac版IE5対策 */
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* 共通設定--------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  overflow: hidden;
}

a img {
  transition: .2s;
  border: 0;
}

ul, ol, dl {
  list-style: none;
}

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: '\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3','Hiragino Kaku GothicPro','\30E1\30A4\30EA\30AA',Meiryo,'\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF',sans-serif;*/
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  text-align: left;
  color: #000000;
  background: #fff;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}


a {
  text-decoration: none;
  color: #0062ce;
  border: none;
}

a:hover {
  text-decoration: underline;
  color: #806239;
}

a:link, a:visited img {
  color: #0062ce;
}

a:hover img {
  opacity: .75;
  filter: alpha(opacity=75);
}

img {
  vertical-align: bottom;
  border: none;
}

/* CSS Document */
#wrapper {
  width: 100%;
}

/***********************************
共通ヘッダ
***********************************/
header {
	width: 100%;
	height: 85px;
	padding: 0px !important;
	margin: 0 auto 0 auto;
	display: block;
	text-align: left;
	z-index: 100;
	background: url(../images/header_bg.png) repeat-x bottom left;
}
header h1 a {
	/*width: 136px;*/
	width: auto;
    height: 30px;
	display: inline-block;
	/*margin: 12px 0 0 20px !important;*/
	margin: 13px 0 0 20px !important;
	padding: 0 !important;
	float: left;
}

header h1 a img {
	width: 100%;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

#wrapper hr {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #65be22;
  border-left: none;
}

/***********************************
共通カラー
***********************************/
.red {
  color: #f00;
}

#contents {
  width: 100%;
  /*max-width: 1000px;*/
}

/***********************************
共通設定
***********************************/
.special-credit .define_wrap {
  padding: 0 24px;
}

.special-credit .define_inner {
  max-width: 100%;
  width: 1100px;
  margin: 0 auto;
}

.special-credit img {
  max-width: 100%;
}

.special-credit .ov {
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.special-credit .ov:hover {
  opacity: .7;
}


@media screen and (min-width:768px){
  .special-credit .sp {
    display: none;
  }
}
@media screen and (max-width:767px){

  .special-credit .pc {
    display: none;
  }

  .special-credit .define_wrap {
    padding: 0 4%;
  }
}



/*--------------------------------------------------------
footer
--------------------------------------------------------*/
footer {
  font-size: 12px;
  line-height: 1.5;
  z-index: 1000;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 40px 0 40px 0;
  text-align: center;
  color: #fff;
  background: #fff;
}

footer p {
  color: #fff;
}

#footer {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}

.cRight {
  width: 100%;
  padding: 10px 0 0 0;
  text-align: center;
  color: #000000;
  font-size: 14px;
}

.pcLayer, img.pcImg {
  display: block;
}

.spLayer, img.spImg {
  display: none;
}

/* --- pagetop --- */
.pagetop {
  position: fixed;
  right: 8px;
  bottom: 58px;
  transition: all .6s;
  transform: scale(0.3);
  opacity: 0;
  filter: alpha(opacity=0);
}

.pagetop a {
  font-size: 1.6rem;
  display: table-cell;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff !important;
  border-radius: 0;
  background: rgba(126, 202, 68, 0.9);
  border: 1px solid #fff;
}

.pagetop.show {
  transform: scale(1);
  opacity: .8;
  filter: alpha(opacity=80);
}

.pagetop a:hover {
  text-decoration: none;
  background: rgba(126, 202, 68, 0.6);
}


/****************************************************************************
sp_common.css
--------------------------------------------------------
Author : Yasuo Tominaga @ penpengusa
Group : http://www.penpengusa.com
Creation date : 2020.2.25
Last up date   : 2020.2.25
****************************************************************************/
/* CSS Document */
@media screen and (max-width: 768px) {
  /***********************************
    共通ヘッダ
    ***********************************/
  header {
		width: 100%;
		height: 82px;
		padding: 0px 0 0px 0 !important;
		margin: 0 auto 0 auto;
		display: block;
		text-align: left;
		z-index: 100;
		background: url(../images/header_bg.png) repeat-x bottom left;
		overflow: hidden;
	}
	header h1 a {
        width: 74%;
        display: inline-block;
        margin: 17px 0 0px 17px !important;
		padding: 0 !important;
		float: left;
	}

	header h1 a img {
		width: 100%;
		display: block;
		margin: 0 !important;
		padding: 0 !important;
	}
  #wrapper hr {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #65be22;
    border-left: none;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  /*--------------------------------------------------------
    footer
    --------------------------------------------------------*/
  footer {
    padding: 20px 0;
    font-size: 10px;
    line-height: 1.5;
    z-index: 1000;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 10px 0 15px 0;
    text-align: center;
    color: #fff;
  }
  #footer {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }
  .cRight {
    width: 100%;
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 10px;
  }
  /* --- pagetop --- */
  .pagetop {
    z-index: 1000;
    bottom: 10px;
  }
  .pagetop a {
    width: 50px;
    height: 50px;
  }
  .pcLayer, img.pcImg {
    display: none !important;
  }
  .spLayer, img.spImg {
    display: block !important;
  }
}

/**** END media screen *****/

/*--------------------------------------------------------
@#contents
--------------------------------------------------------*/
#contents {
  overflow: clip;
}




/**********************************

 c-hero

***********************************/
.c-hero {
}

.c-hero__main {

}

.c-hero__main img {
  width: 100%;
  max-width: none;
}

@media screen and (max-width:1037px){

}

@media screen and (max-width:767px){

}



/**********************************

 c-about

***********************************/
.c-about {
}

.c-about__inner {
  padding: 50px 0;
}

.c-about__inner-ttl {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
}

@media screen and (max-width:1147px){

  .c-about__inner {
    padding: 4.355vw 0;
  }

  .c-about__inner-ttl {
    font-size: 2.962vw;
  }

}

@media screen and (max-width:767px){

  .c-about__inner {
    padding: 2.5rem 0;
  }

  .c-about__inner-ttl {
    font-size: 1.6rem;
  }
}



/**********************************

 c-tab

***********************************/
.c-tab {
}

.c-tab__head {
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.c-tab__head-inner {
  padding-top: 5px;
}

.c-tab__head-inner ul {
  display: flex;
  justify-content: center;
  gap: 0 28px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.25;
}

.c-tab__head-inner ul li {
  width: 453px;
  max-width: 100%;
  position: relative;
}

.c-tab__head-inner ul li a {
  display: block;
  padding: 13px 10px;
  margin-bottom: -.1px;
  color: #040000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-tab__head-inner ul li:nth-child(1) a {
  background: #f2f3c4;
}

.c-tab__head-inner ul li:nth-child(2) a {
  color: #fff;
  background: #003a3f;
}

.c-tab__head-inner ul li a.is-active {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.c-tab__head-inner ul li a.is-active {
  pointer-events: none;
}

.c-tab__head-inner ul li .unit {
  font-size: .6em;
  font-weight: bold;
}

.c-tab__body-box {
  display: none;
}

.c-tab__body-box:first-child {
  display: block;
}

@media screen and (max-width:1147px){

  .c-tab__head-inner ul {
    gap: 0 2.439vw;
    font-size: 2.962vw;
  }

}

@media screen and (max-width:767px){

  .c-tab__head-inner {
    padding-top: .5rem;
  }

  .c-tab__head-inner ul {
    gap: 0 1rem;
    font-size: 1.4rem;
  }

  .c-tab__head-inner ul li {
    flex: 1;
    width: auto;
  }

  .c-tab__head-inner ul li a {
    padding: 1rem .5rem;
    border-radius: .6rem .6rem 0 0;
  }
}



/**********************************

 c-case

***********************************/
.c-case {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.c-case .white {
  color: #fff;
}

.c-case.model1 {
  background: #f2f3c4;
}

.c-case.model2 {
  background: #003a3f;
}

.c-case__inner {
  padding: 100px 0 55px;
  position: relative;
}

.c-case.model1 .c-case__inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #f2f3c4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.c-case.model2 .c-case__inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #003a3f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.c-case__list {

}

.c-case__list-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 115px;
}

.c-case__list-sec:first-child {
  margin-top: 0;
}

.c-case__list-sec:nth-child(even) {
  flex-direction: row-reverse;
}

.c-case__list-sec-pic {
  width: 720px;
}

.c-case__list-sec:nth-child(odd) .c-case__list-sec-pic {
  margin-left: -100px;
}

.c-case__list-sec:nth-child(even) .c-case__list-sec-pic {
  margin-right: -100px;
}

.c-case__list-sec-content {
  width: 415px;
}

.c-case__list-sec-content-ttl {
  padding-bottom: 12px;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.c-case__list-sec-content-ttl:before {
  content: "";
  display: block;
  width: 540px;
  height: 28px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.c-case.model1 .c-case__list-sec:nth-child(odd) .c-case__list-sec-content-ttl:before {
  background: url(images/case_line01.png) no-repeat left center / 1000px auto;
  right: 0;
}

.c-case.model1 .c-case__list-sec:nth-child(even) .c-case__list-sec-content-ttl:before {
  background: url(images/case_line02.png) no-repeat right center / 1000px auto;
  left: 0;
}

.c-case.model2 .c-case__list-sec:nth-child(odd) .c-case__list-sec-content-ttl:before {
  background: url(images/case_line03.png) no-repeat left center / 1000px auto;
  right: 0;
}

.c-case.model2 .c-case__list-sec:nth-child(even) .c-case__list-sec-content-ttl:before {
  background: url(images/case_line04.png) no-repeat right center / 1000px auto;
  left: 0;
}

.c-case__list-sec-content-ttl .small1 {
  font-size: .8em;
  font-weight: bold;
}

.c-case__list-sec-content-ttl .small2 {
  font-size: .6em;
  font-weight: bold;
}

.c-case__list-sec-content-desc {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -.03em;
}

.c-case__list-sec-content-desc .small {
  font-size: .8em;
  font-weight: bold;
}

.c-case__note {
  margin-top: 40px;
  font-size: 11px;
  text-align: center;
}

@media screen and (max-width:1147px){

  .c-case__inner {
    padding: 8.711vw 0 4.791vw;
  }

  .c-case__list-sec {
    margin-top: 10.017vw;
  }

  .c-case__list-sec-pic {
    width: 62.718vw;
  }

  .c-case__list-sec:nth-child(odd) .c-case__list-sec-pic {
    margin-left: -8.711vw;
  }

  .c-case__list-sec:nth-child(even) .c-case__list-sec-pic {
    margin-right: -8.711vw;
  }

  .c-case__list-sec-content {
    width: 36.15vw;
  }

  .c-case__list-sec-content-ttl {
    padding-bottom: 1.045vw;
    font-size: 2.439vw;
  }

  .c-case__list-sec-content-ttl:before {
    width: 47.038vw;
    height: 2.439vw;
  }

  .c-case.model1 .c-case__list-sec:nth-child(odd) .c-case__list-sec-content-ttl:before {
    background-size: 87.10801394vw auto;
  }

  .c-case.model1 .c-case__list-sec:nth-child(even) .c-case__list-sec-content-ttl:before {
    background-size: 87.10801394vw auto;
  }

  .c-case.model2 .c-case__list-sec:nth-child(odd) .c-case__list-sec-content-ttl:before {
    background-size: 87.10801394vw auto;
  }

  .c-case.model2 .c-case__list-sec:nth-child(even) .c-case__list-sec-content-ttl:before {
    background-size: 87.10801394vw auto;
  }

  .c-case__list-sec-content-desc {
    margin-top: 0.871vw;
    font-size: 1.742vw;
  }

  .c-case__note {
    margin-top: 3.484vw;
    font-size: 0.958vw;
  }
}

@media screen and (max-width:767px){

  .c-case__inner {
    padding: 4rem 0 3rem;
  }

  .c-case.model1 .c-case__inner:before {
    height: 1rem;
  }

  .c-case.model2 .c-case__inner:before {
    height: 1rem;
  }

  .c-case__list-sec {
    display: block;
    margin-top: 4rem;
  }

  .c-case__list-sec-pic {
    width: auto;
  }

  .c-case__list-sec:nth-child(odd) .c-case__list-sec-pic {
    margin-left: 0;
  }

  .c-case__list-sec:nth-child(even) .c-case__list-sec-pic {
    margin-right: 0;
  }

  .c-case__list-sec-content {
    width: auto;
    margin-top: 2rem;
  }

  .c-case__list-sec-content-ttl {
    padding-bottom: 12px;
    font-size: 1.9rem;
    text-align: center;
  }

  .c-case__list-sec-content-ttl:before {
    width: 100%;
    height: 28px;
  }

  .c-case.model1 .c-case__list-sec:nth-child(odd) .c-case__list-sec-content-ttl:before {
    background: url(images/case_line01.png) no-repeat left bottom / 80rem auto;
    right: 0;
  }

  .c-case.model1 .c-case__list-sec:nth-child(even) .c-case__list-sec-content-ttl:before {
    background: url(images/case_line01.png) no-repeat left bottom / 80rem auto;
    right: 0;
    left: auto;
  }

  .c-case.model2 .c-case__list-sec:nth-child(odd) .c-case__list-sec-content-ttl:before {
    background: url(images/case_line03.png) no-repeat left bottom / 80rem auto;
    right: 0;
  }

  .c-case.model2 .c-case__list-sec:nth-child(even) .c-case__list-sec-content-ttl:before {
    background: url(images/case_line03.png) no-repeat left bottom / 80rem auto;
    right: 0;
    left: auto;
  }

  .c-case__list-sec-content-desc {
    margin-top: 1rem;
    font-size: 1.6rem;
    text-align: center;
  }

  .c-case__note {
    margin-top: 3rem;
    font-size: 1rem;
    text-align: left;
  }
}



/**********************************

 c-example

***********************************/
.c-example {
  margin-top: 10px;
}

.c-example .white {
  color: #fff;
}

.c-example__txt01 {
  font-size: 10px;
  font-weight: bold;
}

.c-example__ttl {
  padding: 3px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.c-example__ttl.white {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.c-example__list {
  margin-top: 15px;
}

.c-example__list dl {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.c-example__list dl dt {
  padding-right: .5em;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -.03em;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.c-example__list dl dt.bg-model1 {
  background: #f2f3c4;
}

.c-example__list dl dt.bg-model2 {
  background: #003a3f;
}

.c-example__list dl dt .small {
  font-size: .8em;
  font-weight: 600;
}

.c-example__list dl dt:before {
  content: "";
  display: block;
  width: 1000px;
  height: 1px;
  margin-top: 15px;
  border-top: 1px dotted #000;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
}

.c-example__list dl dt.white:before {
  border-top: 1px dotted #fff;
}

.c-example__list dl dd {
  padding-left: .5em;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.c-example__list dl dd .small {
  font-size: .8em;
  font-weight: 600;
}

.c-example__list dl dd.bg-model1 {
  background: #f2f3c4;
}

.c-example__list dl dd.bg-model2 {
  background: #003a3f;
}

@media screen and (max-width:1147px){

  .c-example {
    margin-top: 0.871vw;
  }

  .c-example__txt01 {
    font-size: 0.871vw;
  }

  .c-example__ttl {
    padding: 0.261vw 0;
    font-size: 1.742vw;
  }

  .c-example__list {
    margin-top: 1.307vw;
  }

  .c-example__list dl dt {
    font-size: 1.829vw;
  }

  .c-example__list dl dt:before {
    width: 87.108vw;
    margin-top: 1.307vw;
  }

  .c-example__list dl dd {
    font-size: 1.829vw;
  }
}

@media screen and (max-width:767px){

  .c-example {
    margin-top: 1.5rem;
  }

  .c-example__txt01 {
    font-size: 1rem;
  }

  .c-example__ttl {
    padding: .5rem 0;
    font-size: 1.6rem;
    border-top: .1rem solid #000;
    border-bottom: .1rem solid #000;
  }

  .c-example__ttl.white {
    border-top: .1rem solid #fff;
    border-bottom: .1rem solid #fff;
  }

  .c-example__list {
    margin-top: 1rem;
  }

  .c-example__list dl dt {
    font-size: 1.6rem;
  }

  .c-example__list dl dt .small {
    font-size: .8em;
  }

  .c-example__list dl dt:before {
    width: 100rem;
    height: .1rem;
    margin-top: 1.2rem;
    border-top: .1rem dotted #000;
  }

  .c-example__list dl dt.white:before {
    border-top: .1rem dotted #fff;
  }

  .c-example__list dl dd {
    font-size: 1.6rem;
  }
}



/**********************************

 c-model

***********************************/
.c-model {
}

.c-model__inner {
  padding: 70px 0 0;
}

.c-model__btn {
  text-align: center;
}

.c-model__btn:last-child {
  margin-top: 120px;
}

.c-model__btn a {
  display: inline-block;
  padding: 8px 35px 8px 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  vertical-align: top;
  background: #47a038;
  position: relative;
  z-index: 1;
}

.c-model__btn a.black {
  background: #000;
}

.c-model__btn a:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(images/icon_blank01.png) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.c-model__ttl {
  margin-top: 70px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.c-model__list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 50px;
  width: 980px;
  max-width: 100%;
  margin: 25px auto 0;
}

.c-model__list-item {
  width: calc(100%/3 - 34px);
  flex: 0 1 calc(100%/3 - 34px);
}

.c-model__list-item .pic {

}

.c-model__list-item .pic a {
  display: block;
  text-decoration: none;
}

.c-model__list-item .pic a img {

}

.c-model__list-item .pic a figcaption {
  margin-top: -.3em;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width:1147px){

  .c-model__inner {
    padding: 6.098vw 0 0;
  }

  .c-model__btn:last-child {
    margin-top: 10.453vw;
  }

  .c-model__ttl {
    margin-top: 6.098vw;
    font-size: 1.916vw;
  }
}

@media screen and (max-width:767px){

  .c-model__inner {
    padding: 4rem 0 0;
  }

  .c-model__btn:last-child {
    margin-top: 5rem;
  }

  .c-model__btn a {
    padding: .8rem 3.5rem .8rem 1rem;
    font-size: 1.5rem;
  }

  .c-model__btn a:before {
    width: 1.5rem;
    height: 1.5rem;
    right: 1rem;
  }

  .c-model__ttl {
    margin-top: 3.5rem;
    font-size: 1.8rem;
  }

  .c-model__list {
    gap: 25px 25px;
    width: auto;
    margin: 2.5rem auto 0;
  }

  .c-model__list-item {
    width: calc(100%/2 - 1.3rem);
    flex: 0 1 calc(100%/2 - 1.3rem);
  }

  .c-model__list-item .pic a figcaption {
    font-size: 1.2rem;
  }
}


/**********************************

 c-note

***********************************/
.c-note {
  margin-top: 85px;
}

.c-note__inner {
  padding: 45px 0 70px;
  border-top: 1px solid #040000;
}

.c-note__inner-note {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: normal;
}

.c-note__inner-note li {
  font-weight: 600;
}

@media screen and (max-width:1037px){

}

@media screen and (max-width:767px){

  .c-note {
    margin-top: 50px;
  }

  .c-note__inner {
    padding: 25px 0 35px;
  }

  .c-note__inner-note {
    font-size: 12px;
  }


}



/**********************************

 xxx

***********************************/
.xxx {
}

@media screen and (max-width:767px){

}