@charset "UTF-8";
/*
Theme Name: PEAK2024ver3
Theme URl: https://www.seeboo.jp
Description: Basic Theme for WordPress.
Author: seeboo
*/
/*_/_/_/_/_/_/_/_/_/_/_/ _/_/_/_/_/_/ 共通項目 _/_/_/_/_/_/_/_/_/_/_/ _/_/_/_/_/_/  */
html {
  font-size: 62.5%;
}

body {
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Helvetica Neue", sans-serif;
  z-index: 50;
  color: #33210a;
  line-height: 1.7em;
}
@media screen and (max-width: 820px) {
  body {
    line-height: 1.8em;
  }
}
@media screen and (max-width: 540px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6em;
  }
}
body a {
  text-decoration: none;
}
body h2 {
  font-size: 40px;
  font-size: 4rem;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 540px) {
  body h2 {
    font-size: 35px;
    font-size: 3.5rem;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
body h3 {
  font-size: 33px;
  font-size: 3.3rem;
  margin-top: 30px;
  margin-bottom: 30px;
}
body h4 {
  font-size: 27px;
  font-size: 2.7rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
body p {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 540px) {
  body p {
    margin: 10px 0;
  }
}

br.pc {
  display: block;
}
@media screen and (max-width: 540px) {
  br.pc {
    display: none;
  }
}
br.mb {
  display: none;
}
@media screen and (max-width: 540px) {
  br.mb {
    display: block;
  }
}

section.default {
  width: 100%;
  margin: 146px 0;
}
@media screen and (max-width: 1024px) {
  section.default {
    margin: 85px 0;
  }
}
@media screen and (max-width: 540px) {
  section.default {
    margin: 40px 0 0;
    padding: 0;
  }
}
section.default container {
  width: 100%;
  padding: 0 20px;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* _| _| _| _| _| _| _| _| _| _| _| _| ページTOP _| _| _| _| _| _| _| _| _| _| _| _| */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 2000;
}
#page-top a {
  background: #CDBE94;
  text-decoration: none;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
}
#page-top a span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
@media screen and (max-width: 540px) {
  #page-top a {
    display: none;
  }
}
#page-top a:hover {
  text-decoration: none;
  color: #333 !important;
  background-color: #878787;
}

.active {
  -webkit-transform: translate(0);
          transform: translate(0);
}

/* _| _| _| _| _| _| _| _| _| _| _| _| ローディング画面 _| _| _| _| _| _| _| _| _| _| _| _| */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #888;
  z-index: 2;
}
#loader img {
  width: 80%;
  height: auto;
}

/* ---------------------------------- **
		Modal Window
** ---------------------------------- */
#layer_board_area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3vw;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*スクロールバーを非表示*/
  -ms-overflow-style: none;
  /*スクロールバーを非表示*/
  scrollbar-width: none;
  /*スクロールバーを非表示*/
  z-index: 2;
}
@media screen and (max-width: 540px) {
  #layer_board_area {
    padding: 0 1vw;
  }
}
#layer_board_area::-webkit-scrollbar {
  display: none;
  /*スクロールバーを非表示*/
}

.layer_board_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  background: #33210a;
  z-index: 0;
}

/* --modalWindow ポップアップ部分-- */
.layer_board {
  display: none;
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 3em auto;
  padding: 4em;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  z-index: 10;
}
@media screen and (max-width: 540px) {
  .layer_board {
    width: 96%;
    margin: 0.5em auto;
    padding: 0.5em 0.5em 1em;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 21px;
    height: 21px;
    background-size: 14px;
  }
}
.layer_board.shortLayer {
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.layer_board .mdl_btn_close.circle_btn {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-color: #cc8529;
  border-radius: 50%;
  border: 1px solid #ccc;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  font-size: 20px;
  font-size: 2rem;
}
.layer_board .mdl_btn_close.circle_btn i {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF !important;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
}
.layer_board .mdl_btn_close.circle_btn:hover {
  background-color: #2970cc;
  border: 1px solid #2970cc;
}
.layer_board .mdl_btn_close.circle_btn:hover i {
  color: #33210a !important;
}

/* --modalWindow バツ(閉じる)ボタン-- */
/* --↑必須なのはここまで↑-- */
/* --modalWindow タイトル部分-- */
.layer_borad_title {
  font-size: 200%;
  font-weight: 200;
  color: #ED344E;
}

/* --modalWindow コンテンツ部分-- */
.layer_borad_content {
  margin: 1em auto 1.5em;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .layer_borad_content {
    margin: 0.25em auto 1em;
  }
}
.layer_borad_content p {
  text-align: left;
}
.layer_borad_content i {
  color: #FFC600;
}
@media screen and (max-width: 540px) {
  .layer_borad_content i {
    display: none;
  }
}
.layer_borad_content h2 {
  color: #FF0000;
}
@media screen and (max-width: 820px) {
  .layer_borad_content h2 {
    font-size: 21px;
    font-size: 2.1rem;
    margin: 20px 0 !important;
  }
}
@media screen and (max-width: 540px) {
  .layer_borad_content h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 20px 0 !important;
  }
}

/* --modalWindow 四角ボタン-- */
.layer_board .square_btn {
  display: block;
  position: relative;
  width: 160px;
  margin: 0 auto;
  padding: 10px;
  border: 2px solid #111;
  border-radius: 2px;
  font-size: 1.2em;
  font-weight: 300;
  color: #111;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.layer_board .square_btn:hover {
  background: #111;
  color: #fff;
}

/* --コンテンツ部分の装飾-- */
.layer_borad_title {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 200;
  color: #ED344E;
}
@media screen and (max-width: 540px) {
  .layer_borad_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.layer_board .square_btn {
  display: block;
  position: relative;
  width: 160px;
  margin: 0 auto;
  padding: 10px;
  border: 2px solid #111;
  border-radius: 2px;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 300;
  color: #111;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
@media screen and (max-width: 540px) {
  .layer_board .square_btn {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 5px;
  }
}

.layer_board .square_btn:hover {
  background: #111;
  color: #fff;
}

/* _| _| _| _| _| _| _| _| _| _| _| _| PDFアイコン表示テスト _| _| _| _| _| _| _| _| _| _| _| _| */
.pdfLink {
  padding-right: 22px;
  margin-right: 5px;
  display: inline-block;
}

.pdfLink::before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 2.4rem;
  font-size: 24px;
  color: #FF0000;
  margin-right: 10px;
}

/* _| _| _| _| _| _| _| _| _| _| _| _| 基本共通レイアウト設定 _| _| _| _| _| _| _| _| _| _| _| _|  */
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  text-align: left !important;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0px 10px;
  }
}

/* _| _| _| _| _| _| _| _| _| _| _| _| ヘッダー _| _| _| _| _| _| _| _| _| _| _| _|  */
header {
  width: 100%;
  max-width: 1200px;
  padding: 0px 0px 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 300;
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  header {
    height: 60px;
  }
}
@media screen and (max-width: 820px) {
  header {
    height: 70px;
  }
}
@media screen and (max-width: 540px) {
  header {
    padding: 0px;
    margin: 0;
    text-align: center !important;
  }
}

header #logo {
  background-image: url("images/logo.svg");
  background-repeat: no-repeat;
  background-size: 55px auto;
  background-position: left 0;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 300 !important;
  width: 30%;
  text-align: left;
  padding: 0px 0px 0px 65px;
  margin: 20px 0;
  line-height: 1em;
  font-family: "Orbitron", sans-serif;
  letter-spacing: 0.15em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
}
@media screen and (max-width: 1024px) {
  header #logo {
    margin: 10px 0;
    background-position: left center;
  }
}
@media screen and (max-width: 820px) {
  header #logo {
    margin: 5px 20px;
    width: auto !important;
  }
}
header #logo a {
  color: #cc8529 !important;
}
header #logo a span {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
  font-family: "Noto Sans JP", "Helvetica Neue", sans-serif !important;
  color: #2970cc !important;
}
@media screen and (max-width: 540px) {
  header #logo a span {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 1024px) {
  header #logo {
    width: 80%;
    background-size: 45px auto;
    padding: 2.5px 0 0 55px;
  }
}

