@charset "utf-8";

/* CSS Document */

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  color: #333;
  font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 13px;
  *font-size: small;
  *font: x-small;
  line-height: 1.8;
  margin: 0 auto;
  background: #fff;
}

a {
  text-decoration: none;
}

/*パンくず*/

#pankuzu {
  /*	float:right;
*/
  padding-left: 0px;
  font-size: 15px;
  margin: 0 0 0;
}

#pankuzu li {
  display: inline;
}

#pankuzu li a {
  display: inline;
  padding: 0;
}

#pankuzu li + li:before {
  margin: 0 10px;
  content: ">";
}

/*テーブル*/

.bs th {
  color: #fff;
  background: #f60;
  padding: 15px;
}

.bs td {
  padding: 10px;
  text-align: center;
}

.bs.type1 td {
  text-align: left;
}

.bs th,
.bs td {
  border: solid 1px #cc5302;
}

table.company {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 10px;
  font-size: 14px;
}

table.company th {
  padding: 10px;
}

table.company td {
  padding: 10px;
}

table.company th {
  background: #ff6600;
  vertical-align: middle;
  text-align: left;
  width: 20%;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}

table.company th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(3, 121, 186, 0);
  border-left-color: #ff6600;
  border-width: 10px;
  margin-top: -10px;
}

table.company td {
  background: #f5f5f5;
  padding-left: 20px;
}

/*新メールフォーム*/

.form-contents {
  padding: 35px 0px !important;
  width: 100% !important;
}

.form-contents .submit-btn {
  cursor: pointer !important;
  display: block !important;
  margin: 0 auto 5px !important;
  padding: 10px 0 10px !important;
  color: #fff !important;
  text-align: center !important;
  width: 250px !important;
  border-radius: 5px !important;
  background: #ff6600 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  border: 2px solid #ff6600 !important;
}

.form-contents .submit-btn:hover {
  background: #fff !important;
  color: #ff6600 !important;
}

.form-contents .submit-btn:hover:before {
  background-color: #ff6600 !important;
}

.form-contents .submit-btn * {
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form-contents .submit-btn * {
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form {
  margin: 10px 0 10px;
}

.form dt span {
  color: #fff;
  background: #ff4f4f;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}

.form dt strong {
  color: #fff;
  background: #999;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}

.form dl {
  margin: 10px 0;
  font-size: 16px;
}

.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
}

.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}

.form dd p {
  font-size: 14px;
  padding-top: 5px;
  color: #888;
}

.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.dropdown {
  border-radius: 2px;
  border: 1px solid #ddd;
}

.textarea,
.textarea2 {
  width: 95%;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 5px;
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
}

.tcen {
  text-align: center;
}

#mailform button {
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 5px;
  background: #ff6600;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #ff6600;
}

#mailform button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  margin-right: 6px;
}

#mailform button:hover {
  background: #fff;
  color: #ff6600;
}

#mailform button * {
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form-button * {
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form-btn {
  background: #f60;
  padding: 10px;
  border-radius: 10px;
  width: 100px;
  margin: 0 auto;
}

.form-btn a {
  color: #fff;
}

/*header*/

.bxslider li {
  height: 400px;
}

/*nav*/

nav ul {
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

nav li {
  text-align: center;
  width: 16%;
  font-size: 15px;
  font-weight: bold;
  border-right: solid 1px #ffb380;
}

nav li:first-child {
  border-left: solid 1px #ffb380;
}

nav img {
  width: 100%;
}

/*footer*/

.foot_nav ul {
  height: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.foot_nav li {
  text-align: center;
  width: 15%;
  font-size: 12px;
  font-weight: bold;
  border-right: solid 1px #ffb380;
}

.foot_nav li:first-child {
  border-left: solid 1px #ffb380;
}

.foot_nav img {
  width: 100%;
}

.foot_nav a {
  color: #fff;
}

.bg-foot {
  background: #ff6600;
  padding: 20px;
  color: #fff;
}

.single_foot {
  max-width: 1000px;
  margin: 0 auto;
}

i {
  padding-right: 10px;
}

i span {
  padding-left: 5px;
  padding-right: 15px;
}

i span a {
  color: #333;
}

/*main*/

.main_color {
  color: #ff6600;
}

.br-box {
  border: solid 1px #ff6600;
  padding: 20px;
}

.bg-main {
  background: #ff6600;
  padding: 20px;
  color: #fff;
}

/*menu btn*/

.menu_btn a {
  color: #333;
}

.menu_btn:hover {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 94%,
    rgba(255, 102, 0, 1) 94%,
    rgba(255, 102, 0, 1) 100%
  );
}

/*btn*/

.btn a {
  color: #333;
}

.btn:hover {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 94%,
    rgba(255, 102, 0, 1) 94%,
    rgba(255, 102, 0, 1) 100%
  );
}

.line-h50 {
  line-height: 50px;
}

.line-h30 {
  line-height: 30px;
}

.news dl {
  padding-top: 5px;
  padding-bottom: 5px;
}

.news dt {
  float: left;
  background: #ff6600;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  clear: both;
  width: 88px;
  margin-bottom: 10px;
  margin-right: 5px;
}

.news dd {
  font-size: 15px;
  padding: 10px;
  margin-left: 5px;
  margin-bottom: 10px;
}

.f-s40 {
  font-size: 40px;
}

.lsingle,
.rsingle {
  width: 49%;
}

.lsingle .rsingle img {
  width: 100%;
}

.lsingle {
  float: left;
}

.rsingle {
  float: right;
}

.lsingle01 {
  width: 25%;
}

.lsingle01 img {
  width: 100%;
}

.rsingle01 {
  width: 65%;
}

.lsingle01 {
  float: left;
}

.rsingle01 {
  float: right;
  text-align: right;
}

.f-wb {
  font-weight: bold;
}

/*pagetop*/

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}

