@charset "UTF-8";
/*==================================
normalize.css
==================================*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**

 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*==================================
common.css
==================================*/
html {
  font-size: 62.5%;
  /*10px*/
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #231815;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  zoom: 1;
}

/* Hides from IE-mac ＼*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.left_al {
  text-align: left !Important;
}

.center_al {
  text-align: center !Important;
}

.right_al {
  text-align: right !Important;
}

.noimg {
  background-image: none !Important;
}

.nobackcolor {
  background-color: transparent !Important;
}

.noborder {
  border: none !Important;
}

.noborder_top {
  border-top: none !Important;
}

.noborder_bottom {
  border-bottom: none !Important;
}

.noborder_left {
  border-left: none !Important;
}

.noborder_right {
  border-right: none !Important;
}

.strong {
  font-weight: bold !important;
}

/*margin*/
.mg00 {
  margin: 0px !Important;
}

.mt00 {
  margin-top: 0px !Important;
}

.mt05 {
  margin-top: 5px !Important;
}

.mt10 {
  margin-top: 10px !Important;
}

.mt15 {
  margin-top: 15px !Important;
}

.mt20 {
  margin-top: 20px !Important;
}

.mt25 {
  margin-top: 25px !Important;
}

.mt30 {
  margin-top: 30px !Important;
}

.mt35 {
  margin-top: 35px !Important;
}

.mt40 {
  margin-top: 40px !Important;
}

.mt45 {
  margin-top: 45px !Important;
}

.mt50 {
  margin-top: 50px !Important;
}

.mb00 {
  margin-bottom: 0px !Important;
}

.mb05 {
  margin-bottom: 5px !Important;
}

.mb10 {
  margin-bottom: 10px !Important;
}

.mb15 {
  margin-bottom: 15px !Important;
}

.mb20 {
  margin-bottom: 20px !Important;
}

.mb25 {
  margin-bottom: 25px !Important;
}

.mb30 {
  margin-bottom: 30px !Important;
}

.mb35 {
  margin-bottom: 35px !Important;
}

.mb40 {
  margin-bottom: 40px !Important;
}

.mb45 {
  margin-bottom: 45px !Important;
}

.mb50 {
  margin-bottom: 50px !Important;
}

.mb100 {
  margin-bottom: 100px !Important;
}

.mb150 {
  margin-bottom: 150px !Important;
}

.mb200 {
  margin-bottom: 200px !Important;
}

.ml00 {
  margin-left: 0px !Important;
}

.ml05 {
  margin-left: 5px !Important;
}

.ml10 {
  margin-left: 10px !Important;
}

.ml15 {
  margin-left: 15px !Important;
}

.ml20 {
  margin-left: 20px !Important;
}

.ml25 {
  margin-left: 25px !Important;
}

.ml30 {
  margin-left: 30px !Important;
}

.ml35 {
  margin-left: 35px !Important;
}

.ml40 {
  margin-left: 40px !Important;
}

.ml45 {
  margin-left: 45px !Important;
}

.ml50 {
  margin-left: 50px !Important;
}

.mr00 {
  margin-right: 0px !Important;
}

.mr05 {
  margin-right: 5px !Important;
}

.mr10 {
  margin-right: 10px !Important;
}

.mr15 {
  margin-right: 15px !Important;
}

.mr20 {
  margin-right: 20px !Important;
}

.mr25 {
  margin-right: 25px !Important;
}

.mr30 {
  margin-right: 30px !Important;
}

.mr35 {
  margin-right: 35px !Important;
}

.mr40 {
  margin-right: 40px !Important;
}

.mr45 {
  margin-right: 45px !Important;
}

.mr50 {
  margin-right: 50px !Important;
}

/*padding*/
.pg00 {
  padding: 0px !Important;
}

.pg03 {
  padding: 3px !Important;
}

.pg05 {
  padding: 5px !Important;
}

.pg10 {
  padding: 10px !Important;
}

.pg15 {
  padding: 15px !Important;
}

.pg20 {
  padding: 20px !Important;
}

.pg25 {
  padding: 25px !Important;
}

.pg30 {
  padding: 30px !Important;
}

.pt00 {
  padding-top: 0px !Important;
}

.pt05 {
  padding-top: 5px !Important;
}

.pt10 {
  padding-top: 10px !Important;
}

.pt15 {
  padding-top: 15px !Important;
}

.pt20 {
  padding-top: 20px !Important;
}

.pt25 {
  padding-top: 25px !Important;
}

.pt30 {
  padding-top: 30px !Important;
}

.pt35 {
  padding-top: 35px !Important;
}

.pt40 {
  padding-top: 40px !Important;
}

.pt45 {
  padding-top: 45px !Important;
}

.pt50 {
  padding-top: 50px !Important;
}

.pb00 {
  padding-bottom: 0px !Important;
}

