@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */

body {
  color: #333333;
  background-color: #ffffff;

  font-family: "Noto Sans JP", sans-serif;

  font-size: 13px;
  *font-size: small;
  *font: x-small;
  text-align: center;
  text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  max-height: 999999px;
}

.webFontRoboto {
  font-family: "Roboto", sans-serif;
}

.webFontJost {
  font-family: "Jost", sans-serif;
}

#top {
  /*overflow: hidden;*/
}

#wrap {
  overflow: hidden;
  /*width: 640px;*/
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  min-width: 1160px;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.relative-wrap {
  position: relative;
}

.contDispN {
  display: none;
}

p,
span,
dt,
dd,
th,
td,
li,
h1,
h2,
h3,
h4 {
  max-height: 999999px;
  background-image: url("../img/spacer.gif");
}

/*-----------------------*/

.anc {
  position: relative;
}
.ancIn {
  position: absolute;
  top: -115px;
}

#top {
  /*padding-top: 122px;*/
  padding-top: 109px;
}

/*-----------------------*/

.pc {
  display: block;
}

.sp {
  display: none;
}

.pcBr {
  display: inline;
}

.spBr {
  display: none;
}

.pcTable {
  display: table !important;
}
.spTable {
  display: none !important;
}

.pcTableCell {
  display: table-cell !important;
}
.spTableCell {
  display: none !important;
}

.pc02 {
  display: inline-block !important;
}

.sp02 {
  display: none !important;
}

.contIn680 {
  width: 680px;
  margin: 0px auto;
  position: relative;
}

.contIn700 {
  width: 700px;
  margin: 0px auto;
  position: relative;
}
.contIn816 {
  width: 816px;
  margin: 0px auto;
  position: relative;
}
.contIn886 {
  width: 886px;
  margin: 0px auto;
  position: relative;
}

.contIn960 {
  width: 960px;
  margin: 0px auto;
  position: relative;
}

.contIn1000 {
  width: 1000px;
  margin: 0px auto;
  position: relative;
}
.contIn1030 {
  width: 1030px;
  margin: 0px auto;
  position: relative;
}
.contIn1092 {
  width: 1092px;
  margin: 0px auto;
  position: relative;
}
.contIn1160 {
  width: 1160px;
  margin: 0px auto;
  position: relative;
}

.dispBlock01 {
  display: block;
}

.radius200 {
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  -o-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
}

/*--------------*/

.img_wrap {
  /* margin: 0 auto;*/
  /*overflow: hidden;*/
  cursor: pointer;
}
.img_wrap .img {
  width: 100%;
  transition-duration: 0.5s;
}
.img_wrap:hover .img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}
.overFlowHid01 {
  overflow: hidden;
}

/*--------------*/

.boxShadow01 {
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.boxShadow02 {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}
.boxShadow03 {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.boxShadow30 {
  -webkit-box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.17);
}

/*--------------------*/

.detailContWrap01 {
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width: 768px) {
  body {
  }

  #wrap {
    overflow: hidden;
    /*width: 750px;*/
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    min-width: 320px;
  }

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

  /*-----------------------*/

  .anc {
    position: relative;
  }
  .ancIn {
    position: absolute;
    top: -61px;
  }

  #top {
    /*padding-top: 112px;*/
    padding-top: 50px;
  }

  /*-----------------------*/

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pcBr {
    display: none;
  }
  .spBr {
    display: inline;
  }

  .pcTable {
    display: none !important;
  }
  .spTable {
    display: table !important;
  }

  .pcTableCell {
    display: none !important;
  }
  .spTableCell {
    display: block !important;
  }

  .pc02 {
    display: none !important;
  }
  .sp02 {
    display: block !important;
  }

  .contIn680 {
    width: auto;
  }
  .contIn700 {
    width: auto;
  }
  .contIn816 {
    width: auto;
  }

  .contIn886 {
    width: auto;
  }
  .contIn960 {
    width: auto;
  }
  .contIn1000 {
    width: auto;
  }
  .contIn1030 {
    width: auto;
  }
  .contIn1092 {
    width: auto;
  }
  .contIn1160 {
    width: auto;
  }

  /*--------------*/

  .img_wrap:hover .img {
    transform: scale(1);
  }

  /*--------------*/

  .detailContWrap01 {
    padding-top: 0px;
  }
}

/* -------------------------------------------------------------------- 
 header
-------------------------------------------------------------------- */

header {
  height: 109px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  width: 100%;
}
.menuSpWrap {
  display: none;
}

.pcHeaderWrap {
  /*background-color: #ffffff;*/
  box-sizing: border-box;
  width: 100%;
  min-width: 1092px;
  /* border-top: 6px solid #021899;
	border-bottom: 6px solid #021899; */
}
.header01 {
  background-color: #ffffff;
  padding: 0px 0px 0px 15px;
}
.headerLogoWrap01 {
  display: table;
  float: left;
  box-sizing: border-box;
  height: 60px;
  /*padding: 13px 0px 13px 0px;*/
}
.headerLogoWrap01 .headerCell01 {
  box-sizing: border-box;
  height: 100%;
  /* padding-right: 15px;
  padding-top: 10px; */
}
.headerLogoWrap01 .headerCell01 > a  {
      display: flex;
    align-items: center;
    height: 100%;
    color: inherit;

}
.headerLogoWrap01 .headerCell01 > a > div {
  display:flex;
  align-items: center;
  justify-content: flex-start;
  gap:10px;
}

.headerLogoWrap01 .headerCell02 {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  padding-left: 22px;
}
.logoBottom01 {
  margin-top: 7px;
  font-size: 0px;
  line-height: 0px;
}

.headerNavi01Wrap {
  float: right;
}
.headerNavi01Wrap a:hover {
  text-decoration: underline;
}
.headerNavi01Wrap ul {
  display: table;
  margin-right: 0px;
}
.headerNavi01Wrap li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 60px;
}

.headerNavi01Wrap li.li01 {
  padding-right: 23px;
}
.headerNavi01Wrap li.li02 {
  padding-left: 3px;
}

.headerNavi01Wrap li.li01 a {
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 500;
}
.headerNavi01Wrap li.li01 a::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 5px;
  border-color: transparent transparent transparent #0c335a;
}

.hederIcon01 {
  display: inline-block;
}
.hederIcon01 img {
  width: 22px;
  height: auto;
  margin-right: 5px;
}

/*----------------------------*/

.headerNavi02Wrap {
  background-color: #eef3f8;
  position: relative;
}
.headerNavi02 {
  box-sizing: border-box;
  display: inline-block;
  /*width: 1092px;*/
  margin: 0px auto;
  /* padding: 12px 0px 12px 0px; */
}
.headerNavi02 ul {
  /* display: table; */
  /* position: relative; */
  /* width: 100%; */
  height: 49px;
}
.headerNavi02 li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
  height: 100%;
  /* letter-spacing: -0.05em; */
}
.headerNavi02 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.headerNavi02 li.li01 {
  padding-right: 14px;
  cursor: pointer;
}