/*/_/_/_/_/_/_/_/_/_/_/_/_/ ナビゲーション_/_/_/_/_/_/_/_/_/_/_/_/ */
nav {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  width: 70%;
  height: auto;
}
nav ul#menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
nav ul#menu li.menu-item {
  position: relative;
  padding: 30px 0;
  margin: 0 0 0 35px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.2em;
  width: auto;
}
nav ul#menu li.menu-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #33210a !important;
  text-decoration: none;
  padding: 10px 0;
}
nav ul#menu li.menu-item:hover ul.drop-menu-list {
  opacity: 1; /* 不透明度を最大に */
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease; /* アニメーション設定 */
  visibility: visible; /* 下層メニューを表示 */
  top: 65%;
}
nav ul#menu li.menu-item.drop-menu {
  position: relative;
}
nav ul#menu li.menu-item ul.drop-menu-list {
  opacity: 0; /* 不透明度を最小に */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden; /* 下層メニューを非表示 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
  list-style: none;
  background-color: #33210a;
  border-top: 3px solid #FFF;
  border-left: 3px solid #FFF;
  border-right: 3px solid #FFF;
  padding: 0;
  -webkit-box-shadow: 1px 1px 4px #5D5D5D;
          box-shadow: 1px 1px 4px #5D5D5D;
}
nav ul#menu li.menu-item ul.drop-menu-list li.drop-menu-item {
  text-align: left;
  padding: 0 !important;
  border-bottom: 5px solid #FFF;
  background-color: #ffe9cc;
  color: #FFF;
  margin: 0 !important;
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
nav ul#menu li.menu-item ul.drop-menu-list li.drop-menu-item a {
  color: #FFF;
}
nav ul#menu li.menu-item ul.drop-menu-list li.drop-menu-item a:hover {
  background-color: #2970cc;
  color: #FFF !important;
  width: 100%;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease; /* アニメーション設定 */
}
nav ul#menu li.contact {
  background-color: #2970cc;
  color: #FFF;
  text-align: center !important;
  padding: 30px 20px;
  margin: 0 0 0 35px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.2em;
  width: auto;
}
nav ul#menu li.contact a {
  color: #FFF !important;
}
nav ul#menu li.contact i {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  nav {
    display: none;
  }
}

/*#menu li ul{
	opacity: 0;
	top: 0%;
	visibility: hidden;
	transition: .5s;
       background-color: $background;
    background-repeat: repeat;
       box-shadow: 2px 2px 5px #666;

  li:before{
	  content: "";
	  font-family: "";
  }

   }*/
/*_/_/_/_/_/ドロップダウンメニュー_/_/_/_/_/*/
/*
.dd{
  zoom: 1;
  list-style-type: none;
  margin: 0px auto;
  padding:  0;

 	&:before, &:after{
  		content: "";
  		display: table;
		}

	&:after{
  		clear: both;
		}

	li{
  		width: 15%;
  		position: relative;
  		margin: 0;
    	padding: 0;
  		text-align: center;

		 a{
  			margin: 0;
  			padding: 0px 0 11px;
  			color: #fff;
  			line-height: 1;
  			text-decoration: none;
  			height: auto;
  			display: inline-block;
			}

		ul{
  			list-style: none;
  			background-repeat: repeat;
  			position: absolute;
  			left: 50%;
            top:12.5%;
  			transform: translate(-50%,-12.5%);
  			z-index: 9999;
  			padding:5px 10px 0;
  			margin:0px;

			  li{
  				width: auto;
  				min-width: 200px;
  				margin: 0px;
  				display: inline-block;
  				text-align: center;
  				padding:0px!important;
  				height: 50px;
			  }
			}
		}
}*/
/*_/_/_/_/_/モーダルメニュー_/_/_/_/_/*/
#modal-checkbox {
  display: none;
}

#modal-open {
  display: none;
}
@media screen and (max-width: 1024px) {
  #modal-open {
    display: block;
    cursor: pointer;
    position: fixed;
    padding: 0px;
    font-size: 28px;
    font-size: 2.8rem;
    border-radius: 5px;
    color: #2970cc;
    background-color: #FFF;
    width: 50px;
    height: 50px;
    top: 5px;
    right: 8px;
    margin: 10px 0;
    z-index: 20;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #modal-open span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 540px) {
  #modal-open {
    margin: 5px 0;
  }
}
#modal-open .humberger {
  display: none;
}
@media screen and (max-width: 1024px) {
  #modal-open .humberger {
    display: block;
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
    line-height: 0em;
  }
}

#modal-content {
  display: none;
}
@media screen and (max-width: 1024px) {
  #modal-content {
    position: fixed;
    top: 7.5%;
    left: 0%;
    z-index: 40;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    overflow-y: auto;
    max-height: 90%;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 540px) {
  #modal-content {
    top: 5%;
  }
}
#modal-checkbox:checked ~ #modal-content {
  display: none;
}
@media screen and (max-width: 1024px) {
  #modal-checkbox:checked ~ #modal-content {
    visibility: visible;
    opacity: 1;
    left: 0%;
    display: block;
  }
}

#modal-close {
  display: none;
}
@media screen and (max-width: 1024px) {
  #modal-close {
    display: none;
    position: fixed;
    z-index: 39;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffe9cc;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: #2970cc;
    padding: 10px;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#modal-checkbox:checked ~ #modal-close {
  display: none;
}
@media screen and (max-width: 1024px) {
  #modal-checkbox:checked ~ #modal-close {
    display: block;
    opacity: 0.95;
    visibility: visible;
  }
}

ul#modal-menu {
  list-style: none;
}
@media screen and (max-width: 1024px) {
  ul#modal-menu {
    list-style: none;
    margin: 20px 0 0 50px;
    padding: 0 0 10px 0;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) and (max-width: 540px) {
  ul#modal-menu {
    margin: 20px 0 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  ul#modal-menu li {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4em;
    text-align: left;
    padding: 0;
    font-weight: 500 !important;
    margin: 0 0 30px;
    color: #2970cc;
  }
}
@media screen and (max-width: 1024px) and (max-width: 540px) {
  ul#modal-menu li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  ul#modal-menu li i {
    margin-right: 10px;
    color: #33210a;
  }
  ul#modal-menu li a {
    color: #2970cc !important;
  }
  ul#modal-menu li ul {
    list-style: none;
    padding: 5px 10px;
    margin-top: 10px;
    background-color: #cc8529;
  }
  ul#modal-menu li ul li {
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #fffaf5;
    padding: 10px !important;
    margin: 2.5px 0 !important;
  }
  ul#modal-menu li ul li i {
    margin-right: 10px;
    color: #33210a;
  }
}

.parent {
  padding-top: 0px;
  padding-bottom: 0px;
  text-indent: 10;
  display: block;
  position: relative;
  width: 200px;
  color: #2970cc;
}
.parent::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #3071b7;
  border-right: solid 2px #3071b7;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  font-weight: bold;
}

ul#modal-menu .open::before {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  margin-top: -3px;
}
ul#modal-menu .parent:hover, ul#modal-menu .open {
  color: #2970cc;
}
ul.sub_menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 300px;
}
ul.sub_menu li {
  margin: 20px 0 !important;
  padding: 0 !important;
  display: block;
}
ul.sub_menu li a {
  display: block;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
ul.sub_menu li:before {
  content: "";
  font-family: "";
}
ul li:hover ul.sub_menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

ul.icon {
  list-style: none;
  margin: 0;
  padding: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 540px) {
  ul.icon {
    padding: 0 15px;
  }
}
ul.icon li {
  font-family: 40px;
  font-size: 4rem;
  margin-right: 10px;
}
ul.icon li a {
  color: #2970cc;
}

/*
.line{
    width: 100%;
    position: relative;
    height: 400px;
    display: inline-block;
    margin-top:-10px !important;

    @include mobile-pro {
        height: 195px;
        margin-top:-2.5px !important;
        }

    img{
        width: 100%;
        max-width:600px;
        height: auto;
        margin: 20px auto;
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%,-80%);

        @include mobile-pro {
            top:0%;
            left: 50%;
            transform: translate(-50%,-0%);
            }
    }



}*/
#contact {
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 200px;
  margin: 73px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  #contact {
    height: 200px;
  }
}
@media screen and (max-width: 540px) {
  #contact {
    display: none;
  }
}
#contact a {
  color: #33210a !important;
}
#contact .tel_area, #contact .line_area, #contact .form_area {
  color: #2970cc !important;
  font-size: 21px !important;
  font-size: 2.1rem !important;
  font-weight: 800;
  display: inline-block;
  position: relative;
  padding: 40px 0;
  margin: 0;
  width: 33.33%;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #contact .tel_area, #contact .line_area, #contact .form_area {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
}
#contact .tel_area span, #contact .line_area span, #contact .form_area span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
#contact .tel_area span i.fontawesome, #contact .line_area span i.fontawesome, #contact .form_area span i.fontawesome {
  font-size: 70px !important;
  font-size: 7rem !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  #contact .tel_area span i.fontawesome, #contact .line_area span i.fontawesome, #contact .form_area span i.fontawesome {
    font-size: 50px !important;
    font-size: 5rem !important;
  }
}
#contact .tel_area, #contact .form_area {
  border-right: 1px solid #33210a;
}