.pb05 {
  padding-bottom: 5px !Important;
}

.pb10 {
  padding-bottom: 10px !Important;
}

.pb15 {
  padding-bottom: 15px !Important;
}

.pb20 {
  padding-bottom: 20px !Important;
}

.pb25 {
  padding-bottom: 25px !Important;
}

.pb30 {
  padding-bottom: 30px !Important;
}

.pb35 {
  padding-bottom: 35px !Important;
}

.pb40 {
  padding-bottom: 40px !Important;
}

.pb45 {
  padding-bottom: 45px !Important;
}

.pb50 {
  padding-bottom: 50px !Important;
}

.pl00 {
  padding-left: 0px !Important;
}

.pl05 {
  padding-left: 5px !Important;
}

.pl10 {
  padding-left: 10px !Important;
}

.pl15 {
  padding-left: 15px !Important;
}

.pl20 {
  padding-left: 20px !Important;
}

.pl25 {
  padding-left: 25px !Important;
}

.pl30 {
  padding-left: 30px !Important;
}

.pl35 {
  padding-left: 35px !Important;
}

.pl40 {
  padding-left: 40px !Important;
}

.pl45 {
  padding-left: 45px !Important;
}

.pl50 {
  padding-left: 50px !Important;
}

.pr00 {
  padding-right: 0px !Important;
}

.pr05 {
  padding-right: 5px !Important;
}

.pr10 {
  padding-right: 10px !Important;
}

.pr15 {
  padding-right: 15px !Important;
}

.pr20 {
  padding-right: 20px !Important;
}

.pr25 {
  padding-right: 25px !Important;
}

.pr30 {
  padding-right: 30px !Important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !Important;
}

.pr45 {
  padding-right: 45px !Important;
}

.pr50 {
  padding-right: 50px !Important;
}

/*==================================
共通
==================================*/
body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-feature-settings: "palt";
}

img {
	width: 100%;
	height: auto;
}

#wrapper{
	overflow: hidden;
}

.font_sub_18{
	font-size: 1.8rem;
}

.display_pc{
	display: block;
}

.display_sp{
	display: none;
}

/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  left:2%;
  bottom:10px;
    /*全体の高さ*/
  height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
  position: absolute;
  left:-11px;
  top: -45px;
    /*テキストの形状*/
  color: #000;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1.3px;
  height: 30px;
  background: #000;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}



.inner {
  width: 1100px;
	margin: 48px auto;
	overflow: hidden;
}

.mainContents {
  margin-top: 8vh;
}
.container {
  max-width: calc(1100px + (20px * 2));
  width: 100%;
  padding: 0 20px;
  margin: auto;
  box-sizing: border-box;
}


/*====== 明朝指定　======*/
.font-mincho {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 400;
}

h2.about_tit,
h3.about_sub_tit
{
        font-size: 2.0rem;
        letter-spacing: 0.025em;
	padding-bottom: 40px;
}


h3.about_sub_tit{
        font-weight: Regular;
        font-size: 2.5rem;
        letter-spacing: 0.036em;
		padding-bottom: 60px;
}

.about_btn{
	text-align: left;
}

.bnr_contaner{
	width: 1200px;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
}


.bnr_contaner a	{
	text-decoration: none;
	color: #ffffff;
	font-weight: Regular;
}


dl.contaner_box{
	 z-index: 1;
    position: relative;
	font-size: 3.8rem;
	padding: 32px;
	letter-spacing: 0.036em;
	line-height: 0.8;
	text-align: left;
	font-weight: normal;
	overflow: hidden;
	display: block;
}

dl.contaner_box::after {
  content: url("../images/icon_right.png");
vertical-align: baseline;
	display: inline-block;
	transform: scale(0.8);
	position: absolute;
	right: 20px;
	top: 24px;
}

.contaner_box dd{
	margin-top: 10px;
	font-size: 1.8rem;
}   

    



h4.topics_tit{
	font-weight: normal;
        font-size: 4.2rem;
        letter-spacing: 0.05em;
	text-align: center;
	margin: 120px 0px 60px;
}




dl.topics_list{
	border-bottom: 1px solid #707070;
	overflow: hidden;
	min-width: 100%;
	clear: both;
	padding: 20px;
	position: relative;
	min-height: 100px;
}

.border_top{
	border-top: 1px solid #707070;
}

dl.topics_list a{
	color: #000000;
	text-decoration: none;
}

	 
dl.topics_list dd::after {
  content: url("../images/icon_right.png");
vertical-align: baseline;
	display: inline-block;
	transform: scale(0.8);
	position: absolute;
	right: 1%;
	top: 30%;
}


.topics_list dt{
	margin-bottom: 8px;
}