.headerNavi02 .navi01 {
  /* display: inline-block; */
  padding: 0 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.headerNavi02 .navi02 {
  color: #ffffff;
  display: inline-block;
  padding: 6px 10px 6px 10px;
  background-color: #005bac;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  -o-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.headerNavi02 .navi02:first-child {
  margin-left: 0px;
}

.headerNavi02 .navi01:hover {
  color: #222222;
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}

.headerNavi02 .navi0102 {
  color: #ffffff;
  display: inline-block;
  padding: 6px 14px 6px 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.headerNavi02 .li01:hover .navi0102 {
  color: #005bac;
  background-color: #ffffff;
}
.headerNavi02 .li01:hover .navi02 {
  color: #005bac;
  background-color: #ffffff;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width: 768px) {
  header {
    height: 113px;
  }
  .pcHeaderWrap {
    width: 100%;
    min-width: initial;
  }
  .pcHeaderWrap .headerNavi01Wrap {
    display: none;
  }
  .spHeaderWrap {
    background-color: #ffffff;
    border-bottom: 1px solid #2b2a2a;
    box-sizing: border-box;
    padding: 5px 5px 4px 8px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
  }

  .headerLogoWrap01 {
    display: block;
    float: left;
    padding: 0px;
    height: 60px;
    /*width: 220px;*/
    width: 80%;
  }
  .headerLogoWrap01 .headerCell01 > a > div{
    padding-left: 10px;
    
  }
  .headerLogoWrap01 .headerCell01 {
    display: block;
    text-align: left;
    vertical-align: middle;
    width: auto;
    height: auto;
    border-right: none;
    padding: 10px 0 10px;
  }
  .headerLogoWrap01 .headerCell02 {
    display: block;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 500;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
  }
  .logoBottom01 {
    margin-top: 7px;
    font-size: 0px;
    line-height: 0px;
  }

  /*.spHeaderLogo {
		width: auto;
		padding: 4px;
		text-align: left;
		float: left;
	}
	.hLogo01 {
		display: block;
		width: 72px;
	}
	.hLogo02 {
		display: block;
		font-size: 10px;
		line-height: 1.0em;
		font-weight: bold;
		color: #ffffff;
		margin-top: 4px;
	}*/

  .spHeaderMenu {
    float: right;
  }
  .spHeaderMenu img {
    width: auto;
    height: 100%;
  }

  .clickWrapForm01 .textbox {
    box-sizing: border-box;
    padding: 0 5px;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    width: 320px;
    height: 30px;
    font-size: 15px;
    vertical-align: middle;
  }
  .clickWrapForm01 .srcBtn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    background-image: url("../img/Icon ionic-ios-search.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px auto;
    background-color: #2f2f2f;
    font-size: 0px;
    line-height: 0px;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    vertical-align: middle;
  }
}

/* -------------------------------------------------------------------- 
 ボタン
-------------------------------------------------------------------- */

.contBtn01 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  width: 122px;
  height: 60px;
  padding-top: 16px;
  border: 1px solid #3bc3c1;
  background-color: #3bc3c1;
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contBtn01 a:link {
  color: #ffffff;
  text-decoration: none;
}
.contBtn01 a:visited {
  color: #ffffff;
  text-decoration: none;
}
.contBtn01 a:hover {
  color: #3bc3c1;
  text-decoration: none;
  background-color: #ffffff;
}
.contBtn01 a:active {
  color: #ffffff;
  text-decoration: none;
}

.contBtn01 a::after {
  content: "";
  background-image: url("/common/img/btn_icon_download01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px auto;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contBtn01 a:hover::after {
  background-image: url("/common/img/btn_icon_download01_on.png");
}

/*-----------*/

.contBtn02 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  width: 122px;
  height: 60px;
  padding-top: 16px;
  border: 1px solid #2f46f5;
  background-color: #2f46f5;
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contBtn02 a:link {
  color: #ffffff;
  text-decoration: none;
}
.contBtn02 a:visited {
  color: #ffffff;
  text-decoration: none;
}
.contBtn02 a:hover {
  color: #2f46f5;
  text-decoration: none;
  background-color: #ffffff;
}
.contBtn02 a:active {
  color: #ffffff;
  text-decoration: none;
}

.contBtn02 a::after {
  content: "";
  background-image: url("/common/img/btn_icon_contact01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
  width: 12px;
  height: 10px;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contBtn02 a:hover::after {
  background-image: url("/common/img/btn_icon_contact01_on.png");
}

/*-----------*/

.contBtn03 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: 78px;
  border: 1px solid #22304f;
  border-radius: 5px;
  background-color: #22304f;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contBtn03 a:link {
  color: #ffffff;
  text-decoration: none;
}
.contBtn03 a:visited {
  color: #ffffff;
  text-decoration: none;
}
.contBtn03 a:hover {
  color: #22304f;
  text-decoration: none;
  background-color: #ffffff;
}
.contBtn03 a:active {
  color: #ffffff;
  text-decoration: none;
}

.contBtn03 a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contBtn03 a:hover::after {
  border-top: solid 1px #22304f;
  border-right: solid 1px #22304f;
}

/*-----------*/

.contactBtn01 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: 144px;
  border: 1px solid #2f46f5;
  border-radius: 5px;
  background-color: #2f46f5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contactBtn01 a .text01 {
  display: inline-block;
  position: relative;
  font-size: 19px;
  line-height: 1.6em;
  font-weight: 500;
}
.contactBtn01 a:link {
  color: #ffffff;
  text-decoration: none;
}
.contactBtn01 a:visited {
  color: #ffffff;
  text-decoration: none;
}
.contactBtn01 a:hover {
  color: #2f46f5;
  text-decoration: none;
  background-color: #ffffff;
}
.contactBtn01 a:active {
  color: #ffffff;
  text-decoration: none;
}

.contactBtn01 a .text01::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  background-image: url("/common/img/cont_btn_icon_mail01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 17px;
  width: 22px;
  height: 17px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contactBtn01 a:hover .text01::before {
  background-image: url("/common/img/cont_btn_icon_mail01_on.png");
}

/*-----------*/

.contactBtn02 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: 144px;
  border-radius: 5px;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contactBtn02 a .text01 {
  font-size: 25px;
  line-height: 1.6em;
  font-weight: 500;
}
.contactBtn02 a .text02 {
  font-size: 15px;
  line-height: 1.6em;
  margin-top: 10px;
}
.contactBtn02 a:link {
  color: #222222;
  text-decoration: none;
}
.contactBtn02 a:visited {
  color: #222222;
  text-decoration: none;
}
.contactBtn02 a:hover {
  color: #222222;
  text-decoration: none;
}
.contactBtn02 a:active {
  color: #222222;
  text-decoration: none;
}

.contactBtn02 a .text01::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  background-image: url("/common/img/cont_btn_icon_tel01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 26px;
  width: 27px;
  height: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*-----------*/

.topServiceBtn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 36px;
  margin: auto;
  background-color: #22304f;
  border: 1px solid #22304f;
  border-radius: 100px;
  font-size: 12px;
  line-height: 1.3em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.topServiceBtn01:link {
  color: #ffffff;
  text-decoration: none;
}
a.topServiceBtn01:visited {
  color: #ffffff;
  text-decoration: none;
}
a.topServiceBtn01:hover {
  color: #22304f;
  text-decoration: none;
  background-color: #ffffff;
}
a.topServiceBtn01:active {
  color: #ffffff;
  text-decoration: none;
}

/*-----------*/

.topServiceBtn02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  margin: auto;
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.3em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.topServiceBtn02:link {
  color: #222222;
  text-decoration: none;
}
a.topServiceBtn02:visited {
  color: #222222;
  text-decoration: none;
}
a.topServiceBtn02:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #22304f;
  border: 1px solid #22304f;
}
a.topServiceBtn02:active {
  color: #222222;
  text-decoration: none;
}

.topServiceBtn02::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #222222;
  border-right: solid 1px #222222;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.topServiceBtn02:hover::after {
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}

/*-----------*/

.topIrBtn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 64px;
  margin: auto;
  background-color: #ffffff;
  border: 3px solid #22304f;
  border-radius: 100px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.topIrBtn01:link {
  color: #22304f;
  text-decoration: none;
}
a.topIrBtn01:visited {
  color: #22304f;
  text-decoration: none;
}
a.topIrBtn01:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #22304f;
}
a.topIrBtn01:active {
  color: #22304f;
  text-decoration: none;
}

/*-----------*/

.topDownloadBtn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin: auto;
  background-color: #3bc3c1;
  border: 1px solid #3bc3c1;
  border-radius: 100px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:link .topDownloadBtn01 {
  color: #ffffff;
  text-decoration: none;
}
a:visited .topDownloadBtn01 {
  color: #ffffff;
  text-decoration: none;
}
a:hover .topDownloadBtn01 {
  color: #3bc3c1;
  text-decoration: none;
  background-color: #ffffff;
}
a:active .topDownloadBtn01 {
  color: #ffffff;
  text-decoration: none;
}

/*-----------*/

/*@media screen and (max-width:768px) {*/
@media screen and (max-width: 768px) {
  .contBtn01 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    width: 122px;
    height: 60px;
    padding-top: 16px;
    border: 1px solid #3bc3c1;
    background-color: #3bc3c1;
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .contBtn01 a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .contBtn01 a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .contBtn01 a:hover {
    color: #3bc3c1;
    text-decoration: none;
    background-color: #ffffff;
  }
  .contBtn01 a:active {
    color: #ffffff;
    text-decoration: none;
  }

  .contBtn01 a::after {
    content: "";
    background-image: url("/common/img/btn_icon_download01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 11px auto;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .contBtn01 a:hover::after {
    background-image: url("/common/img/btn_icon_download01_on.png");
  }

  /*-----------*/

  .contBtn02 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    width: 122px;
    height: 60px;
    padding-top: 16px;
    border: 1px solid #2f46f5;
    background-color: #2f46f5;
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .contBtn02 a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .contBtn02 a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .contBtn02 a:hover {
    color: #2f46f5;
    text-decoration: none;
    background-color: #ffffff;
  }
  .contBtn02 a:active {
    color: #ffffff;
    text-decoration: none;
  }

  .contBtn02 a::after {
    content: "";
    background-image: url("/common/img/btn_icon_contact01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
    width: 12px;
    height: 10px;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .contBtn02 a:hover::after {
    background-image: url("/common/img/btn_icon_contact01_on.png");
  }

  /*-----------*/

  .contBtn03 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    border: 1px solid #22304f;
    border-radius: 5px;
    background-color: #22304f;
    font-size: 13px;
    line-height: 1.6em;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .contBtn03 a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .contBtn03 a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .contBtn03 a:hover {
    color: #22304f;
    text-decoration: none;
    background-color: #ffffff;
  }
  .contBtn03 a:active {
    color: #ffffff;
    text-decoration: none;
  }

  .contBtn03 a::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .contBtn03 a:hover::after {
    border-top: solid 1px #22304f;
    border-right: solid 1px #22304f;
  }

  /*-----------*/

  .contactBtn01 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 15px 10px;
    border: 1px solid #2f46f5;
    border-radius: 5px;
    background-color: #2f46f5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .contactBtn01 a .text01 {
    display: inline-block;
    position: relative;
    font-size: 19px;
    line-height: 1.6em;
    font-weight: 500;
  }
  .contactBtn01 a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .contactBtn01 a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .contactBtn01 a:hover {
    color: #2f46f5;
    text-decoration: none;
    background-color: #ffffff;
  }
  .contactBtn01 a:active {
    color: #ffffff;
    text-decoration: none;
  }

  .contactBtn01 a .text01::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    background-image: url("/common/img/cont_btn_icon_mail01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 17px;
    width: 22px;
    height: 17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .contactBtn01 a:hover .text01::before {
    background-image: url("/common/img/cont_btn_icon_mail01_on.png");
  }

  /*-----------*/

  .contactBtn02 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 15px 10px;
    border-radius: 5px;
    background-color: #f7f7f7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .contactBtn02 a .text01 {
    font-size: 25px;
    line-height: 1.6em;
    font-weight: 500;
  }
  .contactBtn02 a .text02 {
    font-size: 15px;
    line-height: 1.6em;
    margin-top: 10px;
  }
  .contactBtn02 a:link {
    color: #222222;
    text-decoration: none;
  }
  .contactBtn02 a:visited {
    color: #222222;
    text-decoration: none;
  }
  .contactBtn02 a:hover {
    color: #222222;
    text-decoration: none;
  }
  .contactBtn02 a:active {
    color: #222222;
    text-decoration: none;
  }

  .contactBtn02 a .text01::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    background-image: url("/common/img/cont_btn_icon_tel01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 26px;
    width: 27px;
    height: 26px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  /*-----------*/

  .topServiceBtn01 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 142px;
    height: 36px;
    margin: auto;
    background-color: #22304f;
    border: 1px solid #22304f;
    border-radius: 100px;
    font-size: 12px;
    line-height: 1.3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a.topServiceBtn01:link {
    color: #ffffff;
    text-decoration: none;
  }
  a.topServiceBtn01:visited {
    color: #ffffff;
    text-decoration: none;
  }
  a.topServiceBtn01:hover {
    color: #22304f;
    text-decoration: none;
    background-color: #ffffff;
  }
  a.topServiceBtn01:active {
    color: #ffffff;
    text-decoration: none;
  }

  /*-----------*/

  .topServiceBtn02 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    margin: auto;
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a.topServiceBtn02:link {
    color: #222222;
    text-decoration: none;
  }
  a.topServiceBtn02:visited {
    color: #222222;
    text-decoration: none;
  }
  a.topServiceBtn02:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #22304f;
    border: 1px solid #22304f;
  }
  a.topServiceBtn02:active {
    color: #222222;
    text-decoration: none;
  }

  .topServiceBtn02::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #222222;
    border-right: solid 1px #222222;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .topServiceBtn02:hover::after {
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
  }

  /*-----------*/

  .topIrBtn01 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 50px;
    margin: auto;
    background-color: #ffffff;
    border: 3px solid #22304f;
    border-radius: 100px;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a.topIrBtn01:link {
    color: #22304f;
    text-decoration: none;
  }
  a.topIrBtn01:visited {
    color: #22304f;
    text-decoration: none;
  }
  a.topIrBtn01:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #22304f;
  }
  a.topIrBtn01:active {
    color: #22304f;
    text-decoration: none;
  }

  /*-----------*/

  .topDownloadBtn01 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin: auto;
    background-color: #3bc3c1;
    border: 1px solid #3bc3c1;
    border-radius: 100px;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a:link .topDownloadBtn01 {
    color: #ffffff;
    text-decoration: none;
  }
  a:visited .topDownloadBtn01 {
    color: #ffffff;
    text-decoration: none;
  }
  a:hover .topDownloadBtn01 {
    color: #3bc3c1;
    text-decoration: none;
    background-color: #ffffff;
  }
  a:active .topDownloadBtn01 {
    color: #ffffff;
    text-decoration: none;
  }

  /*-----------*/
}

/* -------------------------------------------------------------------- 
 パンくず
-------------------------------------------------------------------- */

.breadCrumn {
  width: 96%;
  max-width: 1092px;
  text-align: left;
  margin: 15px auto 0;
}
.breadCrumn ul {
  display: flex;
}
.breadCrumn ul li {
  padding: 0 30px 0 0;
}
.breadCrumn ul li a {
  display: inline-block;
  position: relative;
}
.breadCrumn ul li a:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -18px;
  top: 7px;
}
.breadCrumn ul li a:hover {
  text-decoration: underline;
}

/* -------------------------------------------------------------------- 
 main
-------------------------------------------------------------------- */

.contH201Wrap {
  position: relative;
  padding: 5px 0px 30px 0px;
  margin-bottom: 35px;
  z-index: 1;
}
.contH201Wrap::after {
  content: "";
  width: 58px;
  height: 2px;
  background-color: #02416f;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -29px;
}

.contH201 {
}
.contH201Span01 {
  display: inline-block;
  position: relative;
  margin-bottom: 11px;
}
.contH201Span01::before {
  content: "";
  width: 23px;
  height: 23px;
  background-color: #77caf5;
  position: absolute;
  left: -15px;
  top: -7px;
}
.contH201Span01 img {
  position: relative;
  width: auto;
  height: 23px;
}
.contH201Span02 {
  display: block;
  font-size: 28px;
  line-height: 1.45em;
  font-weight: bold;
  color: #22304f;
}

/*---------------------------------*/

.topMainvisual01 {
  background-image: url("/common/img/mainvisual_top01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.topMainFlex01 {
  display: flex;
  align-items: center;
  text-align: left;
  box-sizing: border-box;
  padding: 50px 60px 50px 60px;
  height: 550px;
}

.h1SpanText01 {
  display: block;
  font-size: 37px;
  line-height: 1.6em;
  font-weight: bold;
}

.mainBtnWrap01 {
  display: flex;
  margin-top: 55px;
}
.mainBtnWrap01 li {
  width: 298px;
  margin-right: 15px;
}

/*----------------------------*/

.contactAreaBlock01 {
  margin: 100px auto 100px auto;
}
.contactAreaFlex01 {
  display: flex;
  justify-content:center;
}
.contactBtnBox01 {
  width: 49.2%;
}

/*----------------------------*/

.topSlideBlock01 {
  margin: 30px auto 30px auto;
}
.topSlideWrap01 .topCaseSlick01 li {
  box-sizing: border-box;
  padding: 0px 5px 0px 5px;
}
.topCaseSlick01 li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}

.slick-arrow {
  text-indent: -9999px;
  font-size: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  outline: none;
  background: transparent;
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 1px #1b243d;
  border-right: solid 1px #1b243d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 65px;
  cursor: pointer;
}
.slick-prev {
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  left: -30px;
}
.slick-next {
  right: -30px;
}

.slick-dots {
  margin-top: 25px;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  text-indent: -9999px;
  font-size: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  background-image: url("/common/img/slide_dot01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px auto;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-image: url("/common/img/slide_dot01_on.png");
}

/*---------------------------*/

.contBlock01 {
  background-color: #f2f5f8;
  padding: 40px 0px 50px 0px;
}
.topTopicsFlex01 {
  display: flex;
  justify-content: center;
}
.topTopicsBox01 {
  width: 48%;
}
.topTopicsH3Wrao01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
}
.topTopicsH3Wrao01 .h301 {
  font-size: 20px;
  line-height: 1.45em;
  font-weight: bold;
}
.topTopicsH3Wrao01 .link01 a {
  display: inline-block;
  font-size: 13px;
  line-height: 1.45em;
  font-weight: 500;
  vertical-align: middle;
}
.topTopicsH3Wrao01 .link01 a::after {
  content: "";
  display: inline-block;
  background-image: url("/common/img/link_icon_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px auto;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-left: 10px;
}

.topTopicsUl01 {
  padding: 16px 0px 16px 0px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.topTopicsUl01 li {
  padding: 4px 0px 4px 0px;
  text-align: left;
  display: flex;
}
.topTopicsUl01 li a {
  display: flex;
}
.topTopicsUl01 li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}
.topTopicsUl01 li .p01 {
  font-size: 14px;
  line-height: 1.6em;
  padding-right: 15px;
  flex-shrink: 0;
}
.topTopicsUl01 li .p02 {
  padding: 2px 0px 2px 0px;
  padding-right: 15px;
  flex-shrink: 0;
}
.topTopicsUl01 li .p03 {
  font-size: 14px;
  line-height: 1.6em;
}

.topicsCate01 {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 18px;
  border-radius: 40px;
  background-color: #0c418b;
  color: #ffffff;
  font-size: 11px;
  line-height: 1.2em;
  padding-bottom: 2px;
}
.topicsCate01.col02 {
  background-color: #3d9fe6;
}
.topicsCate01.col03 {
  background-color: #668d10;
}
.topicsCate01.col04 {
  background-color: #b3b929;
}

/*------------------------*/

.contBlock02 {
  padding: 100px 0px 100px 0px;
}
.topContBox01 {
}
.contH301 {
  font-size: 28px;
  line-height: 1.75em;
  font-weight: 500;
  margin-bottom: 25px;
}
.contText16_18_n {
  font-size: 16px;
  line-height: 1.8em;
}
.topMeritFlex01 {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 85px;
  padding-bottom: 30px;
}
.topMeritFlex01 a {
  text-align: left;
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 31%;
  background-color: #ffffff;
  padding: 170px 35px 50px 35px;
  -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
}

.topMeritFlex01 .contH401 {
  text-align: center;
}

.topMeritImg01 {
  margin-top: 60px;
  padding-bottom: 30px;
}

.topMeritImgWrap01 {
  width: 92%;
  position: absolute;
  left: 0px;
  top: -85px;
}
.topMeritImgWrap01 .p01 {
  width: 85px;
  position: absolute;
  left: 0px;
  bottom: -20px;
}

.contH401 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 20px;
}
.contText14_20_n {
  font-size: 14px;
  line-height: 2em;
}

/*--------------------*/

.contBlock03 {
  background-image: url("/common/img/top_service_bg01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0px 100px 0px;
}
.topServiceBlock01 {
  margin-top: 60px;
}
.topServiceTit01 {
  text-align: left;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: bold;
  padding-left: 12px;
  border-left: 6px solid #0c418b;
  margin-bottom: 28px;
}

.topServiceFlex01 {
  display: flex;
  flex-wrap: wrap;
}
.topServiceMt23 {
  margin-top: 23px;
}
.flexBox50 {
  box-sizing: border-box;
  width: 545px;
  margin-right: 1px;
}
.flexBox50:nth-child(2n) {
  margin-right: 0px;
}

.flexBox30 {
  box-sizing: border-box;
  width: 362px;
  margin-right: 3px;
}
.flexBox30:nth-child(3n) {
  margin-right: 0px;
}

.topServiceFlexBox01 {
  display: block;
  background-color: #22304f;
  color: #ffffff;
}
a.topServiceFlexBox01:link {
  color: #ffffff;
  text-decoration: none;
}
a.topServiceFlexBox01:visited {
  color: #ffffff;
  text-decoration: none;
}
a.topServiceFlexBox01:hover {
  color: #ffffff;
  text-decoration: none;
}
a.topServiceFlexBox01:active {
  color: #ffffff;
  text-decoration: none;
}

.topServiceBoxIn01 {
  padding: 30px 38px 38px 38px;
}
.contH402 {
  font-size: 19px;
  line-height: 1.8em;
  font-weight: bold;
  margin-bottom: 28px;
}
.contH402 .s01 {
  font-size: 14px;
}

.contText14_17 {
  font-size: 14px;
  line-height: 1.7em;
}
.contLeft01 {
  text-align: left;
}

.topServiceFlexBox02 {
  background-color: #ffffff;
  padding-bottom: 100px;
  position: relative;
}
.contH403 {
  color: #0c418b;
  font-size: 19px;
  line-height: 1.3em;
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
}
.contH403::before {
  content: "";
  width: 12px;
  height: 5px;
  background-color: #47b6b3;
  position: absolute;
  left: -38px;
  top: 50%;
  margin-top: -2px;
}
.topServiceBtnWrap01 {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 60px;
}

.topServiceUl01 {
  margin-top: 40px;
}
.topServiceUl01 li {
  margin-top: 7px;
}

/*------------------*/

.topSearchBlock01 {
  margin-top: 70px;
}
.searchBoxTit01 {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 24px;
}
.topSearchBoxWrap01 {
  display: flex;
  box-sizing: border-box;
  width: 670px;
  margin: auto;
  background-color: #ffffff;
  border: 3px solid #22304f;
  border-radius: 100px;
  padding: 10px 10px 10px 20px;
}
.topSearchInput01 {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  width: 90%;
  height: 52px;
  font-size: 18px;
}
.topSearchInput02 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  width: 10%;
  height: 52px;
  background-image: url("/common/img/top_service_search01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 27px auto;
  cursor: pointer;
}
.topSearchInput02:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}

/*-----------------------*/

.topMeritFlex01.topCaseFlex01 {
  padding-top: 65px;
}
.topCaseFlex01 .topMeritImgWrap01 {
  top: -65px;
}
.topMeritFlex01.topCaseFlex01 a {
  padding-bottom: 110px;
}

.topCaseH301 {
  margin-bottom: 13px;
}
.topCaseH301 .s01 {
  display: block;
  margin-bottom: 13px;
}
.topCaseH301 .s01 img {
  width: auto;
  height: 23px;
}
.topCaseH301 .s02 {
  display: block;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: bold;
}

.topCaseBox01 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 22px;
}

