.main-box {
  position: relative;
}
.main-box .main-text {
  display: inline-block;
  position: absolute;
  top: 50px;
  right: 30px;
}
.main-box img {
  width: 100%;
}

.main-box .main-text .en-txt {
  letter-spacing: 0.1em;
}

.new-box {
  background: #fff;
  padding-top: 80px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 76px;
  margin-bottom: 135px;
}

.gr-box {
  padding-top: 48px;
  padding-bottom: 56px;
}
.gr-box .gr-logo {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
}
.gr-box .gr-logo img {
  width: 100%;
}
.gr-box .big-copy {
  font-size: 30px;
  line-height: 2;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .main-box {
    position: relative;
  }
  .main-box .main-text {
    display: inline-block;
    position: absolute;
    top: 5.2vw;
    right: 6.7vw;
    text-align: right;
  }
  .main-box img {
    width: 100%;
  }
  .new-box {
    background: #fff;
    padding-top: 9.6vw;
    padding-bottom: 8.4vw;
    margin-bottom: 7vw;
  }
  .gr-box .gr-logo {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.3vw;
  }
  .gr-box .gr-logo img {
    width: 100%;
  }
  .gr-box .big-copy {
    font-size: 3.6vw;
    line-height: 2;
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
  }
}
.sec-box {
  margin-bottom: 105px;
  padding-bottom: 100px;
  border-bottom: 1px solid #333333;
}
.sec-box.last {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.pic-caption {
  font-size: 11px;
  position: absolute;
  bottom: 1px;
  right: 4px;
  color: #333333;
  letter-spacing: 0em;
  text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.pic-caption.ex {
  right: 12px;
}
.pic-caption.ex2 {
  bottom: 50px;
}
.pic-caption.ex3 {
  bottom: 5px;
  right: 10px;
}

.pic-caption2 {
  font-size: 9px;
  position: absolute;
  bottom: 1px;
  right: 2px;
  color: #333333;
  letter-spacing: 0em;
}

.note-caption {
  text-align: right;
  font-size: 9px;
  margin-top: 1px;
  color: #333333;
  letter-spacing: 0em;
  padding-right: 1em;
}
.note-caption.ex {
  padding-right: 16%;
}

.sec-name {
  margin-bottom: 10px;
  color: #049faa;
  font-size: 25px;
  letter-spacing: 0em;
}
.sec-name span {
  font-size: 19px;
}
.sec-name.ex {
  font-weight: 700;
}
.sec-name.mini {
  font-size: 23px;
  margin-bottom: 6px;
}

.sec-subtext {
  font-size: 17px;
  line-height: 1.88;
  color: #333333;
  letter-spacing: 0;
}
.sec-subtext.ex {
  font-size: 19px;
}

.sec-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.sec-head.ptn2 {
  margin-bottom: 40px;
}
.sec-head.ptn3 {
  margin-bottom: 26px;
}
.sec-head .sec-ttl {
  width: 30%;
}
.sec-head .sec-text {
  width: 66.6%;
}

.sec-flex1-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.sec-flex1-1 .left {
  width: 50%;
  position: relative;
}
.sec-flex1-1 .right {
  width: 46%;
}

.sec-flex1-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec-flex1-2 .left {
  width: 19.6%;
  position: relative;
}
.sec-flex1-2 .right {
  width: 77%;
  padding-top: 28px;
}

@media screen and (max-width: 900px) {
  .sec-box {
    margin-bottom: 10.8vw;
    padding-bottom: 9.6vw;
  }
  .pic-caption {
    font-size: 2.3vw;
    position: absolute;
    bottom: 1px;
    right: 4px;
  }
  .pic-caption.ex {
    right: 12px;
  }
  .pic-caption.ex2 {
    bottom: 50px;
  }
  .pic-caption.ex3 {
    bottom: 5px;
    right: 10px;
  }
  .pic-caption2 {
    font-size: 2.3vw;
    position: absolute;
    bottom: 1px;
    right: 1px;
  }
  .note-caption {
    text-align: right;
    font-size: 2.3vw;
    margin-top: 1vw;
  }
  .sec-name {
    margin-bottom: 5.5vw;
    font-size: 5.2vw;
  }
  .sec-name span {
    font-size: 3.3vw;
  }
  .sec-name.mini {
    font-size: 4.3vw;
    margin-bottom: 2.4vw;
  }
  .sec-subtext {
    font-size: 3.3vw;
    line-height: 1.88;
  }
  .sec-subtext.ex {
    font-size: 4.2vw;
  }
  .sec-head {
    display: block;
    margin-bottom: 9.6vw;
  }
  .sec-head.ptn2 {
    margin-bottom: 6.2vw;
  }
  .sec-head.ptn3 {
    margin-bottom: 7.2vw;
  }
  .sec-head .sec-ttl {
    width: 100%;
    margin-bottom: 5.8vw;
  }
  .sec-head .sec-text {
    width: 100%;
  }
  .sec-flex1-1 {
    display: block;
    margin-bottom: 2vw;
  }
  .sec-flex1-1 .left {
    width: 100%;
    position: relative;
    margin-bottom: 6vw;
  }
  .sec-flex1-1 .right {
    width: 100%;
  }
  .sec-flex1-2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .sec-flex1-2 .left {
    width: 46.1%;
    position: relative;
  }
  .sec-flex1-2 .right {
    width: 49%;
    padding-top: 4.8vw;
  }
}
.sec-flex2-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.sec-flex2-1 .left {
  width: 47%;
  position: relative;
}
.sec-flex2-1 .left .img-box {
  position: relative;
}
.sec-flex2-1 .right {
  width: 50%;
}

.sec-flex2-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec-flex2-2.ptn2 {
  margin-left: 5%;
  margin-top: 50px;
}
.sec-flex2-2 .left {
  width: 24.6%;
  position: relative;
}
.sec-flex2-2 .right {
  width: 72%;
}

.sec-flex2-3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 65px;
}
.sec-flex2-3 .left {
  width: 23%;
  position: relative;
}
.sec-flex2-3 .right {
  width: 74%;
}

.ex-box {
  padding: 24px 30px;
  background: #eeefe3;
}
.ex-box .sec-subtext {
  font-size: 15px;
  line-height: 2;
}
.ex-box ul {
  margin-top: 12px;
}
.ex-box ul li {
  font-size: 15px;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
}
.ex-box ul li span {
  color: #796823;
}

.note-text {
  font-size: 9.5px;
  margin-top: 14px;
  color: #333333;
  letter-spacing: 0;
}

@media screen and (max-width: 900px) {
  .sec-flex2-1 {
    display: block;
    margin-bottom: 4vw;
  }
  .sec-flex2-1 .left {
    width: 100%;
    position: relative;
    margin-bottom: 4.8vw;
  }
  .sec-flex2-1 .right {
    width: 100%;
  }
  .sec-flex2-2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sec-flex2-2.ptn2 {
    margin-left: 0%;
    margin-top: 3.1vw;
  }
  .sec-flex2-2 .left {
    width: 32%;
    position: relative;
  }
  .sec-flex2-2 .right {
    width: 61%;
  }
  .sec-flex2-3 {
    display: block;
    margin-bottom: 5vw;
  }
  .sec-flex2-3 .left {
    width: 64%;
    position: relative;
    margin-bottom: 3.1vw;
  }
  .sec-flex2-3 .right {
    width: 100%;
  }
  .ex-box {
    padding: 4.2vw 4.2vw;
  }
  .ex-box .sec-subtext {
    font-size: 3.6vw;
    line-height: 2;
  }
  .ex-box ul {
    margin-top: 2vw;
  }
  .ex-box ul li {
    font-size: 3.1vw;
    line-height: 2;
    padding-left: 1em;
    text-indent: -1em;
  }
  .note-text {
    font-size: 2.3vw;
    margin-top: 1vw;
  }
}
.point-obi {
  font-size: 22px;
  margin-bottom: 12px;
  background: #0d7b8f;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #fff;
  text-align: center;
}
.point-obi span {
  font-size: 17px;
}

.point-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.point-list li {
  width: 33%;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #0d7b8f;
  background: #e7ebee;
  font-size: 17px;
  line-height: 1.52;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .point-obi {
    font-size: 5.3vw;
    margin-bottom: 2.4vw;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
    line-height: 1;
  }
  .point-obi span {
    font-size: 4.1vw;
    line-height: 1;
    margin-bottom: 1.2vw;
    display: block;
  }
  .point-list {
    display: block;
    margin-bottom: 10.8vw;
  }
  .point-list li {
    width: 100%;
    padding-top: 3.3vw;
    padding-bottom: 3.3vw;
    font-size: 4.1vw;
    line-height: 1.52;
    text-align: center;
    margin-bottom: 1.9vw;
  }
  .point-list li:last-child {
    margin-bottom: 0px;
  }
}
.key-box {
  padding: 35px 30px;
  background: #e7ebee;
}
.key-box .sec-name {
  color: #0d7b8f;
}

.key-list {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
}
.key-list li {
  width: 30%;
  position: relative;
  margin-right: 3.2%;
}
.key-list li:first-child {
  margin-right: 6.4%;
}
.key-list li:first-child .yajirushi {
  width: 15%;
  right: -20%;
  top: 40%;
  transform: translateY(-50%);
  position: absolute;
}
.key-list li:nth-child(3) {
  margin-right: 0%;
}

.list-obi {
  text-align: center;
  margin-bottom: 6px;
  color: #fff;
  font-size: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #717071;
  line-height: 1;
}

.key-img {
  position: relative;
}
.key-img img {
  width: 100%;
}

.key-text {
  font-size: 15px;
  line-height: 1.4;
  color: #333333;
  margin-top: 10px;
  text-align: justify;
  letter-spacing: 0;
}

.key-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 31px;
}
.key-flex .key-left {
  width: 30%;
}
.key-flex .key-right {
  width: 67%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.key-flex .key-right .keypic-list {
  width: 56.4%;
  display: flex;
  justify-content: space-between;
}
.key-flex .key-right .keypic-list li {
  width: 45.7%;
  position: relative;
}
.key-flex .key-right .keypic-list li:last-child {
  width: 50%;
}
.key-flex .key-right .keypic-text {
  width: 41.2%;
}
.key-flex .key-right .keypic-text .main {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 30px;
  letter-spacing: 0;
}
.key-flex .key-right .keypic-text .sub {
  font-size: 13px;
  line-height: 1.46;
  padding-left: 1em;
  text-indent: -1em;
}

.key-flex2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 38px;
}
.key-flex2 .key-left {
  width: 25.3%;
  position: relative;
}
.key-flex2 .key-right {
  width: 71.8%;
}
.key-flex2 .key-right .right-ttl {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
  color: #fff;
  background: #0d7b8f;
  font-size: 17px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.key-flex2 .key-right .right-list {
  display: flex;
  justify-content: space-between;
}
.key-flex2 .key-right .right-list li {
  width: 32.4%;
  text-align: center;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  line-height: 1.62;
  color: #0d7b8f;
  padding-top: 19px;
  padding-bottom: 19px;
  background: #fff;
}

@media screen and (max-width: 900px) {
  .key-box {
    padding: 7.2vw 7.2vw;
    width: 116%;
    margin-left: -8%;
    margin-right: -8%;
    box-sizing: border-box;
  }
  .key-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1vw;
  }
  .key-list li {
    width: 43%;
    position: relative;
    margin-right: 0%;
    margin-top: 3vw;
  }
  .key-list li:first-child {
    margin-right: 0%;
  }
  .key-list li:first-child .yajirushi {
    width: 15%;
    right: -26%;
    top: 40%;
    transform: translateY(-50%);
    position: absolute;
  }
  .key-list li:nth-child(3) {
    margin-right: 0%;
  }
  .list-obi {
    text-align: center;
    margin-bottom: 1vw;
    font-size: 2.6vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
  .key-img {
    position: relative;
  }
  .key-img img {
    width: 100%;
  }
  .key-text {
    font-size: 2.6vw;
    line-height: 1.4;
    margin-top: 1vw;
    text-align: justify;
  }
  .key-flex {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2vw;
  }
  .key-flex .key-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .key-flex .key-right .keypic-list {
    width: 56.4%;
    display: flex;
    justify-content: space-between;
  }
  .key-flex .key-right .keypic-list li {
    width: 45.7%;
    position: relative;
  }
  .key-flex .key-right .keypic-list li:last-child {
    width: 50%;
  }
  .key-flex .key-right .keypic-text {
    width: 41.2%;
  }
  .key-flex .key-right .keypic-text .main {
    font-size: 2.6vw;
    line-height: 1.4;
    margin-bottom: 1vw;
  }
  .key-flex .key-right .keypic-text .sub {
    font-size: 2.3vw;
    line-height: 1.46;
    padding-left: 1em;
    text-indent: -1em;
  }
  .key-flex2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 38px;
  }
  .key-flex2 .key-right {
    width: 100%;
  }
  .key-flex2 .key-right .right-ttl {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1;
    color: #fff;
    background: #0d7b8f;
    font-size: 17px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .key-flex2 .key-right .sp-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .key-flex2 .key-right .sp-flex .key-leftsp {
    width: 36%;
    position: relative;
  }
  .key-flex2 .key-right .right-list {
    width: 61%;
    display: block;
  }
  .key-flex2 .key-right .right-list li {
    width: 100%;
    text-align: center;
    padding-top: 2.2vw;
    padding-bottom: 2.2vw;
    text-align: center;
    line-height: 1;
    margin-bottom: 1vw;
    font-size: 3.1vw;
  }
  .key-flex2 .key-right .right-list li:last-child {
    margin-bottom: 0px;
  }
}
.front-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.front-flex .left {
  width: 42.5%;
  position: relative;
}
.front-flex .right {
  width: 48%;
}

.front-list li {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.front-list li .list-text {
  width: 73%;
}
.front-list li .list-text .list-ttl {
  margin-bottom: 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid #333333;
  font-size: 23px;
  color: #049faa;
  line-height: 1;
}
.front-list li .list-text .list-ttl span {
  width: 26px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  line-height: 1;
  margin-top: -1px;
}
.front-list li .list-text .list-subtext {
  font-size: 17px;
  line-height: 1.82;
  letter-spacing: 0;
}
.front-list li .list-text.full {
  width: 100%;
}
.front-list li .list-text.full .text-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.front-list li .list-text.full .text-flex .text-box {
  width: 61.2%;
}
.front-list li .list-text.full .text-flex .list-pic {
  width: 33.3%;
  position: relative;
}
.front-list li .list-text.full .text-flex .list-pic img {
  width: 100%;
}
.front-list li .list-text.full .text-flex .list-pic .pic-caption {
  font-size: 11px;
  position: absolute;
}
.front-list li .list-img {
  width: 26%;
  padding-left: 1%;
  position: relative;
}
.front-list.ptn2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.front-list.ptn2 li {
  width: 48%;
}

.bottomNotes {
  padding-top: 0;
}

@media screen and (max-width: 900px) {
  .front-flex {
    display: block;
  }
  .front-flex .left {
    width: 100%;
    position: relative;
    margin-bottom: 7.2vw;
  }
  .front-flex .right {
    width: 100%;
  }
  .front-list li {
    margin-bottom: 2vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .front-list li .list-text {
    width: 73%;
  }
  .front-list li .list-text .list-ttl {
    margin-bottom: 3vw;
    padding-bottom: 2vw;
    border-bottom: 1px solid #333333;
    font-size: 4.3vw;
    line-height: 1;
  }
  .front-list li .list-text .list-ttl span {
    width: 5.5vw;
    display: inline-block;
    margin-right: 1vw;
    vertical-align: top;
    line-height: 1;
    margin-top: -1px;
  }
  .front-list li .list-text .list-subtext {
    font-size: 3.3vw;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .front-list li .list-text.full {
    width: 100%;
  }
  .front-list li .list-text.full .text-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .front-list li .list-text.full .text-flex .text-box {
    width: 50%;
  }
  .front-list li .list-text.full .text-flex .list-pic {
    width: 44%;
    position: relative;
  }
  .front-list li .list-text.full .text-flex .list-pic img {
    width: 100%;
  }
  .front-list li .list-text.full .text-flex .list-pic .pic-caption {
    font-size: 2.3vw;
    position: absolute;
  }
  .front-list li .list-img {
    width: 26%;
    padding-left: 1%;
    position: relative;
  }
  .front-list.ptn2 {
    display: block;
  }
  .front-list.ptn2 li {
    width: 100%;
  }
  .bottomNotes {
    padding-top: 0;
  }
  .main-box .main-text .jp-txt {
    line-height: 1;
    margin-right: -0.7em;
  }
}
/*# sourceMappingURL=style-security.css.map */