.topics_list a {
  background: 
      linear-gradient(#005AA0 0 0) 
      0 100% /var(--d, 0) 1px 
    no-repeat;
  transition:0.5s;
}

.topics_list a:hover {
  --d: 100%;
}

/* カネカグループバナー */
.grop_bnr_area{
	width: 100%;
  background:rgba(0,90,160,0.1) ;
	overflow: hidden;
}
.grop_bnr_block {
  max-width: calc(1200px + 40px);
  width: 100%;
  margin: auto;
  padding: 6.0rem 2.0rem;
}
.grop_bnr_block .text {
  line-height: 1.8;
  text-align: center;
}
.grop_bnr_block .list {
  display: flex;
  justify-content: space-between;
  gap: 4.0rem;
  margin-top: 3.0rem;
}
.grop_bnr_block .list > li {
  width: calc((100% - 80px) / 3);
}
.grop_bnr_block .list > li > a {
  transition: opacity 0.3s;
  display: flex;
}
.grop_bnr_block .list > li > a:hover{
	opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .grop_bnr_block {
    max-width: 100%;
    padding: 5.0rem 4.0rem;
  }
  .grop_bnr_block .list {
    flex-flow: column;
    flex-wrap: wrap;
    gap: 1.0rem;
    margin-top: 3.0rem;
  }
  .grop_bnr_block .list > li {
    width: 100%;
  }
}

/* 共通-フッター */
.footer_inner {
  max-width: calc(1200px + 40px);
  width: 100%;
  padding: 10px 20px 40px;
  margin: auto;
  box-sizing: border-box;
}
.footer_list {
	display: flex;
	font-size: 1.4rem;
  gap: 5.0rem;
	justify-content: flex-end;
}
.footer_list a {
	color: #000000;
	text-decoration: none;
  background: 
    linear-gradient(#005AA0 0 0) 
    0 100% /var(--d, 0) 1px 
  no-repeat;
  transition:0.5s;
}
.footer_list a:hover {
  --d: 100%;
}

.footer_info {
  margin-top: 2.0rem;
}
.footer_logo{
	width: 30%;
}
.footer_adress{
	font-size: 1.4rem;
	overflow: hidden;
	margin-top: 20px;
}
.footer_tel{
	font-weight: bold;
	margin: 0px 0px 10px;
}
.copy{
	font-size: 1.0rem;
}
@media screen and (max-width: 768px) {
  .footer_inner {
    padding: 10px 20px 4%;
  }
  .footer_list {
    gap: 3.0rem;
  }
  .footer_info {
    margin-top: 2.5rem;
  }
  .footer_logo{
    width: 80%;
  }
}

#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	color: #ffffff;
  z-index: 98;
}
@media screen and (max-width: 768px) {
  #page-top {
    right: 0px;
  }
  #page-top img {
    max-width: 72%;
  }
}

/*==================================================
いろいろボタンCSS
===================================*/