.topCaseBtnWrap01 {
  position: absolute;
  bottom: 40px;
}
.topCaseBtnWrap01 p {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
  position: relative;
}
.topCaseBtnWrap01 p::before {
  content: "";
  display: inline-block;
  background-image: url("/common/img/top_case_link_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px auto;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 12px;
}

.topBlockBg01 {
  position: relative;
}
/* .topBlockBg01::before {
  content: "";
  background-image: url("/common/img/top_case_bg01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 58%;
  position: absolute;
  bottom: 0px;
  right: 50%;
  margin-right: -360px;
} */

/*-----------------------*/

.topIrFlex01 {
  display: flex;
  flex-wrap: wrap;
}
.topIrFlexBox01 {
  width: 33%;
  display: block;
  box-sizing: border-box;
  padding: 0px 40px 30px 40px;
}
.topIrFlexBox01:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition-duration: 0.3s;
}

.topIrFlexBox01.nolink {
  cursor: default;
}
.topIrFlexBox01.nolink:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.topIrFlexBox01 .img01 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
}
.topIrFlexBox01 .img01 img {
  width: auto;
  height: auto;
}
.topIrFlexBox01 .h301 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: bold;
  padding: 15px 0px 15px 0px;
}
.topIrFlexBox01 .text01 {
  text-align: left;
  font-size: 14px;
  line-height: 2em;
}