.pagetop a {
  display: block;
  background-color: #ff6600;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 10px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.pagetop a:hover {
  display: block;
  background-color: #b2d1fb;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 10px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.single {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.pankuzu a {
  color: #333;
}

.category {
  background-image: url(../img/category.jpg);
  padding: 10px;
  height: 100px;
}

.wh-rel {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.huti {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff,
    -1px -1px 0 #fff;
}

.line_b {
  border-bottom: solid 2px #f60;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.line_b01 {
  border-bottom: solid 4px #f60;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.flex-box01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.flex-box01 li {
  font-size: 18px;
  text-align: center;
  width: 20%;
  padding: 10px;
  margin: 10px;
  border-bottom: solid 1px #cfcfcf;
}

.flex-box01 img {
  width: 100%;
}

.flex-box02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.flex-box02 li {
  width: 32.5%;
  margin-right: 10px;
  box-shadow: 1px 1px 3px #d5d5d5;
}

.flex-box02 li:nth-child(3) {
  margin-right: 0;
}

.flex-box02 img {
  width: 100%;
}

.header-top {
  padding-top: 10px;
  border-top: solid #f60 10px;
}

/*  */

.picup-3 {
  width: 100%;
  min-width: 960px;
  background: #f60;
  text-align: left;
}

.picup-3 ul {
  overflow: hidden;
}

.picup-3 ul li {
  width: 33.3%;
  float: left;
  height: 220px;
  overflow: hidden;
  position: relative;
}

.picup-3 ul li:first-child {
  width: 33.4%;
}

.picup-3 ul li a {
  display: block;
  text-align: left;
  overflow: hidden;
  color: #fff;
}

.picup-3 ul li a .logo {
  position: relative;
  text-align: left;
  color: #fff;
  background: none;
}

.picup-3 ul li .bg {
  width: 101%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #111;
}

.picup-3 ul li.pic3a .bg {
  background: url(../img/pic3a.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.picup-3 ul li.pic3b .bg {
  background: url(../img/pic3b.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.picup-3 ul li.pic3c .bg {
  background: url(../img/pic3c.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.picup-3 ul li.pic3d .bg {
  background: url(../img/pic3d.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.picup-3 ul li.pic3e .bg {
  background: url(../img/pic3e.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.picup-3 ul li.pic3f .bg {
  background: url(../img/pic3f.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.picup-3 ul li.pic3g .bg {
  background: url(../img/pic3g.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.picup-3 ul li.pic3h .bg {
  background: url(../img/pic3h.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.picup-3 ul li.pic3i .bg {
  background: url(../img/pic3i.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.picup-3 ul li.pic3j .bg {
  background: url(../img/pic3j.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.picup-3 ul li.pic3k .bg {
  background: url(../img/pic3k.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.picup-3 ul li.pic3l .bg {
  background: url(../img/pic3l.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.picup-3 ul li .bg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.picup-3 ul li:hover .bg {
  opacity: 0.6;
  transform: scale(1.03);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}

figure.snip1384 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 230px;
  max-height: 200px;
  height: 100%;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
}

figure.snip1384 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

figure.snip1384:after,
figure.snip1384 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

figure.snip1384:after {
  content: "";
  background-color: rgba(21, 33, 51, 0.8);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}

figure.snip1384 figcaption {
  z-index: 1;
  padding: 30px 40px;
  background: none;
}

figure.snip1384 h3,
figure.snip1384 .links {
  width: 100%;
  margin: 5px 0;
  padding: 0;
}

figure.snip1384 h3 {
  line-height: 1.3em;
  font-weight: normal;
  text-transform: uppercase;
  background: rgba(21, 33, 51, 0.6);
  padding: 10px;
  left: 0;
  position: relative;
  font-size: 20px;
}

figure.snip1384 h3 span {
  font-size: 12px;
  border-top: 1px solid #fff;
  padding-top: 3px;
}

figure.snip1384 p {
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

figure.snip1384 i {
  position: absolute;
  bottom: -10px;
  right: 10px;
  padding: 20px 25px;
  font-size: 34px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

figure.snip1384 a {
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

figure.snip1384:hover:after,
figure.snip1384.hover:after {
  opacity: 1;
  position: absolute;
  top: 10px;
  bottom: 20px;
  left: 10px;
  right: 10px;
}

figure.snip1384:hover h3,
figure.snip1384.hover h3,
figure.snip1384:hover p,
figure.snip1384.hover p,
figure.snip1384:hover i,
figure.snip1384.hover i {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

figure.snip1384:hover h3 {
  background: rgba(0, 0, 0, 0);
  padding: 0px;
  left: 0%;
}

.mtitle2:before {
  font-family: "FontAwesome";
  content: "ー";
  margin-right: 5px;
}

.mtitle2 {
  color: #3881e6;
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: bold;
}

/* mtitle-bline */

.mtitle-bline span {
  font-size: 13px;
  color: #888 !important;
}

.mtitle-bline {
  position: relative;
  margin: 30px 0;
  font-size: 30px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 0.8;
}

.mtitle-bline:before {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 100px;
  height: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #3babff;
  border-radius: 2px;
}

/* mtitle-tp */

.mtitle-tp {
  overflow: hidden;
  margin-bottom: 20px;
}

.mtitle-tp span {
  display: block;
}

.mtitle-tp .mtitleMain {
  float: left;
  padding-right: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #4f9a73;
  background: #ffffff;
}

.mtitle-tp .mtitleSub {
  color: #bfbfbf;
  font-size: 14px;
  font-style: italic;
  margin-top: 5px;
  border-bottom: 1px solid #aaa;
}

.mtitle-bl2 {
  background: #f1f1f1;
  color: #e35b00;
  text-indent: 0.8em;
  font-size: 15px;
  overflow: hidden;
  font-weight: bold;
  border-left: 2px solid #e35b00;
  margin: 10px 0;
  padding: 5px 0;
}

.mtitle span {
  display: block;
  font-size: 11px;
}

.mtitle {
  background: #13adf4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  margin: 10px auto 20px;
  width: 500px;
  letter-spacing: 2px;
  line-height: 1.2;
  padding: 5px 0;
}

.mtitle.bblue {
  background: #3557a0;
}

.mtitle-bl:before {
  font-family: "FontAwesome";
  content: "▷";
  margin-right: 5px;
}

.mtitle-bl {
  background: #f1f1f1;
  color: #2c7ae6;
  text-indent: 0.8em;
  font-size: 18px;
  overflow: hidden;
  font-weight: bold;
  border: 3px solid #79a7d0;
  margin: 10px 0;
  padding: 5px 0;
  border-radius: 3px;
}

.mtitle-bg {
  background: #2c7ae6;
  color: #fff;
  text-indent: 0.8em;
  font-size: 18px;
  overflow: hidden;
  font-weight: bold;
  padding: 5px 0;
}

.btn-set,
a.btn-set,
button.btn-set {
  font-size: 1.5rem;
  font-weight: 700;
  /* line-height: 1.5; */
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;
  padding: 0.7rem 3rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25px);
  transform: translateX(-80%) translateY(-25px);
  border-radius: 50%;
  background: #eb6100;
}

a.btn-flat:hover:before {
  width: 430px;
  height: 430px;
  -webkit-transform: translateX(-1%) translateY(-175px);
  transform: translateX(-1%) translateY(-175px);
}

/* list-check */

.list-check {
  margin-bottom: 20px;
  padding: 5px 0;
  font-size: 15px;
  font-weight: bold;
  color: #448aca;
  overflow: hidden;
  line-height: 1.5;
}

.list-check li:before {
  font-family: "FontAwesome";
  content: "\f0a9";
  margin-right: 5px;
  color: #104080;
}

.list-check li:last-child {
  border-bottom: dotted 0px #aaa;
}

.list-check li {
  padding-left: 1.5em;
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: -1.5em;
  border-bottom: dotted 1px #aaa;
}

.list-check li span {
  color: #f00;
}

/* list-circle */

.list-circle {
  padding: 5px 0;
  font-size: 15px;
  font-weight: bold;
  overflow: hidden;
  line-height: 1.5;
}

.list-circle li:before {
  font-family: "FontAwesome";
  content: "●";
  margin-right: 5px;
}

.list-circle li:last-child {
  border-bottom: dotted 0px #aaa;
}

.list-circle li {
  padding-left: 1.5em;
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: -1.5em;
  border-bottom: dotted 1px #aaa;
}

.list-circle li span {
  color: #f00;
  font-size: 18px;
}

.penalties {
  background-color: #ffffff;
  border: 2px solid #ec001e;
}

.penalties-title {
  position: relative;
  color: #fffb00;
  font-weight: bold;
  font-size: 2rem;
  background-color: #f00;
  padding: 10px;
  text-align: center;
}

.penalties-title::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  /*指定したい幅*/
  display: block;
}

.penalties-title::after {
  position: absolute;
  content: "";
  top: 10%;
  left: 30px;
  display: block;
  width: 100%;
  /*幅*/
  height: 40px;
  /*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-image: url(../img/penalties-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  /*画像を繰り返さない*/
}

a {
  color: #ff6600;
}
a:hover {
  opacity: 0.7;
}