.btn_view{
    /*矢印の基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/
  background:#005aa0;
    padding: 16px 60px 16px 30px;
    display: inline-block;
    text-align: center;
    transition: all .2s linear;
  color:#fff;
    text-decoration: none;
  border:transparent 2px solid;
    outline: none;
	border-radius: 30px;
	margin: 10px 0px 20px;
	font-size: 1.4rem;
}

/*hoverした際のボタンの形状*/
.btn_view:hover{
  background:#fff;
  color:#333;
  border-color:#005aa0;
}

/*矢印と線の形状*/

.btn_view:before{
  content:"";
    /*絶対配置で線の位置を決める*/
  position: absolute;
  top:48%;
  right:10px;
    /*線の形状*/
  width:20px;
  height:1px;
  background:#fff;
}

.btn_view::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 42%;
    right: 10px;
    /*矢印の形状*/
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の矢印の形状*/
.btn_view:hover::before{
  background:#005aa0;
  right:25px;
}

.btn_view:hover::after{
border-top: 1px solid #005aa0;
	border-right: 1px solid #005aa0;   
	right: 23px;
}


/* 共通-フッターお問い合わせボタン */
.otoiawase_area{
	margin: 150px 0px 120px;
}
.btn_otoiawase{
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  background: #005AA0;
  border: 2px solid #005AA0;
  border-radius: 0.8rem;
  color: #fff;
  display: block;
  max-width: 1200px;
  width: calc(100% - 40px);
  padding: 4.0rem;
  text-align: center;
  text-decoration: none;
  margin: 0px auto;
  font-size: 3.2rem;
  letter-spacing: 0.036em;
  font-weight: normal;
  line-height: 1.2;
  font-weight: 300;
}
.btn_otoiawase > .sub {
  font-size: 1.6rem;
}
.btn_otoiawase:hover{
  background: #fff;
  color: #005AA0;
}
@media screen and (max-width: 768px) {
  .otoiawase_area{
    margin: 80px 0 60px;
  }
  .btn_otoiawase{
    max-width: calc(100% - 40px);
    padding: 25px 30px;
    font-size: 2.4rem;
  }
  .btn_otoiawase > .sub {
    font-size: 1.4rem;
    margin-top: 1.0rem;
    display: inline-block;
    line-height: 1.4;
  }
}



/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
  opacity: 0;
}
/*==================================================
ふわっ
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time02{
animation-delay: 0.5s;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}

@media screen and (max-width: 1024px) {

h2.about_tit,
h3.about_sub_tit
{
	padding-bottom: 20px;
}

h3.about_sub_tit{
        font-size: 2.8rem;
		padding-bottom: 10px;
}

.bnr_contaner{
	width: 1000px;
}

.banner_1,
.banner_2
{
    width: 500px;
 height: 600px;
}
	
.inner {
  width: 92%;
	margin: 24px 4%;
	overflow: hidden;
}
	
h4.topics_tit{
	margin: 60px 0px 60px;
}
	
}

@media screen and (max-width: 768px) {

.display_pc{
	display: none;
}

.display_sp{
	display: block;
}
	
	
img{
		width: 100%;
	}	

.about_text{
	padding-bottom: 30px;
}

h2.about_tit
{
   font-size: 2.0rem;
}	
	
h3.about_sub_tit{
        font-size: 2.2rem;
		padding-bottom: 20px;
}	
	
.about_btn{
	text-align: center;
}	
	
dl.contaner_box{
	font-size: 3.2rem;
	padding: 28px;
}
	
.bnr_contaner{
	width: 100%;
	margin: 0px;
	display: block;
}	
	
.banner_1,
.banner_2
{
    width: 100%;
 height: 300px;
}
	
	
h4.topics_tit{
    font-size: 2.8rem;
	margin: 60px 0px 20px;}
	
dl.topics_list dd::after {
	display: none;
}


.font_sub_18{
	font-size: 1.4rem;
	line-height: 0.5;
}
}

/* 共通-パンくずリスト */
.text_pan{
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 60px 0 10px;
}
.text_pan .link,
.text_pan .current {
	font-size: 1.2rem;
	color: #000;
}
.text_pan .link {
	text-decoration: none;
	color: #005AA0;
	transition: .3s;
	opacity: 1;
}
.text_pan .link:hover {
	opacity: 0.5;
}
.text_pan > span {
	background-color: #B2CDE2;
	width: 40px;
	height: 1px;
}
@media screen and (max-width: 768px) {
	.text_pan{
		padding: 20px 0 10px;
	}
}

/* 共通-タイトル */
.c-title .head {
	color: #000;
	font-size: min(8vw , 5.0rem);
	letter-spacing: 0.1em;
}

/* 共通-セクション */
.c-sec {
	margin-top: min(13.4vw, 80px);
}

/* 共通-アンカーリンク設定 */
.c-anchorLink {
  margin-top: min(13.4vw, 80px);
}
.c-anchorLink .anchorLink {
  display: flex;
  column-gap: 4.0rem;
}
.c-anchorLink .anchorLink > li {
  border-bottom: 1px solid #707070;
  padding-bottom: 1.0rem;
  width: calc((100% - (40px * 3)) / 4);
  transition: border-color 0.3s ease-in-out;
}
.c-anchorLink-02 .anchorLink > li {
  width: calc((100% - 40px) / 4);
}
.c-anchorLink .anchorLink .link {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  font-size: min(4.3vw , 2.0rem);
  font-weight: 700;
  color: #231815;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.c-anchorLink .anchorLink .link::after {
  content: "";
  background: url(/common/images/icon_bottom.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: auto;
  aspect-ratio: 1 / 1;
  display: inline-block;
  transition: background-image 0.3s ease-in-out;
}
.c-anchorLink .anchorLink > li:hover {
  border-color: #005AA0;
}
.c-anchorLink .anchorLink > li:hover .link {
  color: #005AA0;
}
.c-anchorLink .anchorLink > li:hover .link::after {
  background-image: url(/common/images/icon_bottom_hover.svg);
}

@media screen and (max-width: 768px) {
  .c-anchorLink .anchorLink {
    flex-wrap: wrap;
    gap: 2.0rem;
  }
  .c-anchorLink .anchorLink > li {
    width: calc((100% - 20px) / 2);
  }
}

/* 共通-見出し設定 */
.c-head {
  position: relative;
  margin-bottom: min(28vw , 14.0rem);
}
.c-head .head {
  font-size: min(8vw , 4.0rem);
  text-align: center;
}
.c-head::before {
  content: "";
  position: absolute;
  bottom: -4.0rem;
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #E1E1E1;
}
.c-head::after {
  content: "";
  position: absolute;
  bottom: -4.0rem;
  width: 12.0rem;
  height: 2px;
  display: inline-block;
  background-color: #005AA0;
  right: 0;
  left: 0;
  margin: auto;
}