.topIrBtnWrap01 {
  margin-top: 30px;
  text-align: center;
}

/*------------------------*/

.contBlock04 {
  background-color: #f2f5f8;
  padding: 100px 0px 100px 0px;
}
.topLinkBlockFlex01 {
  display: flex;
  justify-content: space-between;
}
.topLinkBox01 {
  display: block;
  width: 47%;
  text-align: left;
  background-color: #ffffff;
  -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
.topLinkH201 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  padding: 15px 0px 20px 0px;
  border-bottom: 1px solid #1b243d;
  margin-bottom: 24px;
}

/*------------------------*/

.contBlock05 {
  background-image: url("/common/img/cont_download_bg01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 45px 0px 65px 0px;
  color: #ffffff;
}
.topDownloadH201 {
  font-size: 28px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 40px;
}

.topDownloadBlockFlex01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.topDownloadBox01 {
  width: 47%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
}
a.topDownloadBox01:link {
  color: #ffffff;
  text-decoration: none;
}
a.topDownloadBox01:visited {
  color: #ffffff;
  text-decoration: none;
}
a.topDownloadBox01:hover {
  color: #ffffff;
  text-decoration: none;
}
a.topDownloadBox01:active {
  color: #ffffff;
  text-decoration: none;
}

.topDownloadBox01 .box01 {
  width: 54%;
  text-align: left;
}
.topDownloadBox01 .box02 {
  width: 35.5%;
}

.topDownloadBtnWrap01 {
  margin-top: 20px;
}
.topDownloadBox01 .box01 .h301 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 15px;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width: 768px) {
  .contH201Wrap {
    position: relative;
    padding: 5px 0px 30px 0px;
    margin-bottom: 35px;
    z-index: 1;
  }
  .contH201Wrap::after {
    content: "";
    width: 58px;
    height: 2px;
    background-color: #02416f;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -29px;
  }

  .contH201 {
  }
  .contH201Span01 {
    display: inline-block;
    position: relative;
    margin-bottom: 11px;
  }
  .contH201Span01::before {
    content: "";
    width: 23px;
    height: 23px;
    background-color: #77caf5;
    position: absolute;
    left: -15px;
    top: -7px;
  }
  .contH201Span01 img {
    position: relative;
    width: auto;
    height: 23px;
  }
  .contH201Span02 {
    display: block;
    font-size: 28px;
    line-height: 1.45em;
    font-weight: bold;
    color: #22304f;
  }

  /*---------------------------------*/

  .topMainvisual01 {
    background-image: url("/common/img/mainvisual_top01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .topMainFlex01 {
    display: block;
    text-align: left;
    box-sizing: border-box;
    padding: 30px 20px 30px 20px;
    height: auto;
  }

  .h1SpanText01 {
    display: block;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: bold;
  }

  .mainBtnWrap01 {
    display: block;
    margin-top: 30px;
  }
  .mainBtnWrap01 li {
    width: auto;
    margin-right: 0px;
    margin-top: 15px;
  }

  /*----------------------------*/

  .contactAreaBlock01 {
    margin: 40px auto 40px auto;
    padding: 0px 20px;
  }
  .contactAreaFlex01 {
    display: block;
  }
  .contactBtnBox01 {
    width: auto;
    padding: 10px 0px;
  }

  /*----------------------------*/

  .topSlideBlock01 {
    margin: 20px auto 20px auto;
    padding: 0px 15px;
  }
  .topSlideWrap01 .topCaseSlick01 li {
    box-sizing: border-box;
    padding: 0px 5px 0px 5px;
  }
  .topCaseSlick01 li a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition-duration: 0.3s;
  }

  .slick-arrow {
    text-indent: -9999px;
    font-size: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    outline: none;
    background: transparent;
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #1b243d;
    border-right: solid 1px #1b243d;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 65px;
    cursor: pointer;
  }
  .slick-prev {
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    left: -30px;
  }
  .slick-next {
    right: -30px;
  }

  .slick-dots {
    margin-top: 0px;
  }
  .slick-dots li {
    display: inline-block;
  }
  .slick-dots li button {
    text-indent: -9999px;
    font-size: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    background-image: url("/common/img/slide_dot01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px auto;
    width: 15px;
    height: 15px;
    cursor: pointer;
  }
  .slick-dots li.slick-active button {
    background-image: url("/common/img/slide_dot01_on.png");
  }

  /*---------------------------*/

  .contBlock01 {
    background-color: #f2f5f8;
    padding: 40px 20px 40px 20px;
  }
  .topTopicsFlex01 {
    display: block;
  }
  .topTopicsBox01 {
    width: auto;
    margin-top: 40px;
  }
  .topTopicsH3Wrao01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 54px;
  }
  .topTopicsH3Wrao01 .h301 {
    font-size: 20px;
    line-height: 1.45em;
    font-weight: bold;
  }
  .topTopicsH3Wrao01 .link01 a {
    display: inline-block;
    font-size: 13px;
    line-height: 1.45em;
    font-weight: 500;
    vertical-align: middle;
  }
  .topTopicsH3Wrao01 .link01 a::after {
    content: "";
    display: inline-block;
    background-image: url("/common/img/link_icon_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px auto;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-left: 10px;
  }

  .topTopicsUl01 {
    padding: 16px 0px 16px 0px;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
  }
  .topTopicsUl01 li {
    padding: 6px 0px 6px 0px;
    text-align: left;
  }
  .topTopicsUl01 li a {
    display: flex;
    flex-wrap: wrap;
  }
  .topTopicsUl01 li a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition-duration: 0.3s;
  }
  .topTopicsUl01 li .p01 {
    font-size: 14px;
    line-height: 1.6em;
    padding-right: 15px;
    flex-shrink: 0;
  }
  .topTopicsUl01 li .p02 {
    padding: 2px 0px 2px 0px;
    padding-right: 15px;
    flex-shrink: 0;
  }
  .topTopicsUl01 li .p03 {
    font-size: 14px;
    line-height: 1.6em;
    width: 100%;
  }

  .topicsCate01 {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96px;
    height: 18px;
    border-radius: 40px;
    background-color: #0c418b;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.2em;
    padding-bottom: 2px;
  }
  .topicsCate01.col02 {
    background-color: #3d9fe6;
  }
  .topicsCate01.col03 {
    background-color: #668d10;
  }
  .topicsCate01.col04 {
    background-color: #b3b929;
  }

  /*------------------------*/

  .contBlock02 {
    padding: 40px 20px 40px 20px;
  }
  .topContBox01 {
  }
  .contH301 {
    font-size: 20px;
    line-height: 1.75em;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .contText16_18_n {
    font-size: 13px;
    line-height: 1.8em;
  }
  .topMeritFlex01 {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
  }
  .topMeritFlex01 a {
    margin-top: 100px;
    text-align: left;
    position: relative;
    display: block;
    box-sizing: border-box;
    width: auto;
    background-color: #ffffff;
    padding: 170px 35px 50px 35px;
    -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
  }

  .topMeritImgWrap01 {
    width: 310px;
    position: absolute;
    left: 0px;
    top: -70px;
  }
  .topMeritImgWrap01 .p01 {
    width: 85px;
    position: absolute;
    left: 0px;
    bottom: -20px;
  }

  .topMeritImg01 {
    margin-top: 30px;
  }

  .contH401 {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .contText14_20_n {
    font-size: 14px;
    line-height: 2em;
  }

  /*--------------------*/

  .contBlock03 {
    background-image: url("/common/img/top_service_bg01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px 20px 40px 20px;
  }
  .topServiceBlock01 {
    margin-top: 60px;
  }
  .topServiceTit01 {
    text-align: left;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: bold;
    padding-left: 12px;
    border-left: 6px solid #0c418b;
    margin-bottom: 28px;
  }

  .topServiceFlex01 {
    display: block;
  }
  .topServiceMt23 {
    margin-top: 23px;
  }
  .flexBox50 {
    box-sizing: border-box;
    width: auto;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .flexBox30 {
    box-sizing: border-box;
    width: auto;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .topServiceFlexBox01 {
    display: block;
    background-color: #22304f;
    color: #ffffff;
  }
  a.topServiceFlexBox01:link {
    color: #ffffff;
    text-decoration: none;
  }
  a.topServiceFlexBox01:visited {
    color: #ffffff;
    text-decoration: none;
  }
  a.topServiceFlexBox01:hover {
    color: #ffffff;
    text-decoration: none;
  }
  a.topServiceFlexBox01:active {
    color: #ffffff;
    text-decoration: none;
  }

  .topServiceBoxIn01 {
    padding: 20px 20px 30px 20px;
  }
  .contH402 {
    font-size: 18px;
    line-height: 1.8em;
    font-weight: bold;
    margin-bottom: 22px;
  }
  .contH402 .s01 {
    font-size: 13px;
  }

  .contText14_17 {
    font-size: 14px;
    line-height: 1.7em;
  }
  .contLeft01 {
    text-align: left;
  }

  .topServiceFlexBox02 {
    background-color: #ffffff;
    padding-bottom: 0px;
    position: relative;
  }
  .contH403 {
    color: #0c418b;
    font-size: 19px;
    line-height: 1.3em;
    font-weight: bold;
    position: relative;
    margin-bottom: 25px;
  }
  .contH403::before {
    content: "";
    width: 12px;
    height: 5px;
    background-color: #47b6b3;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -2px;
  }
  .topServiceBtnWrap01 {
    text-align: center;
    width: 100%;
    position: relative;
    left: 0px;
    bottom: 0px;
    margin-top: 30px;
  }

  .topServiceUl01 {
    margin-top: 40px;
  }
  .topServiceUl01 li {
    margin-top: 7px;
  }

  /*------------------*/

  .topSearchBlock01 {
    margin-top: 40px;
  }
  .searchBoxTit01 {
    font-size: 22px;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 24px;
  }
  .topSearchBoxWrap01 {
    display: flex;
    box-sizing: border-box;
    width: auto;
    margin: auto;
    background-color: #ffffff;
    border: 3px solid #22304f;
    border-radius: 100px;
    padding: 5px 10px 5px 20px;
  }
  .topSearchInput01 {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    width: 90%;
    height: 40px;
    font-size: 18px;
  }
  .topSearchInput02 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    width: 10%;
    height: 40px;
    background-image: url("/common/img/top_service_search01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 27px auto;
    cursor: pointer;
  }
  .topSearchInput02:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition-duration: 0.3s;
  }

  /*-----------------------*/

  .topMeritFlex01.topCaseFlex01 {
    padding-top: 0px;
  }
  .topCaseFlex01 .topMeritImgWrap01 {
    top: -65px;
  }
  .topMeritFlex01.topCaseFlex01 a {
    padding-bottom: 110px;
  }

  .topCaseH301 {
    margin-bottom: 13px;
  }
  .topCaseH301 .s01 {
    display: block;
    margin-bottom: 13px;
  }
  .topCaseH301 .s01 img {
    width: auto;
    height: 23px;
  }
  .topCaseH301 .s02 {
    display: block;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
  }

  .topCaseBox01 {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 22px;
  }

  .topCaseBtnWrap01 {
    position: absolute;
    bottom: 40px;
  }
  .topCaseBtnWrap01 p {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 500;
    position: relative;
  }
  .topCaseBtnWrap01 p::before {
    content: "";
    display: inline-block;
    background-image: url("/common/img/top_case_link_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px auto;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 12px;
  }

  .topBlockBg01 {
    position: relative;
  }
  .topBlockBg01::before {
    content: "";
    background-image: url("/common/img/top_case_bg01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 58%;
    position: absolute;
    bottom: 0px;
    right: 50%;
    margin-right: -360px;
  }

  /*-----------------------*/

  .topIrFlex01 {
    display: block;
  }
  .topIrFlexBox01 {
    width: auto;
    display: block;
    box-sizing: border-box;
    padding: 0px 40px 30px 40px;
  }
  .topIrFlexBox01 .img01 {
    display: block;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 10px;
  }
  .topIrFlexBox01 .img01 img {
    width: auto;
    height: auto;
  }
  .topIrFlexBox01 .h301 {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
  }
  .topIrFlexBox01 .text01 {
    text-align: left;
    font-size: 14px;
    line-height: 2em;
  }

  .topIrBtnWrap01 {
    margin-top: 10px;
    text-align: center;
  }

  /*------------------------*/

  .contBlock04 {
    background-color: #f2f5f8;
    padding: 40px 20px 40px 20px;
  }
  .topLinkBlockFlex01 {
    display: block;
  }
  .topLinkBox01 {
    display: block;
    width: auto;
    text-align: left;
    background-color: #ffffff;
    -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
  }
  .topLinkH201 {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: bold;
    text-align: center;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #1b243d;
    margin-bottom: 15px;
  }

  /*------------------------*/

  .contBlock05 {
    background-image: url("/common/img/cont_download_bg01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 45px 20px 65px 20px;
    color: #ffffff;
  }
  .topDownloadH201 {
    font-size: 28px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 40px;
  }

  .topDownloadBlockFlex01 {
    display: block;
  }
  .topDownloadBox01 {
    width: auto;
    display: block;
    margin-top: 40px;
  }
  a.topDownloadBox01:link {
    color: #ffffff;
    text-decoration: none;
  }
  a.topDownloadBox01:visited {
    color: #ffffff;
    text-decoration: none;
  }
  a.topDownloadBox01:hover {
    color: #ffffff;
    text-decoration: none;
  }
  a.topDownloadBox01:active {
    color: #ffffff;
    text-decoration: none;
  }

  .topDownloadBox01 .box01 {
    width: auto;
    text-align: left;
  }
  .topDownloadBox01 .box02 {
    width: auto;
    margin-bottom: 15px;
  }

  .topDownloadBtnWrap01 {
    margin-top: 20px;
  }
  .topDownloadBox01 .box01 .h301 {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
  }
}

/* -------------------------------------------------------------------- 
 footer
-------------------------------------------------------------------- */

/* PAGE TOP */
#page-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 500;
  display: none;
}
#page-top a {
  width: 50px;
  height: 50px;
  background-color: #47acab;
  display: block;
  position: relative;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-top a::before {
  position: absolute;
  content: "";
  left: 18px;
  top: 22px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#page-top a:hover {
  background-color: #ffffff;
  border: 1px solid #47acab;
}
#page-top a:hover::before {
  border-top: 2px solid #47acab;
  border-left: 2px solid #47acab;
}

/* -------------------------------------------------------------------- 
 メガメニュー、他
-------------------------------------------------------------------- */

.pcHeaderMegaNavi01 {
  box-sizing: border-box;
  width: 200%;
  padding: 12px 0px 0px 0px;
  position: absolute;
  top: 27px;
  left: 50%;
  margin-left: -100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.2s;
  z-index: 99;
}
.headerNavi02 li.li01:hover .pcHeaderMegaNavi01 {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
}

.pcHeaderMegaNavi01In {
  background-image: url("/common/img/maganavi_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  padding: 30px 0px 30px 0px;
}

.megaNaviFlex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 4px 0px 4px 0px;
}
.megaNaviFlex01 .megaNaviBox01 {
  width: 204px;
  margin-right: 18px;
}
.megaNaviFlex01 .megaNaviBox01:nth-child(5n) {
  margin-right: 0px;
}

.megaNaviText01 {
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 500;
  position: relative;
  padding-left: 22px;
}
.megaNaviText01::before {
  content: "";
  width: 14px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -1px;
}

.megaNaviBtn01 {
  display: table;
  width: 100%;
  position: relative;
}
.megaNaviBtn01 a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  height: 58px;
  background-color: rgba(255, 255, 255, 0.85);
  border: 2px solid #2673b8;
  color: #005bac;
  font-size: 15px;
  line-height: 1.45em;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.megaNaviBtn01 a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #005cac;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
.megaNaviBtn01 a:hover {
  background-color: #2673b8;
  border: 2px solid #2673b8;
  color: #ffffff;
  text-decoration: none;
}
.megaNaviBtn01 a:hover::after {
  border-color: transparent transparent transparent #ffffff;
}

.megaNaviCont01 {
  margin-bottom: 5px;
}

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

/* -------------------------------------------------------------------- 
 フロートナビ
-------------------------------------------------------------------- */

.floatNaviWrap01 {
  width: 160px;
  position: fixed;
  right: 0px;
  top: 50%;
  z-index: 9999;
}
.floatNaviWrap01 li {
  margin-top: 2px;
}

/*----------------*/

.floatNaviBtn01 {
  position: relative;
  display: block;
  background-color: #3bc3c1;
  border: 1px solid #3bc3c1;
  border-radius: 3px 0px 0px 3px;
  padding-top: 42px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.floatNaviBtn01:link {
  color: #ffffff;
  text-decoration: none;
}
a.floatNaviBtn01:visited {
  color: #ffffff;
  text-decoration: none;
}
a.floatNaviBtn01:hover {
  color: #3bc3c1;
  text-decoration: none;
  background-color: #ffffff;
}
a.floatNaviBtn01:active {
  color: #ffffff;
  text-decoration: none;
}

.floatNaviBtn01 p {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 20px 0px 30px;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 500;
  width: 100%;
  height: 44px;
  position: relative;
}
.floatNaviBtn01 p::before {
  content: "";
  background-image: url("/common/img/btn_icon_download01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px auto;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.floatNaviBtn01:hover p::before {
  background-image: url("/common/img/btn_icon_download01_on.png");
}

.floatNaviBtn01 p::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.floatNaviBtn01:hover p::after {
  border-top: solid 1px #3bc3c1;
  border-right: solid 1px #3bc3c1;
}

.floatNaviBtn01 .img01 {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0px;
  top: -36px;
}
.floatNaviBtn01 .img01 img {
  width: 105px;
  height: auto;
  -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
}

/*----------------*/

.floatNaviBtn01.floatNaviBtn02 {
  background-color: #2f46f5;
  border: 1px solid #2f46f5;
  padding-top: 0px;
}
a.floatNaviBtn01.floatNaviBtn02:hover {
  color: #2f46f5;
}
.floatNaviBtn01.floatNaviBtn02 p::before {
  background-image: url("/common/img/btn_icon_contact01.png");
  background-size: 12px auto;
  width: 12px;
  height: 10px;
  margin-top: -5px;
}
.floatNaviBtn01.floatNaviBtn02:hover p::before {
  background-image: url("/common/img/btn_icon_contact01_on.png");
}
.floatNaviBtn01.floatNaviBtn02:hover p::after {
  border-top: solid 1px #2f46f5;
  border-right: solid 1px #2f46f5;
}

/*----------------*/

@media screen and (max-width: 768px) {
  .floatNaviWrap01 {
    width: 160px;
    position: fixed;
    right: 0px;
    top: 50%;
    display: none !important;
  }
  .floatNaviWrap01 li {
    margin-top: 2px;
  }

  /*----------------*/

  .floatNaviBtn01 {
    position: relative;
    display: block;
    background-color: #3bc3c1;
    border: 1px solid #3bc3c1;
    border-radius: 3px 0px 0px 3px;
    padding-top: 42px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a.floatNaviBtn01:link {
    color: #ffffff;
    text-decoration: none;
  }
  a.floatNaviBtn01:visited {
    color: #ffffff;
    text-decoration: none;
  }
  a.floatNaviBtn01:hover {
    color: #3bc3c1;
    text-decoration: none;
    background-color: #ffffff;
  }
  a.floatNaviBtn01:active {
    color: #ffffff;
    text-decoration: none;
  }

  .floatNaviBtn01 p {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 20px 0px 30px;
    font-size: 12px;
    line-height: 1.3em;
    font-weight: 500;
    width: 100%;
    height: 44px;
    position: relative;
  }
  .floatNaviBtn01 p::before {
    content: "";
    background-image: url("/common/img/btn_icon_download01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 11px auto;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .floatNaviBtn01:hover p::before {
    background-image: url("/common/img/btn_icon_download01_on.png");
  }

  .floatNaviBtn01 p::after {
    content: "";
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .floatNaviBtn01:hover p::after {
    border-top: solid 1px #3bc3c1;
    border-right: solid 1px #3bc3c1;
  }

  .floatNaviBtn01 .img01 {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0px;
    top: -36px;
  }
  .floatNaviBtn01 .img01 img {
    width: 105px;
    height: auto;
    -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
  }

  /*----------------*/

  .floatNaviBtn01.floatNaviBtn02 {
    background-color: #2f46f5;
    border: 1px solid #2f46f5;
    padding-top: 0px;
  }
  a.floatNaviBtn01.floatNaviBtn02:hover {
    color: #2f46f5;
  }
  .floatNaviBtn01.floatNaviBtn02 p::before {
    background-image: url("/common/img/btn_icon_contact01.png");
    background-size: 12px auto;
    width: 12px;
    height: 10px;
    margin-top: -5px;
  }
  .floatNaviBtn01.floatNaviBtn02:hover p::before {
    background-image: url("/common/img/btn_icon_contact01_on.png");
  }
  .floatNaviBtn01.floatNaviBtn02:hover p::after {
    border-top: solid 1px #2f46f5;
    border-right: solid 1px #2f46f5;
  }

  /*----------------*/
}

/* -------------------------------------------------------------------- 
 
-------------------------------------------------------------------- */

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

/*-----*/

/* -------------------------------------------------------------------- 
 ヘッダー修正
-------------------------------------------------------------------- */
.menuWrapper {
  position: static;
}

.childMenu {
  position: absolute;

  left: 0;

  background: #22304f;
  width: 100vw;
  height: auto !important;
  padding-top: 50px;
  display: none;
  box-sizing: border-box;
}
.childMenu::after {
  content: "";
  clear: both;
  display: block;
}
.childMenu ul {
  display: flex;
  flex-wrap: nowrap;
  height: auto !important;
  flex-direction: column;
}
.childLv01 {
  width: 31%;
  margin-right: 2%;
  float: left;
  text-align-last: left;
  margin-bottom: 50px;
}
.childLv01 a {
  padding-bottom: 7px;
  position: relative;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
}
.childLv01 a img {
  width: 16px;
  height: auto;
  position: relative;
  margin-right: 12px;
}
.childLv01 a:after {
  content: "";
  width: 0%;
  height: 2px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
.childLv01 > a:first-child:hover:after {
  width: 100%;
  background: #8091b8;
}
.childMenu a {
  color: #fff;
}
@media screen and (min-width: 1092px) {
  .childMenu {
    padding-right: calc(calc(100vw - 1092px) / 2);
    padding-left: calc(calc(100vw - 1092px) / 2);
  }
}
@media screen and (max-width: 1091px) {
  .childMenu {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.headerNavi02 .childMenu li a {
  justify-content: flex-start;
  margin-bottom: 16px;
}
.childLv02 li a {
  font-size: 14px;
  font-weight: 300;
  display: flex !important;
  height: 100% !important;
}
.childLv02 li:not(.childLv02Btn) a {
  display: inline-flex !important;
  width: auto;
}
/* .childLv02 li a::after{
	display: none;
} */
.childLv02 {
  padding-left: 39px;
  display: block !important;
}
.childLv02 li:not(.childLv02Btn) a::before {
  content: "";
  display: block;
  width: 9px;
  height: 1px;
  background: #fff;
  margin-right: 8px;
}

.childLv02Btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 31px !important;
}
.childLv02Btn a {
  display: flex;
  align-items: center;
  justify-content: center !important;
  width: 270px;
  height: 31px !important;
  color: #fff;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: -0.05em;
  background: #031227;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;

  transition: all 0.3s ease;
}
.childLv02Btn a:hover {
  background: #485a82;
}

.childLv02 li {
  display: block;
}
.childLv01-arrow {
  width: 8px !important;
  padding-left: 14px;
}
.childMenu:not(.serviceChildMenu) .childLv02 a::before {
  content: url("/common/img/menu-child-arrow.svg");
  padding-right: 8px;
  display: inline;
  width: 0;
  height: 0;
  margin-right: 7px;
  position: relative;
  font-size: 0px;
  background: transparent;
  top: -4px;
}
.childLv02 li a {
  position: relative;
}
.childLv02 li:not(.childLv02Btn) a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
.childLv02 li:not(.childLv02Btn) a:hover::after {
  width: 100%;
  background: #8091b8;
}
/* .childMenu:not(.serviceChildMenu) .childLv02 a[target="_blank"]::after{
	content:url("/common/img/link-icon.svg");
} */
.childMenu:not(.serviceChildMenu) .childLv01:nth-child(n + 2) {
  padding-top: 36px;
}

.hv1 {
  position: relative;
}
.hv1::after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
.hv1:hover::after,
.hv1.active::after {
  width: 100%;

  background: #2f46f5;
}
.hv1:hover,
.hv1.active {
  color: #2f46f5 !important;
  opacity: 1 !important;
}
.menuWrapper > li {
  padding: 0 20px;
}
.menuWrapper > li > a {
  padding: 0;
}
.headerNavi02 .navi01 {
  padding: 0;
}

/* -------------------------------------------------------------------- 

フッター修正 

-------------------------------------------------------------------- */

footer {
  background: #dfe6eb;
  padding: 35px;
  padding-bottom: 0;
  text-align: left;
}
.footer-inner {
  max-width: 1092px;
  width: 100%;
  margin: auto;
}

.footer-logo img {
  /* margin-bottom: 12px; */
  /* width: 285px; */
  mix-blend-mode: multiply;
  display: block;
}
.footer-logo a{
  width: fit-content;
display: flex;
align-items: center;
justify-content: flex-start;  
gap:10px;
}
.footer-logo a img{
  width: 142px;
}
/*-----*/
.h-logo{
  width: 300px;
}
.h-logo-sp{
	height:30px;
	width:auto;
}


.footer-logo span {
  font-size: 12px;
}
.footer-col-wrap {
  padding: 33px 0 0;
  display: flex;
  justify-content: flex-start;
}
.footer-col-4 {
  width: 33.33333%;
}
.footer-col-4:not(:nth-child(3n)) {
  margin-right: 60px;
}
.footer-col-4 ul > li {
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: bold;
}
.footer-col-4 ul > li > a {
  border-bottom: 2px solid;
  transition: all 0.3s ease;
  border-color: transparent;
  position: relative;
  padding-right: 13px;
}
.footer-col-4 ul > li > a::after {
  content: url("/common/img/footer-arrow.svg");
  position: absolute;
  right: 0;
  top: 0;
}
.footer-col-4 ul > li > a:hover {
  border-color: #22304f;
}
.footer-col-4 ul li ul {
  padding-left: 20px;
  margin-top: 20px;
}
.footer-col-4 ul li ul li {
  margin-bottom: 12px;
}
.footer-col-4 ul li ul li a {
  font-size: 14px;
  font-weight: normal;
  transition: all 0.3s ease;
  padding-left: 8px;
  border-bottom: 0;
}

.footer-col-4 ul li ul li a:hover {
  font-weight: bold;
  border-bottom: 0;
}

.footer-col-4 ul li ul li a:after {
  content: url("/common/img/footer-arrow.svg");
  position: absolute;
  left: 0;
  top: 0;
}
.footer-col-4 ul li ul li a img {
  width: 24px;
}
.copyright {
  padding: 60px 0 20px;
  text-align: center;
}
.footer-navi-last .footer-navi-btns {
  margin-bottom: 35px;
}
.footer-navi-last .footer-navi-btns li {
  margin-bottom: 26px;
}
.footer-navi-last .footer-navi-btns li a {
  display: block;
}
.footer-navi-last .footer-navi-btns li a.dl {
  background: #2f46f5;
  color: #fff;
  font-size: 12px;
  width: 270px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  border: 1px solid #2f46f5;
}
.footer-navi-last .footer-navi-btns li a.dl:hover {
  background: #fff;
  color: #2f46f5;
}
.footer-navi-last .footer-navi-btns li a.contact {
  background: #3bc3c1;
  color: #fff;
  font-size: 12px;
  width: 270px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  border: 1px solid #3bc3c1;
}
.footer-navi-last .footer-navi-btns li a.contact:hover {
  background: #fff;
  color: #3bc3c1;
}
.footer-navi-last .footer-navi-btns li a.recruit {
  background: #fff;
  color: #22304f;
  font-size: 12px;
  width: 270px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  border: 1px solid #22304f;
}
.footer-navi-last .footer-navi-btns li a.recruit:hover {
  background: #22304f;
  color: #fff;
}
.footer-navi-last .footer-navi-btns li a::after {
  display: none;
}

.footer-navi-links li a {
  padding-left: 13px;
  padding-right: 0;
  font-size: 14px;
  font-weight: normal;
}
.footer-navi-links li {
  margin-bottom: 12px !important;
}
.footer-navi-links li a::after {
  content: url("/common/img/footer-arrow.svg");
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .h-logo-sp{
	height:auto;
	width:auto;
  max-width: 60%;
}
.h-logo-sp + span{
  font-size: 14px;
}

  .footer-col-wrap {
    padding: 33px 0 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .footer-col-4 {
    width: 100%;
  }
  .footer-col-4:not(:nth-child(3n)) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer-logo a{
 flex-direction: column;
 justify-content: center;
 margin: auto;
}
}
/*-----------------------------------------------

スマホメニュー

--------------------------------------------------*/
@media screen and (max-width: 768px) {
  .spHeaderWrap {
    background-color: #ffffff;
    border-bottom: none;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
  }
  .spmenubtn {
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    background: #1f2b47;
  }
  .spmenubtn p {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    padding: 15px;
  }
  .spmenubtn p span {
    width: calc(100% - 30px);
    height: 1px;
    background: #fff;
    position: absolute;
    left: 15px;
    transition: all 0.3s ease;
    transform: rotate(0);
  }
  .spmenubtn p span:nth-child(1) {
    top: 15px;
  }
  .spmenubtn p span:nth-child(2) {
    top: 50%;
  }
  .spmenubtn p span:nth-child(3) {
    bottom: 15px;
  }
  .spmenubtn.close p span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  .spmenubtn.close p span:nth-child(2) {
    display: none;
  }
  .spmenubtn.close p span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }

  * {
    box-sizing: border-box;
  }
  .menuSpWrap {
    /* display: block; */
    height: 100vh;
    overflow: scroll;
    width: 100%;
    background: #eaf0f6;
    position: relative;
  }
  #spmenu {
    height: 100%;
  }
  .listnavi {
    text-align: left;
    padding-top: 60px;
  }
  .listnavi > li {
    background: #eaf0f6;
    border-bottom: 1px solid #aebad2;
  }

  .listnavi > li > ul > li {
    background: #deeaf8;
    border-bottom: 1px solid #aebad2;
  }
  .listnavi > li > ul > li:last-child {
    border-bottom: 0;
  }
  .listnavi > li > ul > li:first-child {
    border-top: 1px solid #aebad2;
  }
  .listnavi > li > ul > li > ul {
    border-top: 1px solid #aebad2;
  }
  .listnavi > li > ul > li > ul > li {
    background: #d0ddeb;
    padding-left: 22px;
    position: relative;
    border-bottom: 1px solid #aebad2;
  }

  .listnavi > li > ul > li > ul > li:last-child {
    border-bottom: 0;
  }
  .listnavi li:not(.acc) {
    position: relative;
  }
  .listnavi li:not(.acc)::after {
    content: url("/common/img/spmenu-arrow.svg");
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
  }
  .listnavi li a {
    padding: 15px 20px;
    display: block;
    font-size: 14px;
  }
  .listnavi li a[target="_blank"] img {
    width: 24px;
  }
  .btns {
    padding: 20px 20px 36px;
  }
  .btns li {
    margin-bottom: 0;
    padding: 0;
  }
  .btns li a {
    width: 100%;
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 16px;
  }

  .btns li a.dl {
    background: #2f46f5;
    border: 1px solid #2f46f5;
    color: #fff;
  }
  .btns li a.contact {
    background: #3bc3c1;
    border: 1px solid #3bc3c1;
    color: #fff;
  }
  .btns li a.recruit {
    background: #fff;
    border: 1px solid #22304f;
    color: #22304f;
  }
  .btns li a.ec {
    background: #fff;
    border: 1px solid #ef850d;
    color: #ef850d;
  }
  .btns li a.ec img.ec-icon {
    margin-right: 12px;
    width: 25px;
  }
  .text-right {
    padding-bottom: 20px;
    padding-right: 20px;
  }
  .text-right li {
    text-align: right;
    margin-bottom: 20px;
  }
  .text-right li a {
    position: relative;
    padding-left: 20px;
  }
  .text-right li a::before {
    content: url("/common/img/arrow-s.svg");
    position: absolute;
    margin-right: 14px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  a.toggle {
    position: relative;
    /* pointer-events: none; */
  }
  li.acc > .acc-item {
    display: none;
  }
  li.acc > .acc-item a {
    padding-right: 40px;
  }
  a.toggle::after {
    content: url("/common/img/closs.svg");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  li.acc.open > a.toggle:first-child::after {
    content: url("/common/img/minus.svg");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
}

/*---------------------------------------------

2024/02/28追加　製品ナビリンク

------------------------------------------------*/
.headerNavi02 li.navi-link {
}
.headerNavi02 li.navi-link a {
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid #fff;
  padding: 24px 25px 29px;
  width: auto;
  margin-top: auto;
  margin-bottom: 0;
  height: auto;
  margin-top: 40px;
  transition: all 0.3s ease;
}

.headerNavi02 li.navi-link a span.linktext {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.headerNavi02 li.navi-link a span.linkbtn {
  background: #fff;
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  color: #22304f;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}

.headerNavi02 li.navi-link a:hover {
  background: #fff;
  color: #22304f;
}
.headerNavi02 li.navi-link a:hover span.linkbtn {
  background: #22304f;
  color: #fff;
}

.topNaviLink01 {
  padding: 54px 0;
  background: #fff;
  text-align: center;
  margin-top: 26px;
}
.topNaviLink01 .naviLinkTit01 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
.topNaviLink01 .naviLinkBtn01 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 454px;
  background: #22304f;
  color: #fff;
  font-size: 12px;
  color: #fff;
  border-radius: 100vh;
  height: 53px;
  margin: 0 auto;
  transition: all 0.3s ease;
  border: 1px solid #22304f;
}
.topNaviLink01 .naviLinkBtn01:hover {
  background: #fff;
  color: #22304f;
}
@media screen and (max-width: 768px) {
  .topNaviLink01 {
    padding: 30px 20px;
  }
}

.privacy{
  padding: 20px;
  background: #fff;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 30px;
  height: 180px;
  overflow-y: scroll;
  border: 1px solid #22304f;
  text-align: left;
  margin-bottom: 40px;
}
.privacy a{
  text-decoration: underline;
  color: #2673b8;
}