#mobile_contact {
  display: none !important;
  height: 0;
}
@media screen and (max-width: 540px) {
  #mobile_contact {
    width: 100%;
    padding: 0px;
    position: fixed !important;
    bottom: 0%;
    height: auto !important;
    z-index: 1000;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
    font-size: 13px !important;
    font-size: 1.3rem !important;
    line-height: 2.5em;
  }
  #mobile_contact .line {
    width: 33%;
    background-color: #FFF;
    padding: 0;
    text-align: center;
  }
  #mobile_contact .line a {
    color: #33210a !important;
  }
  #mobile_contact .line i {
    font-size: 35px !important;
    font-size: 3.5rem !important;
  }
  #mobile_contact .phone {
    width: 34%;
    background-color: #33210a;
    padding: 0;
    text-align: center;
  }
  #mobile_contact .phone a {
    color: #FFF !important;
  }
  #mobile_contact .phone i {
    font-size: 35px !important;
    font-size: 3.5rem !important;
  }
  #mobile_contact .top {
    width: 33%;
    color: #FFF;
    background-color: #ffe9cc;
    padding: 0;
    text-align: center;
  }
  #mobile_contact .top a {
    color: #33210a !important;
  }
  #mobile_contact .top i {
    font-size: 35px !important;
    font-size: 3.5rem !important;
  }
}

footer {
  width: 100%;
  background-color: #ffe9cc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 0px 2%;
  margin: 20px 0px 0px;
  font-size: 14px !important;
  font-size: 1.4rem !important;
}
@media screen and (max-width: 540px) {
  footer {
    margin: 60px 0px 0px;
    padding: 0px;
  }
}
footer .container {
  width: 100%;
  max-width: 1200px;
  background-image: url(images/logo-footer.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 230px;
  text-align: right !important;
}
footer .container .name {
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 20px auto 0 !important;
  letter-spacing: 0.2em;
  display: block;
}
@media screen and (max-width: 540px) {
  footer .container .name {
    margin: 0px;
  }
}
footer .container .tel {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
}
footer .container .tel a {
  color: #33210a;
  text-decoration: none !important;
}
footer .container .tel a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none !important;
  color: #cc8529 !important;
}
@media screen and (max-width: 540px) {
  footer .container .tel a[href*="tel:"] {
    pointer-events: visible;
  }
}
footer .container ul.icon {
  list-style: none;
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .container ul.icon li {
  font-family: 40px;
  font-size: 4rem;
  margin-left: 10px;
}
footer .container ul.icon li a {
  color: #2970cc;
}
footer .container address {
  font-family: Lucida Sans Unicode, Lucida Grande, " sans-serif";
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 0px 0px;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 540px) {
  footer .container address {
    padding: 10px 0px 100px;
  }
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ 共通項目 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
/*ふわっと表示静止編*/
/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 1%;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 1%;
  }
  to {
    opacity: 100%;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 1%;
  }
  to {
    opacity: 100%;
  }
}
/* 上から */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 1%;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 1%;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 1%;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 1%;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 1%;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 1%;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 1%;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 1%;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 1%;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1%;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 1%;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 1%;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.delay-time03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-time06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-time09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay-time12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-time15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

/*ふわっと表示スクロール編*/
.fadein {
  opacity: 0;
  -webkit-transition: all 1.2s 0.5s;
  transition: all 1.2s 0.5s;
}
.fadein.fade_left {
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}
@media screen and (max-width: 540px) {
  .fadein.fade_left {
    -webkit-transform: translate(-5px, 0);
            transform: translate(-5px, 0);
  }
}
.fadein.fade_right {
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}
@media screen and (max-width: 540px) {
  .fadein.fade_right {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
}
.fadein.fade_up {
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
}
.fadein.fade_bottom {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

.delay-time202 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay-time204 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay-time206 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay-time208 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay-time210 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.delay-time212 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

ul.kome {
  list-style: none;
  text-align: left;
  margin: 0px;
  padding: 0 30px 0 25px;
}
ul.kome li {
  font-size: 14px;
  font-size: 1.4rem;
}
ul.kome li:before {
  content: "※";
  margin-left: -1.25em;
  padding-right: 0.3em;
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ TOPページ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#top_img {
  width: 100%;
  padding: 0px;
  height: auto;
  max-height: 890px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 4% 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, left top, right top, from(#ffe9cc), color-stop(55%, #ffe9cc), color-stop(45%, #FFF), to(#FFF));
  background: -webkit-linear-gradient(left, #ffe9cc 0%, #ffe9cc 55%, #FFF 45%, #FFF 100%);
  background: linear-gradient(90deg, #ffe9cc 0%, #ffe9cc 55%, #FFF 45%, #FFF 100%);
}
@media screen and (max-width: 1024px) {
  #top_img {
    margin: 2% 0 0;
    background-size: auto 60%;
    background-position: center 50%;
    background: -webkit-gradient(linear, left top, right top, from(#ffe9cc), color-stop(50%, #ffe9cc), color-stop(50%, #FFF), to(#FFF));
    background: -webkit-linear-gradient(left, #ffe9cc 0%, #ffe9cc 50%, #FFF 50%, #FFF 100%);
    background: linear-gradient(90deg, #ffe9cc 0%, #ffe9cc 50%, #FFF 50%, #FFF 100%);
  }
}
@media screen and (max-width: 820px) {
  #top_img {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: none;
    background: #FFF;
  }
}
@media screen and (max-width: 540px) {
  #top_img {
    background-size: auto 60%;
  }
}
#top_img .top_pict {
  width: 55%;
  text-align: right;
  padding: 1.5% 30px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #top_img .top_pict {
    width: 50%;
    padding: 10% 20px 0 0;
  }
}
@media screen and (max-width: 820px) {
  #top_img .top_pict {
    width: 100%;
    padding: 1% 0 0 0;
    text-align: center;
    background: #ffe9cc;
  }
}
#top_img .top_pict img {
  width: 100%;
  height: auto;
  max-width: 970px;
}
@media screen and (max-width: 820px) {
  #top_img .top_pict img {
    width: 70%;
  }
}
@media screen and (max-width: 540px) {
  #top_img .top_pict img {
    width: 100%;
  }
}
#top_img .top_text {
  width: 45%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #top_img .top_text {
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  #top_img .top_text {
    width: 100%;
  }
}
#top_img .top_text .top_text_container {
  width: 85%;
  max-width: 500px;
  padding: 5% 20px 5% 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  background-image: url(images/beigeback.gif);
  background-repeat: no-repeat;
  background-position: 100% bottom;
  background-size: 20px 180px;
}
@media screen and (max-width: 1024px) {
  #top_img .top_text .top_text_container {
    width: 95%;
  }
}
@media screen and (max-width: 820px) {
  #top_img .top_text .top_text_container {
    width: 100%;
    max-width: none;
    background-image: none;
    padding: 5% 10px !important;
  }
}
@media screen and (max-width: 540px) {
  #top_img .top_text .top_text_container {
    padding: 1% 10px !important;
  }
}
#top_img .top_text .top_text_container .catch01 {
  font-size: 90px;
  font-size: 9rem;
  font-weight: bold;
  color: #33210a;
  padding: 0 20px 20px 0;
  margin: 0 !important;
  display: inline-block;
  letter-spacing: 0.1em !important;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  line-height: 95%;
  border-bottom: 1px solid #33210a;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top_img .top_text .top_text_container .catch01 span {
  color: #cc8529 !important;
}
@media screen and (max-width: 1024px) {
  #top_img .top_text .top_text_container .catch01 {
    font-size: 70px;
    font-size: 7rem;
  }
}
@media screen and (max-width: 820px) {
  #top_img .top_text .top_text_container .catch01 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 110%;
    text-align: center;
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 540px) {
  #top_img .top_text .top_text_container .catch01 {
    font-size: 42px;
    font-size: 4.2rem;
    padding: 20px 0;
  }
}
#top_img .top_text .top_text_container h1 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #33210a;
  margin: 40px 0 20px;
  padding: 0;
  letter-spacing: 0.05em !important;
  width: 100%;
}
@media screen and (max-width: 820px) {
  #top_img .top_text .top_text_container h1 {
    text-align: center;
  }
}
@media screen and (max-width: 540px) {
  #top_img .top_text .top_text_container h1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top_img .top_text .top_text_container .catch02 {
  padding: 0 20px 0 0;
  display: inline-block;
  letter-spacing: 0.05em !important;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 540px) {
  #top_img .top_text .top_text_container .catch02 {
    padding: 0;
  }
}

#info {
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 540px) {
  #info {
    padding: 0px 10px;
  }
}
#info h3 {
  font-size: 41px !important;
  font-size: 4.1rem !important;
  margin: 0px auto 20px;
}
@media screen and (max-width: 820px) {
  #info h3 {
    font-size: 31px !important;
    font-size: 3.1rem !important;
  }
}
@media screen and (max-width: 540px) {
  #info h3 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
    margin: 0px auto 10px !important;
  }
}
#info ul {
  width: 80%;
  max-width: 1000px;
  padding: 30px 0 30px 30px;
  margin: 40px auto;
  list-style: none;
  /*background-image: url(images/lightback.gif);
  background-repeat: repeat-y;
  background-size: 30% auto;*/
}
@media screen and (max-width: 540px) {
  #info ul {
    width: 100%;
    margin: 0;
    padding: 30px 0;
  }
}
#info ul li {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  #info ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 540px) {
  #info ul li {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
#info ul li a {
  color: #33210a !important;
}
#info .listpage {
  background-color: #2970cc;
  padding: 5px 20px 5px 30px;
  border-radius: 5px;
  margin: 20px 0px 10px;
  display: inline-block;
  letter-spacing: 0.1em;
}
#info .listpage a {
  color: #fff !important;
}

.sec01 {
  background-image: url(pic/TOP_01.jpg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 45% auto;
  width: 100%;
  height: 500px;
  min-height: 500px;
  margin: 146px 0;
}
@media screen and (max-width: 1024px) {
  .sec01 {
    background-size: auto 70%;
    background-position: 120% 50%;
    padding: 0 0 0 20px;
    min-height: none;
  }
}
@media screen and (max-width: 820px) {
  .sec01 {
    padding: 0;
    height: 820px;
    background-size: 70% auto !important;
    background-position: center bottom;
  }
}
@media screen and (max-width: 540px) {
  .sec01 {
    height: 780px;
    background-size: 100% auto !important;
    margin: 40px 0;
  }
}
.sec01 .container_all {
  width: 100%;
  max-width: 1200px;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .sec01 .container_all {
    width: 98%;
    text-align: center;
  }
}
.sec01 .container_all .container_left {
  width: 55%;
  max-width: 695px;
  margin-right: 45%;
  padding: 0 1%;
  text-align: left;
  height: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  /*background-image: url(images/lightback.gif);
  background-repeat: no-repeat;
  background-position: left 60%;
  background-size:60% auto; */
}
@media screen and (max-width: 1024px) {
  .sec01 .container_all .container_left {
    background-position: left bottom;
    background-size: 60% 100%;
  }
}
@media screen and (max-width: 820px) {
  .sec01 .container_all .container_left {
    width: 100%;
    margin: 0;
    height: 820px;
    background-size: 40% 50px;
    background-position: left top;
  }
}

.sec02 {
  background-image: url(pic/TOP_02.jpg);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 45% auto;
  width: 100%;
  height: 500px;
  min-height: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 146px 0;
}
@media screen and (max-width: 1024px) {
  .sec02 {
    background-size: auto 70%;
    background-position: -20% 50%;
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 820px) {
  .sec02 {
    padding: 0;
    height: 820px;
    background-size: 70% auto !important;
    background-position: center bottom;
  }
}
@media screen and (max-width: 540px) {
  .sec02 {
    height: 750px;
    background-size: 100% auto !important;
    background-position: center bottom;
    margin: 40px 0;
  }
}
.sec02 .container_all {
  width: 100%;
  max-width: 1200px;
  text-align: right;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .sec02 .container_all {
    width: 98%;
    text-align: center;
  }
}
.sec02 .container_all .container_right {
  width: 55%;
  max-width: 695px;
  margin-left: 45%;
  padding: 0 1%;
  text-align: left;
  height: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  /*background-image: url(images/lightback.gif);
  background-repeat: no-repeat;
  background-position: right 60%;
  background-size:60% auto; */
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7em;
}
@media screen and (max-width: 1024px) {
  .sec02 .container_all .container_right {
    font-size: 16px;
    font-size: 1.6rem;
    background-position: right bottom;
    background-size: 60% 100%;
  }
}
@media screen and (max-width: 820px) {
  .sec02 .container_all .container_right {
    width: 100%;
    margin: 0;
    height: auto;
    background-size: 40% 50px;
    background-position: right top;
  }
}

ul.check {
  list-style: none;
  position: relative;
}
ul.check li {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  ul.check li {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
ul.check li::before {
  font: var(--fa-font-solid);
  content: "\f058";
  position: absolute;
  left: 0.5rem;
  padding-left: 0.2rem;
  padding-top: 0.1em;
  color: #2970cc;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 1024px) {
  ul.check li::before {
    font-size: 26px;
    font-size: 2.4rem;
  }
}

section.parallax {
  margin: 250px 0 146px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  section.parallax {
    margin: 85px 0 85px;
  }
}

/*＿＿＿＿＿＿＿＿＿＿＿＿＿＿ Hタグ _________________________*/
h2.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  letter-spacing: 0.1em;
  line-height: 1em;
  font-weight: normal;
  margin: 60px auto !important;
}
h2.top::before, h2.top::after {
  content: "";
  width: 45%;
  height: 1px;
  background-color: #cc8529;
}
@media screen and (max-width: 1024px) {
  h2.top::before, h2.top::after {
    width: 25%;
  }
}
h2.top::before {
  margin-right: 25px;
}
@media screen and (max-width: 1024px) {
  h2.top::before {
    margin-right: 35px;
  }
}
h2.top::after {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  h2.top::after {
    margin-left: 30px;
  }
}

h3.top-L {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  letter-spacing: 0.1em;
  line-height: 1em;
  font-weight: normal;
  margin: 0 auto 40px;
  font-size: 33px !important;
  font-size: 3.3rem !important;
}
h3.top-L::before {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #cc8529;
  margin-right: 35px;
}
@media screen and (max-width: 540px) {
  h3.top-L::before {
    margin: 0 20px;
    height: 1px;
    line-height: 0em;
  }
}

h3.top-R {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  letter-spacing: 0.1em;
  line-height: 1em;
  font-weight: normal;
  margin: 0 auto 40px;
  font-size: 33px !important;
  font-size: 3.3rem !important;
}
h3.top-R::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #cc8529;
  margin-left: 35px;
}
@media screen and (max-width: 540px) {
  h3.top-R::after {
    margin: 0 20px;
    height: 1px;
    line-height: 0em;
  }
}

h4.top {
  font-size: 26px !important;
  font-size: 2.6rem !important;
  margin: 20px 0;
  color: #cc8529;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  h4.top {
    font-size: 21px !important;
    font-size: 2.1rem !important;
  }
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ サービス _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#service {
  width: 100%;
  padding: 0 0 20px;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 540px) {
  #service {
    background-image: none;
  }
}
#service .top_container {
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 540px) {
  #service .top_container {
    margin: 0px;
    padding: 0px;
    text-align: center;
  }
}
#service .top_container .box {
  width: 23%;
  text-align: center;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: 1px solid #cc8529;
  border-radius: 7.5px;
}
@media screen and (max-width: 820px) {
  #service .top_container .box {
    width: 42.5%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 540px) {
  #service .top_container .box {
    width: 95%;
    margin: 0 auto 20px;
  }
}
#service .top_container .box i.mark {
  font-size: 180px;
  font-size: 18rem;
}
@media screen and (max-width: 540px) {
  #service .top_container .box i.mark {
    font-size: 120px;
    font-size: 12rem;
  }
}
#service .top_container .box img {
  width: 60%;
  height: auto;
}
@media screen and (max-width: 540px) {
  #service .top_container .box img {
    width: 20%;
    height: auto;
  }
}
#service .top_container .box p {
  margin: 0 0 40px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 540px) {
  #service .top_container .box p {
    margin: 0 0 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#service .top_container .box h3 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
  margin: 10px auto;
  color: #33210a;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 540px) {
  #service .top_container .box h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#service .top_container .box .button {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin: 10px auto 0;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 540px) {
  #service .top_container .box .button {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#service .top_container .box .button a {
  width: 100%;
  max-width: 300px;
  color: #ffffff !important;
  display: inline-block;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background-color: #cc8529;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#service .top_container .box .button a:hover {
  background-color: #2970cc;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#main_service {
  width: 100%;
  padding: 0;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#main_service .box {
  width: 50%;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  height: 375px;
}
#main_service .left {
  background-image: url("images/html_banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#main_service .right {
  background-image: url("images/wp_banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#main_service h3 {
  font-size: 40px !important;
  font-size: 4rem !important;
  color: #FFF;
  margin: 0px;
}

/*//////////////////////パララックス/////////////////////////*/
.parallax-mirror {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top; /* 縦中央寄せ */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; /* 横中央寄せ */
}

.parallax-container {
  width: 100%;
  min-height: 700px; /* 最小サイズを指定 */
  background: transparent;
  margin: 0;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .parallax-container {
    min-height: 550px; /* 最小サイズを指定 */
  }
}
@media screen and (max-width: 540px) {
  .parallax-container {
    min-height: 650px; /* 最小サイズを指定 */
  }
}
.parallax-container .layer {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1080px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  background-image: url(images/whiteback.png);
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: center center;
}
@media screen and (max-width: 1024px) {
  .parallax-container .layer {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 540px) {
  .parallax-container .layer {
    background-size: 100% 100%;
  }
}
.parallax-container .layer p {
  width: 90%;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.8em;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .parallax-container .layer p {
    width: 96%;
    padding: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 540px) {
  .parallax-container .layer p {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7em;
    text-align: justify;
  }
}
.parallax-container .layer h2 {
  text-align: center;
  font-family: "M PLUS 2", sans-serif;
  font-size: 42px !important;
  font-size: 4.2rem !important;
  font-weight: 500;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1200px) {
  .parallax-container .layer h2 {
    font-size: 31px !important;
    font-size: 3.1rem !important;
  }
}
@media screen and (max-width: 820px) {
  .parallax-container .layer h2 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
}
@media screen and (max-width: 540px) {
  .parallax-container .layer h2 {
    font-size: 21px !important;
    font-size: 2.1rem !important;
    margin: 0 auto 10px;
  }
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ 下層ページ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.sub_container {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  padding: 20px 30px;
}
@media screen and (max-width: 1200px) {
  .sub_container {
    width: 96%;
    padding: 20px;
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 820px) {
  .sub_container {
    padding: 20px;
  }
}
@media screen and (max-width: 540px) {
  .sub_container {
    width: 100%;
    margin: 20px 0 0;
    padding: 10px;
  }
}

/*h1*/
.title {
  width: 100%;
  height: 360px;
  text-align: center;
  margin: 60px 0 0;
  padding: 0;
  display: inline-block;
  background-image: url(images/h1footstamp.png);
  background-repeat: repeat-x;
  background-size: auto 180px;
  background-position: left center;
}
@media screen and (max-width: 1024px) {
  .title {
    height: 300px;
    background-size: 300px auto;
    background-position: 95% center;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 540px) {
  .title {
    height: 320px;
    background-position: center center;
    margin: 0px auto 40px;
    background-size: 300px auto;
  }
}
.title h1.page {
  width: 100%;
  max-width: 1200px;
  margin: 0px 0px 10px;
  background-image: url(pic/h1.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 28% auto;
  height: 360px;
  display: inline-block;
  position: relative;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
@media screen and (max-width: 1200px) {
  .title h1.page {
    width: 100% !important;
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .title h1.page {
    height: 300px;
    margin: 0px;
    background-size: 25% auto;
  }
}
@media screen and (max-width: 540px) {
  .title h1.page {
    height: 300px;
    background-size: 55% auto;
    background-position: center center;
  }
}
.title h1.page span {
  position: absolute;
  left: 350px;
  top: 45%;
  color: #33210a;
  font-size: 38px;
  font-size: 3.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  padding: 0 30px 20px;
}
@media screen and (max-width: 1024px) {
  .title h1.page span {
    left: 270px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 820px) {
  .title h1.page span {
    left: 210px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 540px) {
  .title h1.page span {
    font-size: 28px;
    font-size: 2.8rem;
    left: 50%;
    top: 110%;
    -webkit-transform: translate(-50%, -110%);
            transform: translate(-50%, -110%);
    width: 100%;
    text-align: center;
    border-left: solid 0px;
  }
}

h2.lower {
  color: #cc8529;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
}
@media screen and (max-width: 540px) {
  h2.lower {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
h2.normal {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 500;
  padding: 0 10px 15px;
  display: inline-block;
  border-bottom: 3px double #2970cc;
}
@media screen and (max-width: 540px) {
  h2.normal {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.5em;
  }
}

h3 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
  font-weight: 600;
}
@media screen and (max-width: 540px) {
  h3 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
}
h3.lower {
  color: #2970cc;
  padding: 0;
  margin: 20px 0;
  font-size: 21px !important;
  font-size: 2.1rem !important;
}
@media screen and (max-width: 540px) {
  h3.lower {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
}
h3.underbar {
  border-bottom: 1px dotted #2970cc;
  padding: 0 0 10px 10px;
  font-size: 21px !important;
  font-size: 2.1rem !important;
  /*color: $sub-color;*/
}
@media screen and (max-width: 540px) {
  h3.underbar {
    padding: 0 0 5px 0;
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
}

h4 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}
@media screen and (max-width: 540px) {
  h4 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
}

/*パンくず*/
/* パンくずリスト */
#breadcrumbs {
  width: 100%;
  max-width: 1200px;
  text-align: left;
  padding: 0 20px;
  margin: 40px auto;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 540px) {
  #breadcrumbs {
    padding: 0 10px;
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#breadcrumbs ul li {
  display: inline;
}
#breadcrumbs ul li a {
  text-decoration: none;
}
#breadcrumbs li + li:before {
  content: "  »  ";
  margin: 0.5em;
}

img.scaler {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 40px 0px;
}
@media screen and (max-width: 820px) {
  img.scaler {
    margin: 20px 0px !important;
  }
}
@media screen and (max-width: 540px) {
  img.scaler {
    margin: 15px 0px !important;
  }
}
img.scaler80 {
  width: 80%;
  height: auto;
  max-width: 650px;
  margin: 50px 0px;
}
@media screen and (max-width: 820px) {
  img.scaler80 {
    margin: 25px 0px !important;
  }
}
@media screen and (max-width: 540px) {
  img.scaler80 {
    margin: 15px 0px !important;
  }
}
img.top20 {
  vertical-align: middle;
  display: inline-block;
}
img.right_lay {
  float: right;
  margin: 0px 0px 10px 10px;
}
img.left_lay {
  float: left;
  margin: 0px 20px 10px 0px;
}

.button {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 20px auto;
  padding: 10px 30px;
}
@media screen and (max-width: 540px) {
  .button {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0px auto;
    padding: 10px 20px;
  }
}
.button a {
  width: 100%;
  max-width: 300px;
  color: #FFF !important;
  display: inline-block;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background-color: #2970cc;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.button a:hover {
  background-color: #cc2970;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-box-shadow: 0px 0px 5px #33210a;
          box-shadow: 0px 0px 5px #33210a;
}

.button2 {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 20px auto;
  padding: 10px 30px;
}
@media screen and (max-width: 540px) {
  .button2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0px auto;
    padding: 10px 20px;
  }
}
.button2 a {
  width: 100%;
  max-width: 300px;
  color: #FFF !important;
  display: inline-block;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background-color: #cc8529;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.button2 a:hover {
  background-color: #2970cc;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-box-shadow: 0px 0px 5px #33210a;
          box-shadow: 0px 0px 5px #33210a;
}

ul.dotless {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
ul.dotless li {
  margin-bottom: 30px;
}

/*=============================== 目次 ===============================*/
h2 {
  font-size: 31px;
  font-size: 3.1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 40px 0 !important;
}
@media screen and (max-width: 540px) {
  h2 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
    margin: 20px 0 !important;
    line-height: 1.3em;
    text-align: center;
  }
}
h2.vlu, h2.wp, h2.htm, h2.other {
  border-bottom: 5px solid #cc2970;
  padding: 0px 20px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #2970cc;
}
h2.vlu::before, h2.wp::before, h2.htm::before, h2.other::before {
  font-family: "Font Awesome 6 Free";
  content: "\f1b0";
  font-weight: 900;
  margin-right: 10px;
}
h2 i {
  font-size: 45px;
  font-size: 4.5rem;
  margin-right: 10px;
}
@media screen and (max-width: 540px) {
  h2 i {
    font-size: 38px;
    font-size: 3.8rem;
  }
}

h2.line_2color {
  position: relative;
  padding: 0.8rem 0;
  margin-bottom: 2rem;
  overflow: hidden;
  color: #353535;
  font-weight: 500;
  font-size: 24rem;
  font-size: 2.4rem;
}
h2.line_2color:before, h2.line_2color:after {
  position: absolute;
  width: 100%;
  bottom: 0;
  content: "";
}
h2.line_2color:before {
  border-bottom: 3px solid #2970cc;
}
h2.line_2color:after {
  border-bottom: 3px solid #353535;
}
@media screen and (max-width: 540px) {
  h2.line_2color {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.index {
  border: 3px dotted #2970cc;
  padding: 25px;
  text-align: center;
  border-radius: 10px;
  margin: 80px auto;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .index {
    padding: 15px;
    width: 70%;
  }
}
@media screen and (max-width: 540px) {
  .index {
    padding: 10px;
    width: 90%;
    margin: 40px auto;
  }
}
.index h3 {
  font-size: 21px;
  font-size: 2.1rem;
  color: #003660;
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .index h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.index h4 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #003660;
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .index h4 {
    padding: 5px;
    width: 90%;
    margin: 0 0 10px;
  }
}
.index ul {
  text-align: left;
  margin: 0;
  padding: 0 20px;
}
.index ul li {
  margin: 10px 0;
}
.index ul li a {
  color: #cc8529;
}

/* 開閉する要素 */
.open_closed {
  width: 90%;
  height: 100%;
  display: inline-block;
  margin: 0 auto;
}

.main {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 50px;
}
@media screen and (max-width: 540px) {
  .main {
    margin: 0 auto;
  }
}

a.oc-button {
  cursor: pointer;
  margin: 5px 0;
}

.page_link {
  text-align: center;
  width: auto;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  margin: 40px auto;
}
.page_link a {
  color: #FFF !important;
  width: 100%;
  padding: 10px 20px;
  background-color: #2970cc;
  border-radius: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page_link a:hover {
  color: #2970cc;
  background-color: #cc2970;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.fee_link {
  padding: 10px 20px;
  text-align: center;
  width: auto;
  background-color: #74bbe2;
  border-radius: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  margin: 40px auto;
  display: inline-block;
}
.fee_link a {
  color: #FFF !important;
}
.fee_link a:hover {
  color: orange !important;
}

/*=============================== 料金ページ ===============================*/
h3 {
  font-size: 33px !important;
  font-size: 3.3rem !important;
  font-weight: 600;
  padding: 10px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 25px 0;
}
@media screen and (max-width: 540px) {
  h3 {
    margin: 40px 0;
    font-size: 29px !important;
    font-size: 2.9rem !important;
    line-height: 1.5em;
  }
}
h3.wp {
  padding: 15px 0;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#cc8529));
  background: -webkit-linear-gradient(left, #cc8529 0% 100%);
  background: linear-gradient(90deg, #cc8529 0% 100%);
  background-repeat: no-repeat;
  background-size: 80px 4px;
  background-position: center bottom;
  text-align: center;
}
h3.ldg {
  padding: 15px 0;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#cc8529));
  background: -webkit-linear-gradient(left, #cc8529 0% 100%);
  background: linear-gradient(90deg, #cc8529 0% 100%);
  background-repeat: no-repeat;
  background-size: 80px 4px;
  background-position: center bottom;
  text-align: center;
}
h3.other {
  padding: 0 0 35px;
  background: -webkit-gradient(linear, left top, right top, from(#404040));
  background: -webkit-linear-gradient(left, #404040 0% 100%);
  background: linear-gradient(90deg, #404040 0% 100%);
  background-repeat: no-repeat;
  background-size: 160px 4px;
  background-position: center bottom;
  text-align: center;
  margin: 80px 0 !important;
  font-size: 33px !important;
  font-size: 3.3rem !important;
}
@media screen and (max-width: 820px) {
  h3.other {
    margin: 60px 0 !important;
    font-size: 31px !important;
    font-size: 3.1rem !important;
  }
}
@media screen and (max-width: 540px) {
  h3.other {
    margin: 40px 0 !important;
    padding: 0 0 15px;
    font-size: 29px !important;
    font-size: 2.9rem !important;
  }
}

table.fee-blue {
  width: 100%;
  margin: 20px auto;
  border-collapse: separate;
  border-spacing: 0px;
}
@media screen and (max-width: 540px) {
  table.fee-blue {
    margin: 20px auto;
    list-style: none;
  }
}
@media screen and (max-width: 540px) {
  table.fee-blue tr {
    display: block;
  }
}
table.fee-blue thead th {
  padding: 5px 20px;
  /*border-right: 1px solid #888;*/
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 540px) {
  table.fee-blue thead th {
    display: none;
  }
}
table.fee-blue tbody th {
  width: 30%;
  text-align: center;
  padding: 10px;
  border-top: 10px solid #fff;
  overflow: visible;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 540px) {
  table.fee-blue tbody th {
    display: list-item;
    padding: 5px;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
table.fee-blue tbody th:before {
  content: "";
  border: solid transparent;
  position: absolute;
  border-width: 12px;
  margin-top: -12px;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  pointer-events: none;
  font-weight: lighter;
}
@media screen and (max-width: 540px) {
  table.fee-blue tbody th:before {
    border-width: 0px;
    margin-top: 0px;
  }
}
table.fee-blue tbody td {
  padding: 15px 30px;
  border-top: 10px solid #fff;
  text-align: left !important;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 540px) {
  table.fee-blue tbody td {
    display: list-item;
    padding: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 0px solid;
  }
}
table.fee-blue tbody td.price {
  color: #FF4E00;
  width: 40%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8em;
}
@media screen and (max-width: 540px) {
  table.fee-blue tbody td.price {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

table.fee-brown {
  width: 100%;
  margin: 20px auto;
  border-collapse: separate;
  border-spacing: 0px;
}
@media screen and (max-width: 540px) {
  table.fee-brown {
    margin: 20px auto;
    list-style: none;
  }
}
@media screen and (max-width: 540px) {
  table.fee-brown tr {
    display: block;
  }
}
table.fee-brown thead th {
  padding: 5px 20px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 540px) {
  table.fee-brown thead th {
    display: none;
  }
}
table.fee-brown tbody th {
  width: 30%;
  text-align: center;
  padding: 10px;
  /*border-bottom: 1px solid #888;*/
  border-top: 10px solid #fff;
  overflow: visible;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}
@media screen and (max-width: 540px) {
  table.fee-brown tbody th {
    display: list-item;
    padding: 5px;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
table.fee-brown tbody th:before {
  content: "";
  border: solid transparent;
  position: absolute;
  /*border-color:$gray-l;
  border-left-color:$vlu-sub;*/
  border-width: 12px;
  margin-top: -12px;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  pointer-events: none;
  font-weight: lighter;
}
@media screen and (max-width: 540px) {
  table.fee-brown tbody th:before {
    border-width: 0px;
    margin-top: 0px;
  }
}
table.fee-brown tbody td {
  padding: 15px 30px;
  border-top: 10px solid #fff;
  text-align: left !important;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 540px) {
  table.fee-brown tbody td {
    display: list-item;
    padding: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 0px solid;
  }
}
table.fee-brown tbody td.price {
  color: #FF4E00;
  width: 40%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8em;
}
@media screen and (max-width: 540px) {
  table.fee-brown tbody td.price {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

table.fee-orange {
  width: 100%;
  margin: 20px auto;
  border-collapse: separate;
  border-spacing: 0px;
}
@media screen and (max-width: 540px) {
  table.fee-orange {
    margin: 20px auto;
    list-style: none;
  }
}
@media screen and (max-width: 540px) {
  table.fee-orange tr {
    display: block;
  }
}
table.fee-orange thead th {
  color: #FFFFFF;
  background-color: #333;
  padding: 5px 20px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  /*border-right: 1px solid #888;*/
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom-color: #CCCCCC;
}
@media screen and (max-width: 540px) {
  table.fee-orange thead th {
    display: none;
  }
}
table.fee-orange tbody th {
  width: 30%;
  text-align: center;
  padding: 10px;
  /*border-bottom: 1px solid #888;*/
  border-top: 5px solid #fff;
  overflow: visible;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFF;
}
@media screen and (max-width: 540px) {
  table.fee-orange tbody th {
    display: list-item;
    padding: 5px;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
table.fee-orange tbody th:before {
  content: "";
  border: solid transparent;
  position: absolute;
  /*border-color:$vlu-sub;
  border-left-color:$vlu-main;*/
  border-width: 12px;
  margin-top: -12px;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  pointer-events: none;
  font-weight: lighter;
}
@media screen and (max-width: 540px) {
  table.fee-orange tbody th:before {
    border-width: 0px;
    margin-top: 0px;
  }
}
table.fee-orange tbody td {
  padding: 15px 30px;
  /*border-right: 1px solid #888;
  border-bottom: 1px solid #888;*/
  border-top: 5px solid #fff;
  text-align: left !important;
  background-color: #ffc400;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 540px) {
  table.fee-orange tbody td {
    display: list-item;
    padding: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 0px solid;
  }
}
table.fee-orange tbody td.price {
  color: #FF4E00;
  width: 40%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8em;
}
@media screen and (max-width: 540px) {
  table.fee-orange tbody td.price {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

table.fee-common {
  width: 100%;
  margin: 40px auto 100px;
  border-collapse: separate;
  border-spacing: 0px;
}
@media screen and (max-width: 540px) {
  table.fee-common {
    margin: 10px auto 40px !important;
    list-style: none;
  }
}
table.fee-common thead th {
  color: #333;
  padding: 5px 20px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 540px) {
  table.fee-common thead th {
    display: none;
  }
}
table.fee-common tbody th {
  width: 30%;
  text-align: center;
  background-color: #2970cc;
  padding: 10px;
  /*border-bottom: 1px solid #888;*/
  border-top: 10px solid #fff;
  overflow: visible;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFF;
}
@media screen and (max-width: 820px) {
  table.fee-common tbody th {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 540px) {
  table.fee-common tbody th {
    display: list-item;
    padding: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
table.fee-common tbody th:before {
  content: "";
  border: solid transparent;
  position: absolute;
  border-color: #f3f3f3;
  border-left-color: #2970cc;
  border-width: 12px;
  margin-top: -12px;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  pointer-events: none;
  font-weight: lighter;
}
@media screen and (max-width: 540px) {
  table.fee-common tbody th:before {
    border-width: 0px;
    margin-top: 0px;
  }
}
table.fee-common tbody td {
  padding: 15px 30px;
  /*border-right: 1px solid #888;
  border-bottom: 1px solid #888;*/
  border-top: 10px solid #fff;
  text-align: left !important;
  background-color: #f3f3f3;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 540px) {
  table.fee-common tbody td {
    display: list-item;
    padding: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 0px solid;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
table.fee-common tbody td.price {
  color: #FF4E00;
  width: 40%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8em;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  table.fee-common tbody td.price {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 540px) {
  table.fee-common tbody td.price {
    font-size: 14x;
    font-size: 1.4rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

table.prof {
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-collapse: collapse;
}
@media screen and (max-width: 540px) {
  table.prof {
    margin: 20px auto;
    list-style: none;
  }
}
@media screen and (max-width: 540px) {
  table.prof tr {
    display: block;
  }
}
table.prof th {
  width: 30%;
  text-align: center;
  color: #FFFFFF;
  background-color: #2970cc;
  padding: 20px;
  position: relative;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: lighter;
  border-bottom: 2px solid #FFF;
}
@media screen and (max-width: 540px) {
  table.prof th {
    display: list-item;
    padding: 5px !important;
    width: 100% !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    border-bottom: 5px solid #2970cc;
    background-color: inherit;
    color: #cc8529;
    background-color: #FCF8EE;
    font-weight: bolder;
  }
}
table.prof th:after {
  content: "";
  border: solid transparent;
  position: absolute;
  border-color: 1px solid #2970cc;
  border-left-color: #2970cc;
  border-width: 10px;
  margin-top: -10px;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  pointer-events: none;
  font-weight: lighter;
}
@media screen and (max-width: 540px) {
  table.prof th:after {
    display: none;
  }
}
table.prof td {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 40px;
  padding-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 2px solid #FFF;
}
@media screen and (max-width: 540px) {
  table.prof td {
    display: list-item;
    padding: 5px !important;
    width: 100% !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #FCF8EE;
    border-bottom: 10px solid #FFF;
  }
}

table.inq {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
}
@media screen and (max-width: 540px) {
  table.inq {
    margin: 20px 0;
    padding: 0;
    list-style: none;
  }
}
@media screen and (max-width: 540px) {
  table.inq tr {
    display: block;
  }
}
table.inq th {
  width: 20%;
  text-align: center;
  padding: 20px 10px;
  /*position: relative;*/
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 3px solid #2970cc;
}
@media screen and (max-width: 540px) {
  table.inq th {
    display: list-item;
    padding: 5px !important;
    width: 100% !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    font-weight: 900;
  }
}
table.inq td {
  padding: 20px 10px 20px 20px;
  border-bottom: 1px solid #888;
  text-align: left;
  font-size: 1.6rem;
  font-size: 16px;
}
@media screen and (max-width: 540px) {
  table.inq td {
    display: list-item;
    padding: 5px !important;
    width: 100% !important;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
}
table.inq td input {
  margin: 5px;
  padding: 10px;
}
table.inq td input.long {
  width: 70% !important;
}
@media screen and (max-width: 540px) {
  table.inq td input.long {
    width: 90% !important;
  }
}
table.inq td input.mid {
  width: 50% !important;
}
@media screen and (max-width: 540px) {
  table.inq td input.mid {
    width: 70% !important;
  }
}
table.inq td input.short {
  width: 20% !important;
}
table.inq td select {
  font-size: 18rem;
  font-size: 18px;
  padding: 5px;
}
table.inq td textarea {
  font-size: 16rem;
  font-size: 16px;
  padding: 5px;
  margin: 5px;
  width: 70%;
  height: 50%;
}

span.submit input {
  font-size: 16rem;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #2970cc;
}
span.require {
  color: #FF0000;
  font-size: 14rem;
  font-size: 14px;
  margin-left: 10px;
}
span.wpcf7-list-item {
  display: block;
}

.Confirm, .Thanks {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.mw_wp_form_confirm .confirm-hidden {
  display: none;
}

.mw_wp_form_complete .confirm-hidden {
  display: none;
}

/*
.mwform-radio-field, .mwform-checkbox-field{
display: block;
white-space: nowrap;
float: left;

    @include mobile-pro{
        float: none;
    }
}
*/
.mwform-checkbox-field-text {
  margin-right: 20px;
}

.error {
  color: #FF0000;
  display: inline-block;
  width: 100%;
}

.send-over {
  margin: 0 0 150px;
  text-align: center !important;
}
.send-over h3 {
  font-size: 31px;
  font-size: 3.1rem;
  font-weight: 900;
  color: #cc8529;
}
.send-over img {
  margin: 40px auto 80px !important;
}

ul.agree {
  list-style: none;
  margin: 60px 0;
  padding: 0;
  width: 100% !important;
}
ul.agree li {
  border-bottom: 1px dotted #555555;
  padding: 10px;
  margin: 0 0 20px;
  background-color: antiquewhite;
  display: inline-block;
  width: 100%;
  min-width: 0;
  white-space: normal !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul.agree li .mwform-checkbox-field {
  display: block !important;
  white-space: inherit;
  float: none;
}
@media screen and (max-width: 540px) {
  ul.agree li {
    float: none;
  }
}

.htm-promotion {
  width: 485px;
  height: 280px;
  padding: 60px;
  margin: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-image: url("images/html5.svg");
  background-repeat: no-repeat;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 540px) {
  .htm-promotion {
    width: 100%;
    height: auto;
    background-image: url("images/html5-mb.svg");
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #f0ffd4;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.htm-promotion ul {
  margin: 20px 0;
  padding: 0 20px;
  display: inline-block;
  width: 96%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.htm-promotion ul li {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900 !important;
  padding: 0;
}
@media screen and (max-width: 540px) {
  .htm-promotion ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.htm-promotion .button {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 20px auto;
  position: absolute;
  bottom: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
  padding: 0;
}
@media screen and (max-width: 540px) {
  .htm-promotion .button {
    font-size: 16px;
    font-size: 1.6rem;
    position: static;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 10px auto 0;
  }
}
.htm-promotion .button a {
  width: 100%;
  max-width: 300px;
  display: inline-block;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  color: #FFF !important;
  background-color: #cc8529;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.htm-promotion .button a:hover {
  background-color: #2970cc;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  color: #cc8529 !important;
}

/*=============================== 実績ページ ===============================*/
ol.portfolio {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 80px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
ol.portfolio::after {
  content: "";
  display: block;
  width: 30%;
}
@media screen and (max-width: 820px) {
  ol.portfolio {
    margin: 60px 0;
  }
}
@media screen and (max-width: 540px) {
  ol.portfolio {
    margin: 40px 0 0;
    padding: 0px;
  }
}
ol.portfolio li {
  width: 32.5%;
  font-size: 50px;
  font-size: 5rem;
  margin-bottom: 40px;
  font-family: "Poiret One", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #2970cc;
  line-height: 1.5em;
}
@media screen and (max-width: 540px) {
  ol.portfolio li {
    font-size: 30px;
    font-size: 3rem;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
ol.portfolio li img {
  width: 100%;
  height: auto;
}

/* _| _| _| _| _| _| _| _| _| _| _| _| ブログページ設定 _| _| _| _| _| _| _| _| _| _| _| _|  */
#blog_container {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  #blog_container {
    display: inline-block;
  }
}
#blog_container .article_sec {
  width: 72%;
  padding: 0px 1%;
  display: inline-block;
}
@media screen and (max-width: 820px) {
  #blog_container .article_sec {
    width: 100%;
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
  }
}
#blog_container .article_sec .entry {
  text-align: left;
  width: 100%;
  margin: 20px 0px 40px;
  border-bottom: 1px solid #5D5D5D;
  padding: 0px 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 540px) {
  #blog_container .article_sec .entry {
    margin: 10px 0 20px 0 !important;
  }
}
#blog_container .article_sec .entry img {
  max-width: 820px;
  height: auto;
  margin: 20px auto;
}
#blog_container .article_sec .entry h3.blog_title {
  font-size: 24px !important;
  font-size: 2.4rem !important;
  padding: 0 1%;
  margin: 0 0 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #854E09;
}
@media screen and (max-width: 820px) {
  #blog_container .article_sec .entry h3.blog_title {
    margin: 10px 0 !important;
    padding: 0;
  }
}
@media screen and (max-width: 540px) {
  #blog_container .article_sec .entry h3.blog_title {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
}
#blog_container .article_sec .entry .blog_sentence {
  padding: 10px 20px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 820px) {
  #blog_container .article_sec .entry .blog_sentence {
    padding: 0px 1%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 820px) {
  #blog_container .article_sec .entry .blog_sentence {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#blog_container .article_sec .entry .date {
  width: 100%;
  padding: 5px 1% 5px 1%;
  background-color: #2970cc;
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  font-weight: 700;
  margin: 0px 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#blog_container .article_sec .entry .category {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #2970cc;
  padding: 0 10px;
}
#blog_container .article_sec .pagenation {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0px 0px 60px;
  width: 100%;
  text-align: center;
  float: left;
}
@media screen and (max-width: 820px) {
  #blog_container .article_sec .pagenation {
    margin: 0px 0px 30px;
  }
}
#blog_container .article_sec .page {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0px 0px 60px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 820px) {
  #blog_container .article_sec .page {
    margin: 0px 0px 30px;
  }
}
#blog_container .article_sec .page-numbers {
  margin: 2px;
}
#blog_container .article_sec .page a {
  background-color: azure;
  border: 1px solid #898989;
  padding: 5px 10px;
}
#blog_container .article_sec .page a:hover {
  background-color: #FFC3C4;
}
#blog_container .article_sec .prev, #blog_container .article_sec .next {
  width: 100px;
  background-color: #FFF !important;
  border: 0px solid !important;
}
#blog_container .archive_sec {
  width: 25%;
  padding: 0px 1% 50px;
  text-align: left;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  #blog_container .archive_sec {
    display: none;
    margin: 0;
    padding: 0;
  }
}
#blog_container .archive_sec section {
  margin: 0 0 60px;
}
#blog_container .archive_sec section select {
  margin: 0;
  padding: 0;
}
#blog_container .archive_sec section ul {
  margin: 0;
  padding: 0 5px;
  list-style: none;
}
#blog_container .archive_sec section ul li {
  margin-bottom: 10px;
  border-bottom: 1px dotted #4B4B4B;
  padding-bottom: 10px;
  font-size: 16px !important;
  font-size: 1.6rem !important;
}
#blog_container .archive_sec section h3.sb {
  font-size: 28px !important;
  font-size: 2.8rem !important;
  margin: 0 0 20px;
  color: #854E09;
  text-align: left;
  padding: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 200;
}

/*_| _| _| _| _| _| _| _| _| _| _| _| フロー関係_| _| _| _| _| _| _| _| _| _| _| _| */
.flow {
  margin-bottom: 30px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px !important;
  }
}
.flow .flow-title {
  clear: both;
  float: left;
  width: 20%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .flow .flow-title {
    width: 100%;
  }
}
.flow .flow-title h3 {
  margin: 0;
  font-size: 21px !important;
  font-size: 2.1rem !important;
  font-weight: lighter;
  padding: 10px 0;
  background-color: #2970cc;
  color: #fff;
  text-align: center;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .flow .flow-title h3 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
}
.flow .flow-title h3:after {
  content: "";
  border: solid transparent;
  position: absolute;
  border-color: 1px solid #2970cc;
  border-top-color: #2970cc;
  border-width: 20px;
  margin-top: -20px;
  left: 50%;
  bottom: -35%;
  -webkit-transform: translate(-50%, 35%);
          transform: translate(-50%, 35%);
  height: 0;
  width: 0;
  pointer-events: none;
  font-weight: lighter;
}
.flow .flow-title .h3dammy {
  margin: 0;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: lighter;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2970cc;
  color: #fff;
  text-align: center;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .flow .flow-title .h3dammy {
    font-size: 18x;
    font-size: 1.8rem;
  }
}
.flow .flow-sentence {
  width: 78%;
  margin-left: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .flow .flow-sentence {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 0px;
  }
}

/*_| _| _| _| _| _| _| _| _| _| _| _| FAQ関係_| _| _| _| _| _| _| _| _| _| _| _| */
.faq {
  margin: 0 0 50px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .faq {
    padding: 0 20px;
  }
}
@media screen and (max-width: 540px) {
  .faq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
    margin: 0 0 30px;
  }
}
.faq i {
  font-size: 50px;
  font-size: 5rem;
}
.faq .mark {
  clear: left;
  width: 6%;
  margin-bottom: 40px;
  padding: 0;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq .mark i {
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 540px) {
  .faq .mark {
    margin-bottom: 10px;
    width: 100%;
  }
}
.faq .sentence {
  clear: left;
  width: 90%;
  margin-bottom: 40px;
  padding: 0;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: auto;
}
.faq .sentence i {
  color: #2970cc;
}
.faq .sentence p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 540px) {
  .faq .sentence p {
    position: static;
    top: 0%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media screen and (max-width: 820px) {
  .faq .sentence {
    width: 88%;
  }
}
@media screen and (max-width: 540px) {
  .faq .sentence {
    width: 100%;
    padding: 0;
    position: static;
    margin-bottom: 10px;
  }
}

/* _| _| _| _| _| _| _| _| _| _| _| _| プランページ _| _| _| _| _| _| _| _| _| _| _| _|  */
ul.emphasize {
  margin: 10px 40px 20px;
}
ul.emphasize li {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: rgb(255, 0, 115);
}
ul.emphasize li span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #2970cc;
}
@media screen and (max-width: 540px) {
  ul.emphasize li {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
ul.emphasize li .emp {
  font-weight: bolder;
  color: #36daff;
  font-size: 28px !important;
  font-size: 2.8rem !important;
}
@media screen and (max-width: 540px) {
  ul.emphasize li .emp {
    font-size: 21px !important;
    font-size: 2.1rem !important;
  }
}
@media screen and (max-width: 540px) {
  ul.emphasize {
    margin: 10px 30px 20px !important;
  }
}

/* _| _| _| _| _| _| _| _| _| _| _| _| テキスト設定 _| _| _| _| _| _| _| _| _| _| _| _|  */
.micro_text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3em;
}

.small_text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}

.mid_text {
  font-size: 16px;
  font-size: 1.6rem;
}

.half_large_text {
  font-size: 20px;
  font-size: 2rem;
}

.large_text {
  font-size: 24px;
  font-size: 2.4rem;
}

.largest_text {
  font-size: 27px;
  font-size: 2.7rem;
}

.big_text {
  font-size: 34px;
  font-size: 3.4rem;
}

.biggest_text {
  font-size: 42px;
  font-size: 4.2rem;
}

.bold {
  font-weight: 600 !important;
}

.boldest {
  font-weight: 800 !important;
}

.blue {
  color: #00b9ef;
}

.white {
  color: #FFF;
}

.water {
  color: #008cd6;
}

.purple_blue {
  color: #3b5998;
}

.pink {
  color: #eb6ea5;
}

.brown {
  color: #966731;
}

.red {
  color: #FF0004 !important;
}

.purple {
  color: #a64a97;
}

.mint {
  color: #36a2ae;
}

.green {
  color: #1B4B20;
}

.noto_bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

/* _| _| _| _| _| _| _| _| _| _| _| _| レイアウト設定 _| _| _| _| _| _| _| _| _| _| _| _|  */
.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.snapwidget-widget {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: inline-block;
}

.center_lay {
  width: 100%;
  text-align: center !important;
}

.tw {
  background-color: #249AE8 !important;
  color: #FFF;
}

.fb {
  background-color: #324B97 !important;
  color: #FFF;
}

.insta {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ad20ff), color-stop(0, #ff2b29));
  background: -webkit-linear-gradient(#ff2b29, #ad20ff);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff2b29), to(#ad20ff));
  background: linear-gradient(#ff2b29, #ad20ff);
  color: #FFF;
}

.blog {
  background-color: #FF9631 !important;
  color: #FFF;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 540px) {
  .mt30 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 540px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 540px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 540px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 540px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 540px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 540px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 540px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mtb10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mtb20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mtb30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 540px) {
  .mtb30 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

.mtb40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 540px) {
  .mtb40 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

.mtb60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
@media screen and (max-width: 540px) {
  .mtb60 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

.mtb80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
@media screen and (max-width: 540px) {
  .mtb80 {
    margin-top: 40px !important;
    margin-bottom: 420px !important;
  }
}/*# sourceMappingURL=style.css.map */